I am trying to recreate this (see attachment) in Omniscope. The part that I need help with is columns H, J and L. I am not sure how to go about creating it in Omniscope.
In the Content view you can add a formula and set the formatting to the Indicator. You can also specify your own icons and adjust the rules/value ranges for your icons.
Actually this can be done in Table View too, and with use of formulas you can have arrows in a table image field. In an images folder create small red and green arrow files, call them "Red Arrow.jpg" and "Green Arrow.jpg". In Table View create field - [Difference] = [Field 1]-[Field 2] (your sales figures in Year 1 and 2)
Create a new field [Indicator] and select the directory where red/green arrows are stored. Settings>Images>Add more images , also choose the correct field to be image field IF([Difference]>0, "Red Arrow","Green Arrow")
Depending on the value in the [Difference] field, the [Indicator] will pick correct arrow.