I have 10 cols in Group by and 2 cols as Concatenate and one col as Max .
I just want to know whether , Sequence 1: Col1 groupBy Col2 groupBy Col3 Concatenate Col4 Concatenate Col5 Groupby Col6 groupby Col7 groupby Col8 Max Col9 groupby And so on.....
Sequence 2 I will write all GroupBy first and then write Conactenate and Max .
Sequence 3 I will write first Concatenate ,Max cols first and then followed by group by cols
DOES THESE SEQUENCES ARE THE SAME ,DOES ALTERYX OUPUTS THE SAME RESULT. ?