Alteryx Designer Desktop Discussions

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

Transpose messing up sub total

chiragpatel_1
8 - Asteroid

Hi, 

 

 In the below image the transpose tool is causing some of the data to drop out so it is not summing up correctly when i use the summarize tool

 

It's hard for me to post data as it's sensitive but I was wondering if it's a common issue and if there is a common fix for it.

 

chiragpatel_1_1-1646387852855.png

 

This is how my summary tool is set up currently:

chiragpatel_1_2-1646387902528.png

 

Thank you

9 REPLIES 9
atcodedog05
22 - Nova
22 - Nova

Hi @chiragpatel_1 

Can you provide some sample input and expected file output It will help us get a better understanding of the usecase.

We will be happy to help : )

chiragpatel_1
8 - Asteroid

when i upload a workflow, will you be able to see that data as well?

atcodedog05
22 - Nova
22 - Nova

Hi @chiragpatel_1 

 

No, you need to provide an excel file and workflow or we wont able to run.

 

Hope this helps : )

chiragpatel_1
8 - Asteroid

Its falling over when is summarize, the figure for 202101 should be 33015, along those lines but the summarize tool only outputs 32991

atcodedog05
22 - Nova
22 - Nova

Hi @chiragpatel_1 

 

The issue is with select tool assign datatype you need to select double instead of int

 

atcodedog05_0-1646390246506.png

 

Output:

atcodedog05_1-1646390270520.png

 

Hope this helps : )

chiragpatel_1
8 - Asteroid

Thank you, such sneaky error, i spent hours investigating

atcodedog05
22 - Nova
22 - Nova

Hi @chiragpatel_1 

 

True its happens

 

Happy to help : )

If my response helps please don't forget to mark it as solution.

Cheers and have a nice day!

chiragpatel_1
8 - Asteroid

Quick query - I have the following statement in snippet below for two specific account but for all other accounts I want the following  condition to apply [Group 2] in ("GT","PS","GP","PT", "UM", "MC"), how would i go about adding that

 

chiragpatel_1_0-1646392064221.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @chiragpatel_1 

 

Filter formula would be

 

([Account] in ('V40823','V17312') and  [Group 2] in ("GT","PS","GP","PT")) 
OR
([Account] not in ('V40823','V17312') and  [Group 2] in  ("GT","PS","GP","PT", "UM", "MC")) 

 

Hope this helps : )

Labels