Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Help needed for a sample problem

Eug_teng
7 - Meteor

Hi all, here's a problem which I faced during my analysis, really appreciate if I could have some help on it!

 

I have several record IDs with codes of respective values, for example:

 

Record IDCodeValues
1a0.2
1b0.01
1c0.04
1d0.05
2a0.05
2b0.2
2c0.3
2d0.01
3a0.01
3b0.02
3c0.03
3d0.04

 

I want to achieve an output where Values >= 0.2 for each Record ID, and if the Record ID does not have such value present, only 1 record will appear with Values = Null(). Hence, there should not be any missing Record IDs.

 

Below is the sample output based on Values >= 0.2:

Record IDCodeValues
1a0.2
2b0.2
2c0.3
3aNull

 

How do I go about doing this? Please advice thank you!

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @Eug_teng ,

 

Here is a workflow for the task.

 

Input - the table provided by you

 

Output

atcodedog05_0-1601487567433.png

Workflow

atcodedog05_1-1601487581463.png

 

Hope this helps : )

 

If this helps please mark the post as solution.

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Eug_teng 

 

Cheers and Happy analyzing : )

Labels