How to return a sum value from a microflow to my page?

1
In my scenario, I have a column where I need to show the sum of my products value. For that, I try to fetch the list of products and use a aggregate activity for the sum of those  product in a microflow. But I don’t understand how to print that sum value in my page.  
asked
3 answers
2

Hi Tanmay,

If you are using a datagrid and you want to show the sum of a column, you can go the properties of the column and select ‘Aggregation’ option and set it to ‘sum’.

 

Regards,

Roel

 

answered
0

Hello Tanmay,

 

You could display the sum of a products value by using a calculated attribute, and use your calculate sum microflow to fill that attributes value.

 

 

With kind regards,

 

Cas

answered
0

Try the CustomString widget

answered