Looking for a way to use conditional formatting in Word Layout Reports.
For example, I would like to make text red if it is below 0.
Is this possible?
Thanks
Yann
Looking for a way to use conditional formatting in Word Layout Reports.
For example, I would like to make text red if it is below 0.
Is this possible?
Thanks
Yann
No.
This is one of the biggest limitation of Word Layout vs RDLC layout since its advent with NAV 2015.
If you want to display a blank instead of Zero, you have to pass these values in the dataset (blank or value). This means that you have to change the business logic in your AL file (or CSIDE repot object) and export a text column instead with the blank or the value (transformed in text).
Remember to format the decimal value accordingly (add the currency, decimal separator, thousand separator, etc.) like FORMAT(decValue);
I was also searching this since many months and finally found answer that we cannot apply conditional formatting in word layout but yes in rdl layout we can do.
Anyhow have better answer please share.