Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to create chart with multiple column values in a dataset
anitat
How to create a pie chart which shows multiple column values in a dataset?
Example: if a dataset contains columns like "%passed", "%failed", "%blocked", how do I create a single pie chart to show these values?
Find more posts tagged with
Comments
mwilliams
Hi anitat,
I think you'll have to get all of these values into one column. Whether you do this with several dataSets and joint dataSets or with unions within your SQL if you're using an SQL dataSet. You'll also have to have a column that distinguishes each number as a "blocked", "passed", or "failed" for the chart to separate them. Hope this helps.