Hi,
I want the ValueExp to have different values depending on certain conditions. How should this be done. I tried using select case in the expression builder, but it says the expression is not correct. Please help.
Have you considered creating an additional variable on the datarow, and then in the datarow's OnRead method populating this variable according to your criteria (such as using the Select Case here)? You can then use this variable as your chart's input.
Hi Bill,
Thanks for the response. I figured out an alternate way. I over-rode the AggregateCell method in which based on the parameter value I took different values from the row.
I believe I have a similar issue as you did with needing the ValueExp to have different values depending upon certain conditions. Can you show me/send me what you did when you overrode the AggregateCell method?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.