urbanson

Three lines - recordsets- wrong

Recommended Posts

Hpefully it is a simple case and you can help me

I have three recordsets:

first  has 12 values from January to December 

second: recordset has 5 values from August to December

third has values only for May and July.

All of them are in the same year.

I do a Multi Series Chart to have three diferent lines but at the chart these lines start from the same point which is January!!!!!

So the first records set has a line from January to December which is correct.

Second  line start from Janury to May which is totaly wrong

and third  line start from January to March which also wrong!

How does it come?!! How can I make this working? HELP

Is there any special Category option?

What Should I do to have the same data on the chart as in database?

Thanks in advance!

(PHP, Mysql)

Share this post


Link to post
Share on other sites

Hi there!

 Thanks for help.

However the problem is  that in case you showed me it has to be reported value "0" each month for each product which is really time consuming. I can not afford it.

Is there any other way?

and what about line chart instead of columns?

Does data have to be in XML?

Share this post


Link to post
Share on other sites

Hi,

I am afraid, there are no possible ways to hide the dataplots in Multi Series Column2D/Bar2D charts except setting the required data values to '0'.

In case, you intend to use Multi Series Line2D charts, then please try setting the value of those <set> elements blank, which you do not wish to show.

Ref.- <set value='' />

Please check with the attached screen shot of the rendered Multi Series Line2D chart and its XML file for your reference.

Hope this helps. :)

MSLine.xml

post-8143-128441584443_thumb.jpg

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now