Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a straight table which i want to hide when no records.
You can also set calculation condition based on expression. When calculation condition is unfulfilled you can set a message to show in table.
What is the expression you are using in your chart? May be we can use a condition based on the expression to hide/show the chart.
One way to put condition below in 'Show' section in Layout.
You can also set calculation condition based on expression. When calculation condition is unfulfilled you can set a message to show in table.
Hi
Go to layout tab>In Conditional write the same expression which u have written in the expression tab.
The chart will hide when there is no data.
Hope this helps you...
Regards
Amarnath
try like if (GetPossibleCount(field_name)>0,1,0)