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)
More than one optional y serie in a chart
cheli
Hi everyone,
I need a chart with 4 y series, one that it is the total and the 3 others that they are subsets of the total that depend of the value of a column in the data set. is that possible??? why??
Thanks a lot
Find more posts tagged with
Comments
mwilliams
Hi cheli,
You can have several series' in a single chart. What you can display would depend how your data is set up. What does your data look like? The "total" series is obviously the one that might be in question.
cheli
The total is the number of subscriber of a service, and i need to show too , one y-serie for the french subscriber et another for the spanish subscribers, the both are subsets of the total and i need show all the three. the query that i have get the total, the language's column and the date' column.
I put this code in the expression.
if( row["currentlanguage"]==1)
"French"
else if( row["currentlanguage"]==3)
"Spanish"
With that i get 2 y series, the total isnt shown , i put the total in the serie y original. i hope that help you to know my problem
cheli
I got the solution. It was trivial, there is an option when you are creating the chart that let you do that. Sorry for the silly question and thanks a lot ^^