Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
Any idea?
Thanks
Marco
HI
Try with
Enable condition
Hi Marco,
You could use the Enable condition or use a conditional in the expression. column:
You must aggregate the column of the total to archieve this. As in:
Using Enable condition:
Aggr( Sum ( Value ), YourColumn ) > 0
Using the expression. column:
If( Aggr( Sum ( Value ), YourColumn ) > 0, Value, 0 )
Hope I could help
Regards
Surpress When Value is Null?
Try this:
Conditional show without aggr().
Peter