Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
i have straight table in expression tab i have different expressions and i need to write labels for every expression and the label show not visible in the chart.i need to hide that label .So what is the expression i need to write in label .
May be use can write the label like this
=if(1=0,'This is the label just for understanding but this is not shown in the chart',' ')
This will not show any label for the expression.
Cheers,
Naresh
When you dont want to show the label, just give spaces as label name for that expression. Hope that's what u need..!!
Ya i know that ,But i need to write Name in the expression label (b'coz when any other open the chart he should know for what this expression belongs) ,but in chart i need to hide.........
May be use can write the label like this
=if(1=0,'This is the label just for understanding but this is not shown in the chart',' ')
This will not show any label for the expression.
Cheers,
Naresh
Thank you ...