Options

Report group expression on 1 item no

Bor1980Bor1980 Member Posts: 17
I want to add an extra Group by expression in my report by item number. This group by must only be done with 1 item number.
So if item number = 92070 then group and otherwise not.
I tried this by putting this code in the GroupExpression but it doesn't work.
=iif(Fields!No_SalesInvLine.Value = '92070')

In what (good) way can I achieve this?

Best regards,
Rob
Dynamics NAV2016
Sign In or Register to comment.