Hi all, fairly new to Alteryx.
I have a set of data with thousands of Company names, each company name having multiple rows of data.
I currently have done a summarize and union function to create new columns that would basically give me a sub-total for each company.
Example:
Company 1 Data
Company 1 Data
Company 1 Data
Company 1 Data
Company 1 Sum Data
Company 2 Data
Company 2 Data
Company 2 Data
Company 2 Data
Company 2 Sum Data
I am using the multi-row formula function to fill in the 3rd column of data with the "Sum Data" value.

My Problem is the new data looks like this....
Example:
Company 1 Data
Company 1 Data
Company 1 Data
Company 1 Data Sum Data
Company 1 Sum Data
Company 2 Data
Company 2 Data
Company 2 Data
Company 2 Data Sum Data
Company 2 Sum Data
As you can see, it is only working for the row RIGHT ABOVE the summarize column value.
Any help is welcome!