We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to get the rows to be aligned into one row

jessy_chow
8 - Asteroid

jessy_chow_0-1756220340405.png

Here are my results from 2 summarize. 

I need to take SUM_610200 Office Supplies / Sum_FTE Total. (37982/1224.84) However since they are are on different rows, I am unable to use the formula function to do the calculation. How can I the results to look like the following. 

Sum_FTE TotalSum_610200 Office Supplies
1224.8437982
4 REPLIES 4
davidskaife
14 - Magnetar

Hi @jessy_chow 

 

Assuming your two records are coming in from two separate streams just use the Append Fields tool

 

davidskaife_0-1756220688098.png

 

jrlindem
11 - Bolide

Can you provide more of the workflow upstream to this?  Seeing the SUM_ prefixes i'm guessing you've got a summarize tool in your workflow, but exploring the Transform tools to modify your workflow to include a Cross Tab or Transpose will likely help.  But if you can provide more context, I'm sure someone can build you out a proof-of-concept.

JosephSerpis
17 - Castor
17 - Castor

Hi @jessy_chow you may need to apply a filters before your summarise to remove any Null records from both columns. Using the filter tool would achieve this. I would add two filters filter out the Null records as a proof on concept before you summarise to see if this resolve the issue and gets all the data aligned.

jessy_chow
8 - Asteroid

Thanks! This worked! 

Labels
Top Solution Authors