Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Formatting formula results to summary format

Saravanan13
8 - Asteroid

Hello,

 

I have got few results from multiple conditions in the workflow. I want to give the end user with the condition, result, field value for validating the outcome.

 

Input 123 - has all the conditions and field values

Output 123 - My output for the end user

 

Please note the comments are added for reference. I don't need the comments in output.

 

Can anyone assist on this.

3 REPLIES 3
Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @Saravanan13 ,

 

Here is one way of doing this.

 

Workflow

As it is easier to compare values, I "Cross Tab"ed the table and used Formula tool.

Yoshiro_Fujimori_0-1686614258881.png

Output

Some questions are not clear enough to answer.(as highlighted below)

Yoshiro_Fujimori_1-1686614381971.png

If you know the definition, you can add the necessary fields with "Select" tool and generate answer with "Formula" tool.

Good luck.,

Saravanan13
8 - Asteroid

Hello Yoshino,

 

Thanks for the reply.

 

I already have the formulas included for the conditions in the workflow. Just I need the output format as per the output file attached.

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

@Saravanan13 ,

 

It seems there is not enough information to decide which data should be moved to which column ("Tax Form1", "Tax Form2", "Application1", "Application2"..).

As I do not have the domain knowledge of tax forms, it is difficult to proceed.

If you can define which output column each row of the input data should be moved to, that might help.

 

Labels
Top Solution Authors