I want to get the sum of values from a column in the expression editor and I want to use that expression object in an interface to show my Sum which I calculated.
Discussion posts and replies are publicly visible
You can query the data for the column from the database and then you use the sum() for addition.
In the above, for a Order Line Item record, the data is queried for a column and then addition has been done
Thank you
This is working