Alteryx Designer Desktop Discussions

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

Can anyone help as why my values are not passing in Summarize tool when run via Debug.

rohit782192
11 - Bolide

Refer the attachment. This is from Trainig section

4 REPLIES 4
Kamran1991
11 - Bolide

Can you please share the dummy source data?

rohit782192
11 - Bolide

Please find attached

DataNath
17 - Castor

@rohit782192 in the debug, are you only using the settings in this menu?

 

Debug1.png

 

The way your app is set up, you have extra configuration which means you also need to select conditions to configure these Interface tools as well when you select 'Analyze by Airline' - the same is true for 'Analyze By Airport' (there's other tools to configure within that selection).

 

Debug2.png

 

At the minute, if you don't do anything within this second tab, nothing will populate the filter etc and so it's not an issue with the Summarize, the issue is that your Filter isn't being populated with an IN ('') value and so isn't passing anything through:

 

DataNath_0-1657095698438.png

 

However, if you do make selections, the app works as expected:

 

DataNath_1-1657095741276.pngDataNath_2-1657095775341.png

 

In this case, I'd say the tabs are pretty confusing and not very user friendly. For instances like this, I'd recommend nesting all of the options inside the radio buttons, so that when they are clicked, the options inside all show automatically:

 

DataNath_3-1657096059957.pngDataNath_4-1657096076452.pngDataNath_5-1657096082854.png

 

I've attached an updated version of the app with nested options if you'd like to see for yourself!

rohit782192
11 - Bolide

Thank you so much for the Explanation

Labels