cancel
Showing results for 
Search instead for 
Did you mean: 

Chart Display Problem

Former Member
0 Kudos

Hi,

i want to display chart of several attributes for one batch based upon the time. in chart it display o value when value is not for one attribute but other attribute have value on that time. Is it possible to display chart line starting from mid of the chart and also to stop at mid of chart if value doesnt exist at pariticular time?

regards

senthil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Senthil,

Could you query each attribute individually via a Transaction?

Essentially, you will need to acquire the dataset through separate queries. Ensure that you do not have a record for the null values.

You will need to use the XML Union action block multiple times to unionise each query result.

You will need to return this result via an XML output parameter and access it via a query of type Xacute.

In a nutshell, your result XMl will have multiple Rowset nodes inside the Rowsets node.

Hope this helps.

Cheers,

Jai.

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Senthil,

If your query template is time based and you are using the iChart in 'Line' mode this will be the standard behavior of the applet, meaning that the data points will only be plotted according to their physical location along the XAxis. If there are more than one data point relevant for the chart it will naturally connect the dots.

Regards,

Jeremy