Page 1 of 1

passing a chart argument and displaying a relation on the chart

Posted: Thu Jun 16, 2011 7:10 pm
by erikbrandvig
while creating a drilldown chart, i want to pass an "EmployeeID" while displaying the name of the Employee, which is accessed from a relation.

Image

you can see that i have the name of the employee from the relation in the tooltip, but how do i get the name to be underneath the column and still pass the EmployeeID variable?

passing a chart argument and displaying a relation on the chart

Posted: Mon Jun 20, 2011 8:26 am
by Vladimir
Hello,

We have added a transfer of "SeriesTag" parameter for Series Interaction, the update will be available in the next prerelease build on June, 22.
You can specify a value for this parameter in the Interaction.Tag, Interaction.TagDataColumn, Interaction.ListOfTags properties of the Chart series.

Thank you.

passing a chart argument and displaying a relation on the chart

Posted: Wed Jul 06, 2011 5:30 pm
by erikbrandvig
this is still not working in the sample i provided.

i have attempted to change all 3 of the new objects: interation.tag, .tagdatacolumn, and .listOfTags

none of them have any effect on the labels below the chart.

thanks for looking into this!

erik

passing a chart argument and displaying a relation on the chart

Posted: Thu Jul 07, 2011 5:41 am
by Vladimir
Hello,

We tested the latest prerelease build, everything is working correctly. We have prepared an example for you that demonstrates the SeriesTag parameter transfer. You can find it in the attachment.

Thank you.