Hi Everyone ..
I'm create matrix in SSRS report i want hide or show column based on an expression for example
i have 2 column one for Value and one for Amount.. I want hide value column when the value = amount
So, i try this expression ( iif(Fields!Amount.Value=Fields!Value.Value,"False","True") ) but it's not working it show me this error ..

This is my report

Please help me ..
Thank you..
*This post is locked for comments
I have the same question (0)