This content has been marked as final.
Show 2 replies
-
Re: Use Variable in Expression
Celambarasan Adhimulam Mar 14, 2013 9:08 AM (in response to Lance James)Set a variable as
vBudget = 2013 BUDGETV2
Expression
Sum({<BUDGETID={'$(vBudget)'}>} BUDGETAMT)*-1
-
Re: Use Variable in Expression
Kaushik Solanki Mar 14, 2013 9:08 AM (in response to Lance James)Hello,
Consider your variable name is vVariable then your expression will become like below.
Sum({<BUDGETID = {"$(vVariable)"}>}BUDGETAMT)*-1
Regards,
Kaushik Solanki