Options

EVALUATE difference NAV2013 - NAV2016

RemcoRemco Member Posts: 81
Hi,

I have a simple piece of test code. I want to evaluate a comma to a decimal:


IF EVALUATE(TestDec,',') THEN
MESSAGE('OK')
ELSE
MESSAGE('NOT OK');

In NAV2013 (cu8) the message is OK, and in NAV2016 (cu13) the message is NOT OK?

Any ideas?

Answers

  • Options
    zaidtariqzaidtariq Member Posts: 52
    As far as i know, there must be something wrong with TestDec data/type. Please verify that TestDec contains the same data as in the NAV 2013. The decimal representation may vary if the selected region of NAV 2013 is different from that of NAV2016.
    Best Regards:
    Zaid Tariq
    Dynamics NAV/365 BC Developer at Dynamics 360

    please like / agree / verify my answer, if was helpful.
Sign In or Register to comment.