I am trying to show rows depending on one of several columns not being equal to zero, to show data where one column has a value that is not zero I use the following <?if:undelivered_invoice !=0?> this works fine but I need to return data if other columns have a value greater than zero or in simple terms if col a != 0 or col b != 0 or col c != 0