It looks like you're new here. Sign in or register to get started.
archer89 wrote: » If (a='') and (b <>'') then Message (b) Else if (b='') and (a <>'') then Message(a) Else if (a<>'') and (b <>'') then Message (format (a/b));
archer89 wrote: » You can save the result of the if Statement in a new global text variable and publish that variable in the report as value of the textbox.
Answers
Message (b)
Else if (b='') and (a <>'') then
Message(a)
Else if (a<>'') and (b <>'') then
Message (format (a/b));
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/
Not in a message but in a textbox of the report
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/
it's what I've already done thank youuu!
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/