I have a bunch of sales data by company. I want to sum the total sales and then divide the individual company sales by the total. What's the best way to do this?
Solved! Go to Solution.
I tried this initially, but I received an error that says "There are more than 16 records in the source."
Hello @bsolove you are getting this error on which tool?
The total Sales which connects to the "S" input of the Append fields should only have one record, based on my understanding of your requirements.
Are you getting more than one record on this side?
That error was on the append field tool.
That worked when I switched the connector. Thanks!