How to suppress the Row based on dynamically generated column(field)?
Refer image, marked column dynamically generating. How to suppress the Row if these are empty or zero.
https://i.stack.imgur.com/dW4UP.png
i have used below formula. But i wont work,
=iif(Fields!Amount.Value is nothing or Fields!Amount.Value = 0, True,false)
Note: Here i have used Tablix