Hi all,
I am changing an Invoice and added an extra data item "Customer.Name" into the report.
When this field is empty I want to skip the field because else there will be an empty row in the report.
I've read a lot about the Compressarray function but I do not get it working.
Is there any workaround to make an compressed array?
I've also posted an attachment of the layout in VS.
Thanks in advance
Rob
Microsoft Dynamics NAV 2013 R2
NAV 7.1
0
Answers
Go to row visibility property and Click "Show or hide based on an expression", then set the condition like below,
=IIF(Fields!Customer_Name.Value <>"",false,true)
Muthu
I only set a visibilty property on the field not the row.
It is solved now.
Best Regards
NAV 7.1