Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

adding up the result from summrize

rohini
8 - Asteroid

Hi All,

 

I have got two summarized result in the attached sheet I want to add the count column in to one. the First is the result of one summarize and the next one is the second. I want to add up the count 

Summaize 1     Summarize 2 
yearmonthcount    yearmonthcount
2016142    2016129
2016240    2016227
2016332    2016325
2016427    2016436
2016535    2016528
2016638    2016616
2016736    2016742
2016840    2016839
2016923    2016933
20161035    20161022
20161150    20161129
20161240    20161223
2017136    2017123
2017237    2017216
2017346    2017323
2017444    2017431
2017553    2017521
2017642    2017621
2017740    2017735
2017830    2017830
2017928    2017923
20171037    20171034
20171142    20171131
20171221    20171225
2018119    2018124
2018238    2018221
2018340    2018323
2018426    2018429
2018543    2018524
2018631    2018620
2018730    2018734
2018831    2018828
2018926    2018922
20181041    20181037
20181133    20181123
20181239    20181219
2019131    2019134
2019228    2019215
2019325    2019320
2019425    2019429
2019531    2019540
2019627    2019621
2019727    2019731
2019831    2019835
2019925    2019930
20191041    20191028
20191119    20191120
20191228    20191215
2020133    2020116
2020223    2020217
2020327    2020311
2020419    2020410
202051       

 

Please help.

 

Regards

rohini

7 REPLIES 7
atcodedog05
22 - Nova
22 - Nova

Hi @rohini ,

 

Quick fix.

Change the "start data import on line" in the input tool configuration to 2. Like below.

atcodedog05_0-1589437406835.png

Data changes to the below

atcodedog05_1-1589437436365.png

Add the count using formula tool

atcodedog05_2-1589437471059.png

 

Hope this helps

 

Cheers and Happy analyzing : )

 

rohini
8 - Asteroid

Thank you

 

the input file is a huge file out of which I have set few filter criteria and derived the summarize and now I want to add them up

atcodedog05
22 - Nova
22 - Nova

Hi @rohini ,

 

Glad to hear it helped.

 

Can you please mark my post as "Accept solution".

 

Thank you : )

Cheers and Happy Analyzing 

rohini
8 - Asteroid

I cant make the input as 2 as the input file is huge the input file is a huge file out of which I have set few filter criteria and derived the summarize and now I want to add them up

Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @rohini,

 

I think this is what you're trying to achieve?

 

Jonathan-Sherman_0-1589445106788.png

 

If this solves your issue please mark the answer as correct, if not let me know!

 

Regards,

Jonathan

 

rohini
8 - Asteroid

Hi Jonathan,

 

thank you. Yes this is what I wanted to achieve.

 

can you share the workflow as I could not see the steps you followed in samples. and on

 

Thanks.

 

Rohini

Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @rohini,

 

I thought i had, apologies! I've attached the file this time!

 

If this solves your issue please mark the answer as correct, if not let me know,

 

Regards,

Jonathan

Labels
Top Solution Authors