Hi Friends,
I am comparing a variable which has the value in EURO currency with hard-coded value 20000.
If the variable in Euro currency is greater than 20000
i need to perform something.
How do i check this?
let us say the variable has value in euro currency like 25.100,00
should i convert the hard-coded value before checking or anything else?
Please help me out.
Thanks in advance.