Horizontal percentage

Unknown
edited April 2020 in Platform

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)?

 

image

It should be the same we have in the block configuration but working on rows.

 

image

 

Best regards,
Gabriele

Answers

  • Previous Member
    edited March 2020

    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:

    image

    I hope it was helpful.

     

    Best regards,

    Stefano