24 Sept 2015

How to give null/ space if values is zero in SSRS + AX 2012

 Just enter the expression in SSRS


=iif(Fields!FieldName.Value > 0,  Fields!FieldName.Value,  space(0))

No comments:

Create number sequence in D365 FO

Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...