Page 1 of 1

Get value from table field

Posted: Wed Jun 14, 2023 3:29 pm
by r.bianco
Hallo,

is possible to get the value from a field of a table o from the total of a column end use that value in a function.
I need to calcolate the percent of incident for each row about the total of the filtered data.
Example:
on attach1 the data without filter. I have % calcolated about the total.
on attach2 i have filtered 2 rows and the % don't change.
I need to use the total of the column Valore to calcolate the % of incidence.

Thank's

Re: Get value from table field

Posted: Fri Jun 16, 2023 3:26 pm
by Lech Kulikowski
Hello,

Please try to use the Totals.Sum(datasource, column) in the expression.

Thank you.