How do can I show a Variable Items Value rather than the Key.
In the Expression Editor of a text component I have the expression {Expired} where Expired is the name of the Variable.
The Variable is set up As String Value with Items
Key 1
Value Show All
Key 0
Value Show Expired in Date Range Only
The Report is returning 1 OR 0 but I want it to return Show All OR Show Expired in Date Range Only dependent on the user selected variable.
Thanks
Variable - Show Item Value Not Key
Re: Variable - Show Item Value Not Key
Hello.
You could try to use next expression:
Thank you.
You could try to use next expression:
Code: Select all
{Expired==1?"Show All":"Show Expired in Date Range Only"}
Re: Variable - Show Item Value Not Key
Great thanks - That Works
Re: Variable - Show Item Value Not Key
Hello.
We are always glad to help you.
Let us know if you need our help.
Thank you.
We are always glad to help you.
Let us know if you need our help.
Thank you.