Skip to content

Row Options

Anders Aano edited this page Oct 19, 2023 · 1 revision

Right click any row in Edit mode, and select "Set row options":

image

It currently has two options:

  1. Allow expand/collapse of row
  2. Is Cost

More options will be added here in future releases.

Allow expand:

This will allow you to turn ON or OFF expansion for individual rows, and now also specify if a row is cost or not.

Is Cost:

If you tick the "Is cost" box, the row will get a value of 1, which can be referenced using "Row().cost". This will return 1 for all rows where the box has been ticked.

image

To see and validate the "Is cost" value per row, you can add a custom column and write "Row().cost" to extract the values.

image

You can use these values in formulas and conditional formatting, like this example: image

Clone this wiki locally