This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Upgrading Server to version 22.1? We’ve enabled the faster AMP engine by default. Read about how these system settings changes might affect you.
I have attached the workflow and the file I used as input for reference. If you run the workflow you can see the output as below. I want to divide 1st row by 2nd row (133/155) and get the output below that in the 3rd row. It would be a great help if anyone would provide a solution for this. Thanks.
Solved! Go to Solution.
Hi @iamviraj13, you could use a Summarize tool and union it back to the original dataset. I have attached an updated version of your workflow.
Let us know if this helps.
Hi @iamviraj13,
You'll want to use the Transform tools to reshape the data, perform this calculation, then Cross Tab the data into it's final format:
Clearly I wasn't concentrating when attempting to answer, sorry! Thank you @Aaron_Harter for keeping me honest.
Thanks Aaron