Hi
I have created a workbench which provides calculations based on a test filter. I have 10 different calculations in total to perform on various attributes in the data, but want to bring all of the resultsinto one record all based on the same TOID identifier. How can i acheive this as at present i am getting as follows
TOIDCalc 1
Calc 2
CAlc 3
1234
125
Missing
Missing
1234
Missing
142
Missing
1234
Missing
Missing
165
What I want to acheive is below
TOIDCalc 1
Calc 2
Calc 3
1234
125
142
165
Thanks
Andy