April 27, 2024

MoDCore

Welcome to the core

Table Formula

Here is a simple way to target a cell’s value and divide by 7

cellv(col-3,row)/7

This will target the 3rd column from where i placed he formula column.

reportal-formula

Target a cell above, and show that value without any calculations

capture

(cellv(col,row-1))

Table formula break down

reportal formulas 1

Formula 1 – Shows totals for the row, as only 2 fields
Type – Operators
Operator +
Reference Type – Relative
Left –  -1
Right –  -2

Formula 2 – Row percentage
Type – Expression
Expression – cellv(col-1,row)/cellv(col-1,7)
1 column to the left divided by 1 column to the left 7 rows down (the total)

Formula 3 – Column totals
Type – Expression
Expression – cellv(col,row-1)+cellv(col,row-2)+cellv(col,row-3)+cellv(col,row-4)+cellv(col,row-5)+cellv(col,row-6)

 

 

Copyright © All rights reserved. | Newsphere by AF themes.