Hello ,
I want expression for below scenario in RDL(SSRS) reporting Expressions
if Amount="5000.00" show "ABC"
if Amount="2000.00" show "XYZ"
if Amount="1000.00" show "pqr"
otherwise show "AAA"
How i write expression with multiple conditions?
Please help me with this. Thank You.
*This post is locked for comments
I have the same question (0)