Use a row splitter node to separate the rows related to the Test user and the ones related to Tes1 and test1
For the Test user flow branch, use a groupby node to compute the total column, then concatenate the total sum row to the dataset (make sure to keep the same column names when you do it!)
Repeat the step above for the rows related to Tes1 and test1
yes its a dynamic report, I have attached my workflow and I am able to achieve it the calculation now problem is formatting how to add Total word in last row of calculation example given in screenshot?
I am just giving an example in my case I have live data which will contain actual user name and office location, so I have to group by user and offices so here I am using groupcolumn as a office just an example…
I revised your workflow. It produces this. If you have problems, let me know. I had to add a dummy row (and remove it later) to get the Column Expressions to work properly.
Thank you, my requirement slightly different, I have changed the value example
User Test1 has tagged for group value b10 and b11 and I want them to calculate separately its not calculating correctly attached the latest data Sum_per_Groups.knwf (19.9 KB)
This should work; however I’m afraid this is becoming so complicated that any workflow is likely to be fragile to more arbitrary changes. I tested this workflow with your last dataset and it worked which gives me some comfort.