Hi all, can you suggest on how to do sum function on a row? the result will be shown on the last column of the row. I know that wen sum by column by doing group by sum, but how do we do sum of a row? thanks.
It somehow looks like this, the hour spent is the total sum based on the days inputed. days is a decimal. thanks
Hello Iman,
If you are doing it in an aggregate then click on add attribute and Calculate all the values something like this :-
Hope it helps you.
Regards,
Pavan R
Maybe the following post can help you:
https://www.outsystems.com/forums/discussion/15155/create-a-total-row-on-a-table-records/
Hi @Iman Haqem,
In aggregate, you can add attribute and in that you can just add the Days. Use that Attribute in hours spent in the table.
Hope this helps!
Deepika