In table view, enable colouring of the column in question using the "Colour" button on the table view toolbar.
In "Data > Manage fields > [field] > Options > Value colouring", configure red/green colours, and set a fixed 2-point range to be start 100.00, end 100.01.
Using a formula field
Add a formula field with "IF([field]<100, "red", "green")<br />
Colour by that field using the global colour-by option.
Configure the table view to colour the cells in question
Using the Content view
Add a Content View and insert a table containing your data. If the rows need to be dynamically generated you'll need to use script pre-processing.
Inside the table cells, insert a formula using the f button, configuring the "Set value" section to result in the correct value, and choosing "Display value as: Styled text".
Note that red/green are unsuitable for approximately 10% of the population. You can improve this somewhat by using a slightly orange red, or much improve using the default blue-orange scheme.
Hi All, In addtion to this chain, can we have complicated formulas like if I have a table with 3 columns as attached in the snapshot. I want to check if in the value cell that if that column is a current month or lesser than that when the output is yes then i wanted the output to be in red else Green. Please find the attached snapshot for your reference. Please let me know if you have any further clarifications.
Hi Rajesh, You can do this in Content view by using text formatting. If this was just a sample and you have more formulas/data in the table - then please let me know what view you wish to use and send us a file, so we can have a look. Thanks
Hi Rajesh, please look at the few Forum posts showcasing what can be done with scripting in Content view. This solution would address your question and be able to deliver on requirements. There are also few files with examples. http://forums.visokio.com/discussion/comment/6007/#Comment_6007