Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I got a list box for Promotion Types
I don't want when the user select a promotion type to filter data so I gave the list box an alternate state
Now I want when the user select a promotion type to set a variable called vPromotion
I added a trigger to the field Prmotiontype to (External->Set Variable)yet the variable is not being set
Please advise
AliHijazi,
I didn't get what you said. If i understood when user selects PromotionTypes this selection should not effect the other charts then you can go through the set analysis. ie. Sum({<PromotionTypes=>}Value).
If you want to store the selected values of promotion type in vPromotion variable then just add expression to varaible =GetFieldSelection(PromotionTypes,',','*')
Let me know if i'm wrong. I'll try to help you.
Hope it helps you
Cheers!
Jagan
Yes this is what I want
but the variable doesn't get set unless I remove the alternate state on the PromotionTypes; something I don't want I need to add the alternate state to the PromotionTypes
No it will work even if you check show alternative. Please see the attached image.
I guess , Suppose you have cretaed a variable "myvar" for selected values of "Promotion Types" of "Alternative state1"
and you are using the variable value in a chart/Text object, then you have to keep the same alternative state i.e "Alternative state1" for the chart then only variable wil result the slected value.