Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
can we change special charcters(#,@,*) to numbers(100,200,300) in qvw existing table?
I tried inputfield then it works fine but while am using combination of pick and match functions but it doesn't work.
am looking for any other ideas
Please have a look at this issue.
Rgs
satish
Hi Satish,
Pick match should work. Try this expression
pick(match(incr,'#','@','*',incr),100,200,300,incr)
Hope it work!
Regards
Sana