Cancelled order in red color.

I have a report of export order in which i want to show cancelled order in RED color. I m using navision 2013 r2 with sql builder.

Even though your field is a character or Text the last column make it a Number and the one column before that you put it as ‘[Red]’, like shown below and the line will exported in Red.

In the Excel.addcolumn(customer.“no.”,false,true,true,[Red],Type::Number)

I don,t want in excel, i want in print layout.

In RDLC you can create two alternating rows, one where you format the text to be black and one red. Then hide/show it based on your “cancel” status.

I got the another solution.Thanks Erik P.Ernst.