Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Expert,
I have to give a custom message in Gauge Chart.
I have an expression in Gauge Chart says, Total Days.
Now if on any selection Total Days exceeds 150 then it should show 'greater than 150' in Gauge Chart.
Pls suggest.
Regards,
Balraj
set here the limit
and here the message
On the General tab, put in a Calculation Condition (eg sum(Measure)<=150), then in Error Messages on the same tab, select Calculation condition unfulfilled and enter your Custom message.
flipside
at general tab inplace of Count(distinct Datum<=150) use
Count(distinct Datum)<=150