Hello,
how is it possible to have a percentage (yellow cell) which is the value of the row related to the total of the row (green cells)?
It should be the same we have in the block configuration but working on rows.
Best regards,Gabriele
Hi Gabriele,
you could use an algorithm block to calculate this percentage, with a formula like the following one:a / rt (a) * 100
where "rt" means "row total".
Below you can find a simple example:
I hope it was helpful.
Best regards,
Stefano