I am using Xclesius 2008. My data in database is stored in Rows and columns like any RDBMS data. But when I have to built a Bar chart with Alerts, I have to convert it in a different format… Similarly when making a Line chart I have to convert the data again in a different format. Thats what my understanding is…May be I am wrong…
Is there a better way to make both the bar and line chart on the same data format.
enclosing a sample dashboard for reference.
My original question still remains… How can I convert the data so that I can use the same data for Bar and Line chart. This is a sample data… In actual I have more data.
You should have one row for each product, and one column for each month. Then use the excel formulas along with drilldown or pushbuttons to get the data in the format you need, like the sample in Sheet 2 of what I sent.
That depends on your data source, and whether your number of columns is dynamic or not.
If you’re using WEBI, it’s trivial, but if you have to write a query, then may be a bit more difficult. Check ORACLE’s PIVOT functions as a start if you’re on a recent version.