Hi All
I am working on the work order report.
We store line information in another table.
There are some work order where Line is not assigned yet and when I create report the Line records show BLANK.
Is there any way I can show 'UNASSIGNED' word if the line is blank?
For example: -
WO1 - L1
WO2 - L1
WO3 - L2
WO4-L1
WO5 - < No information - blank record>
I want to show this as following -
WO1 - L1
WO2 - L1
WO3 - L2
WO4-L1
WO5 - UNASSIGNED
Thanks