I've been scouring the forums but to no avail and I need help with displaying a certain value with an expression. I have a table with this Dataset set:
Description | Value
Var1 | 10
Var2 | 20
Var3 | 30
Var4 | 40
I've been trying to make an Expression thru SSRS in a way where =IIF(Fields!Description.Value, "Var1") THEN (Display 10 here)
I can't figure out a way to display the corresponding value of the row associated with that dataset.
Hope I can get some help.
Regards,
MPatrick