Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a table whose values are calculated according to certain rules.
In some months these rules do not apply and the result is null.
How can I do the table does not appear when this result is null?
Thank you!
In the layout tab-> Show->Conditional
There, write your condition like = If (Month= 'Jan' Or Month='Mar')
but the result depends on many factors and I don't know when the displayed results are void, so, i can't use the mouth as a variable.
I need that after the result is calculated, if it is null, the table is not displayed.
would be something like "if resultset is null"
Object can't be referred to see if it returns null or not. You have to have some logical expression for your 'resultset'. And then you can try something like : =IsNull( yourlogical expression)