Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
When we don't have any data which meets expression condition in chart, we get "No data to display".
Can we export this message to any variable?
Any leads?
Thanks
Shivesh
HI,
You can create a variable which has same expression condition which you have given on chart and then set the text which you want if condition is not fulfill and use that variable wherever you want.
Regards,
Kaushik Solanki
Thanks for your response,
i couldn't understand this statemen..
then set the text which you want if condition is not fulfill and use that variable wherever you want.
Let us assume that you have condition as below.
Getselectedcount(Field)=1
Then your variable should have like below expression.
If(Getselectedcount(Field)<>1,'Condition Not matched','Condition Matched');
Hope its clear.
Regards,
Kaushik Solanki
Hi Kaushik
Here i don't want to use expression as i am having lots of expression in the chart.
Can we have some other way for this?
Thanks