Hi All,
I am trying to conditional format by column via the Table Tool. Below is an example of the column with the equation. Upon running, i receive an output/error. Can you please let me know where i am going wrong, thanks.
Equation:
IF [Total Remaining Hours]<= 0 THEN "color: green;" ELSE "color: red;" EndIF
Negative = Red, Positive = Green
Output Error:
Output Data (1789) Max character width supported by Excel for a single cell exceeded, 47831 characters were truncated. fieldname: Table record number: 2
Data:
Total Remaining Hours
| 335.5 |
| 632 |
| 301 |
| 41.75 |
| -547 |
| 1288.5 |
| 510 |
| 707.75 |
| 28 |