This question about Using an extension: Answered

Is it posible to display Charts of tables created by DatabasePlugin?

Hi,

I would like to use ChartPlugin to display a chart of data returned by DatabasePlugin - is this possible?

Currently I get an error "ChartPlugin error: parameter table is not valid table; the specified table 'table1' does not exist." even if I place "TABLE{name="table1"}" before the "%DATABASE_SQL{" line.

Thank you for taking a look at this,

Chris
The problem is one of evaluation order. Because "Chart" is alphabetically before "Database", the ChartPlugin will be run first, before the DatabasePlugin has had it's evil way with the topic.

Use the {PluginsOrder} control in configure to control the order. If that doesn't work, then shout again!

-- CrawfordCurrie - 08 Jul 2010

QuestionForm edit

Subject Using an extension
Extension DatabasePlugin
Version Foswiki 1.0.9
Status Answered
Topic revision: r2 - 08 Jul 2010, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy