Get value from table field

Stimulsoft Dashboards.WEB discussion
Post Reply
r.bianco
Posts: 75
Joined: Thu Oct 27, 2016 2:06 pm

Get value from table field

Post 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
Attachments
attach2.PNG
attach2.PNG (17.36 KiB) Viewed 7524 times
attach1.PNG
attach1.PNG (23.17 KiB) Viewed 7524 times
Soft System srl
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Get value from table field

Post by Lech Kulikowski »

Hello,

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

Thank you.
Post Reply