Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
This input field field is created from below script :-
1.85 AS RATE_EURO,
it allow user to change the value from 1.85 to 1.9 working fine.
Now i using below script to read the input field :-
PRICE:
Concatenate
load * from $(vQVDPath)EURO.qvd (qvd);
My question is :-
Now it not allow user to change 1.85 to 1.9, How to make it allow user change 1.85 to other value ?