Hello everyone!
I have a chart with a baseline. However its possible the value associated with the baseline could be zero. Is it possible to turn off the baseline if a zero value is returned?
Thanks,
Noonie
Hi,
for the quick sol, have two charts, one with base line and one with out base line,assign a render variable based on baseline value.
Hope this helps.
Thanks
Thanks Anjan,
Ideally, it would be alot of work to implement that. The report has up to 20 pages and this target line appears in all of them. If there was a way to build it into the query calculation or something like that, it would be alot better.
Noonie
There is a render variable property associated with a baseline. Would that work for your situation?
Hi Lynn,
I can't see that in my properties. There is only a render variable property on the chart itself.
I'm using 10.1.
That would be exactly what I'd need. Otherwise, I will have to copy the chart and use a conditional block.
thanks,
Noonie
Quote from: noonie on 17 Apr 2014 06:11:41 AM
Hi Lynn,
I can't see that in my properties. There is only a render variable property on the chart itself.
I'm using 10.1.
That would be exactly what I'd need. Otherwise, I will have to copy the chart and use a conditional block.
thanks,
Noonie
It's the very first property in the Baseline properties dialog:
(https://image.ibb.co/m8Kb7v/Baseline_zps291b8fc4.png)
Make sure you are not using the legacy charting engine still - go to Tools > Options and onto the Advanced tab, and make sure that "Use Legacy Chart Authoring" is not checked. If it is, you will need to uncheck it, close and reopen Report Studio, remove the chart and bring in a new chart from the newer charting engine.
Cheers!
MF.
Yeah the Legacy Chart was still ticked so that property wasn't appearing for me.
Thanks!