Hi
CR Version - 9
if CurrentFieldValue = 0 then crWhite else
if gridrowcolumnvalue ("@type")= "downtime" and currentfieldvalue >0 then crred AND
if gridrowcolumnvalue ("@type")= "TRAVEL" and currentfieldvalue > gridrowcolumnvalue ("@type")= "WORK" then crred
I have the above formula in conjunction with a cross-tab table. as you can see there is a problem with the last part, I can't figure out how to get this to work. What the above is doing :
1: if and data value = 0 then text white (to create blank cell)
2: in the column titled downtime make all red
3: (This is what I need Help with) if the data in column Travel is greater then Column work then text red
Can you please help with no. 3 as I can't figure it out
Kind Regards
Stephen
CR Version - 9
if CurrentFieldValue = 0 then crWhite else
if gridrowcolumnvalue ("@type")= "downtime" and currentfieldvalue >0 then crred AND
if gridrowcolumnvalue ("@type")= "TRAVEL" and currentfieldvalue > gridrowcolumnvalue ("@type")= "WORK" then crred
I have the above formula in conjunction with a cross-tab table. as you can see there is a problem with the last part, I can't figure out how to get this to work. What the above is doing :
1: if and data value = 0 then text white (to create blank cell)
2: in the column titled downtime make all red
3: (This is what I need Help with) if the data in column Travel is greater then Column work then text red
Can you please help with no. 3 as I can't figure it out
Kind Regards
Stephen