Question
I'm able to create a nice (custome) table from a database thanks to the
DatabasePlugin.
I'm also able to create a nice chart from a (manual created) table.
But I cannot get a nice graph from information that I got from the database thanks to the DatabasePlugin.
Is it true that I cannot use this combination because the
ChartPlugin cannot 'read' a automatic created table?
ChartPlugin error: parameter table is not valid table; the specified table 'voorbeeldTabel1' does not exist.
Environment
--
ArjanKapteijn - 27 Jun 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
You need to set the plugin order correctly in
configure for this to work. That is,
ChartPlugin should be listed
after DatabasePlugin.
--
SteffenPoulsen - 27 Jun 2006