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 someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is 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