how to add calculation function in a searching list page?

1
Hi! I want to have a function: let the column C= ColumnA* columnB, while data of A is from database, B is manually input, anyone could have idea about how to realize it? Now A/B/C are belong to the same entity and B and C both are editable, but I cant set any formular to C.      
asked
1 answers
0

When B is given as input from the user you can calculate in the same user action the sum of c.

 

This can be done for example by expanding the save action/microflow or using an onchange microflow. Which one fits best? That depends on your requirements and usecase.

 

Just make sure you create a generic calculate subflow so you can re-use it when you or the user for example delete or adjust the amount.

answered