I have an options field on the request page. When I call the value in C/AL code i get the number of the option field. Is it possible to access the text value of this option field?
Options
0 > Hello
1 > there
2 > world
I choose "world" in the options field
Variable := format(Options,0,0) + ' is selected';
Variable is now:
"2 is selected"
I want it to be:
"world is selected"
Is this possible?
0
Answers
I just tried what you said on the above case and i get output what you wanted i.e
"world is selected".
Please check again
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!