Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am calculating percentage of total for a specific column. With a tAggregateRow, I grouped based on a column (Account_Status). Now I need to calculate the percentage of each status out of total. So, I am using tMap after my tAggregateRow. I created a new column (Account%) in my output.
I need to execute:
(total of Account_Status/total input row count)*100
How can i get total row count of my input row of the tmap? Please help