Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to do "what -if " analysis and I have created a variable using it in slider object. I am calling that valiable in chart to calculate the "what if " amount. I want to set the variable value dynamically ie. if i change my selection (like year) it shoud change the percentage amount, but it is not changing dynamicalley.
vPerAmt = sum(amountreceived)/sum(amountcharge)
Thanks for your help.
Hi,
Go to variable overview add variable value as
= sum(amountreceived)/sum(amountcharge)
Celambarasan
Hi,
I have a simple question for you.
If you are using variables in slider control, it should be used in the chart as well to take affect.
Are you using the variable(used in slider control) anywhere in the chart?
Check and get back to me.
Or you can also share your application for my better understanding.
Regards
Hudson
Hi,
Go to variable overview add variable value as
= sum(amountreceived)/sum(amountcharge)
Celambarasan
Thanks for your information. Correct I am using this variable in a char. I found the answer to my question.
Hi,
Can you please mark the correct answer for me?
Thanks
Andrew Hudson