Page 1 of 1

HTML tables

Posted: Wed Jul 13, 2011 7:23 am
by JJBMcGardd
Currently we are building HTML file to display graphs using Dynamic Chart using a url, which works just fine.

Now would like to add a table to display the data used to build the chart. Since data is available when buildin the charts would like to build the HTML table at the same time but could not figuare out hoe to display the table usind the url like used to display the graph.

Can use a subfile but then the data has to be reselected and displayed everytime a chart is viewed. Multiple charts for the 12 months for past couple of years.

Can build the HTML file using the correct html tags for a table.

How would you display that table using the html file created?

Re: HTML tables

Posted: Wed Jul 13, 2011 10:13 am
by Brian
I think the widget you are looking for is the AJAX container. You should be able to use the URL used for your chart and display the table in the AJAX container.

Let me know if you need further assistance.

Re: HTML tables

Posted: Wed Jul 13, 2011 2:41 pm
by JJBMcGardd
Using the AJAX container worked.
Added the path to the file under the Field Settings ajax url.

Thanks