Hi,
I'm new to Outsystem and trying to add these two values in a single attribute and show the total amount (22.56) into the expression.
Any help will be appreciated.
I think the data type of the attribute is text, You need to change the data type to be integer or decimal - where SUM operation can happen.
Hello Prince,
You can use the SUM function from aggregate
Right-click on the column which you want to get SUM of, and click the function sum.
Thanks for the reply, Riyas. But I'm unable to find the SUM when I right clicked on the attribute column.
Yes. That's worked. I have changed the data type from text to decimal.
Thanks Riyas.