I need to ajust the value inside a textbox according to a record value.
I
cannot use a function stored in the form because I cannot edit them (since I'm an end user without developper license).
According to Mircrosoft :
A source expression is a C/AL expression that defines where to find the value of a control.[...]
A source expression can be as simple as the name of a table field; it can also be a complex C/AL expression.
I'm trying to do something like : =IF("Quantity">0,'The quantity is '+Quantity','You must specify a quantity')
Is there a trick which could let me write a "single line IF statement" ?
Thanks in advance.
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Some languages provide a conditional operator. C/AL does not.
So, you're out of luck and need to ask your NAV partner to do it for you.