Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have the below script :-
RATE:
LOAD * INLINE [
Currency_P, RATE_P
SG, 1
MY, 2.5
INDO, 8300
THAI, 25
];
Now the exchange rate fix at 8300 for SGD to Indonesia. cannot be change by user , only developer can change.
My issue :-
when the currency exchange rate for SGD to Indonesia changes to 9000 , i need to manually modify the above script from 8300 to 9000.
may i know it there a way i can make it dynamic . meaning user can change the value to 9000 default is 8300.
So when user click on default it will return to 8500 , and they are allow to change to 9500 or any value they like.
any solution ?
Paul
Hi Ary
Many thank for your suggestion ,i just tested and fund your approach work fine.
Paul
HI
PFA
Regards
prem
Hi Ary
Now i have one more question , when user change from 8300 to 9000 it work fine. this is what i want. But now i need a button to force the exchange rate change to default value. can you pls share with me how can i do it ?
Paul
Hi Prem
Your approach work fine too. by the way i need a button to set the value to default after user any how change. can you see my file attachment or using your sample file also can,
Paul
Hey paul,
Add one Button,
Under Action->External->Set Variable
Rate_P=Default Value
Hi Sau
I try your approach , but it can work. further more , if 2 var change change , how to force 2 var both change to default value ?
One i mentioned above will work for both.
Hi Sau
Can you pls show me by file attach pls.
Paul
Added a button call Force To default.
Default of indo=10 and SG =20
Hi Sau
Now i understand your approach also work. i need to figure out how to implement into my exisiting script.
Paul