Hello all,
Can you help me in building up the logic in coloring the rows of a GI where if the Date is due in the next 2 days it should turn the row as orange.
I have applied the logic as below:
Date<=Today()+2, ‘orange’
where upon running the GI it throws the error for system cannot convert +2 system.int.
How to resolve this?



