Options

Multiple Conditions

Horse06Horse06 Member Posts: 496
edited 2013-10-25 in NAV Three Tier
Hi expert,
In the old verion below Navision 2009 , we have some if statements in the afterGetRecord() trigger,

IF sample.A = TRUE THEN
Shipping :='A';

IF Sample.B =TRUE THEN
Shipping := 'B';

IF Sample.C =TRUE THEN
shipping :='C';

then continur and we have around 12 of this.

But in RDLC NAV2013, how to display A, B, C ... in the text variable shipping when adding the textbox control in the layout?

What is expression for this textbox for the multiple if statement for the textbox? If I put the if condition to the code of the report, how to write it? Thank you!

Comments

Sign In or Register to comment.