Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I want to know how to put the fields constant on the basis of selection and it should not impact or changes the value of other calculations.
How to achieve the same Pls help?
Regards,
KK
Hi Karim,
See the images below showing how to create a alternate state.
The steps are:
1. Create a list with alternate state
2. Set your variable as shown before - vSel2 = Concat({[Alternate State]}[Sales Level 2],',')
3. Make your selections through the list that u've just created and see what happens with vSel2 (put it in a text box to check)
Let me know if it worked.
Tnx,
Fernando