Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

MULTIPLE ENTRY

Johmz
7 - Meteor

Hi,

 

I have set of data which is need to identify the number of field and which criteria is need... see sample table data.

 

Input

LOANIDID1ID2ID3
1234ID001ID001ID012ID023
1234ID012ID004ID015 
1335ID023   
2564ID004   
7458ID015   

 

output should be this - if loan entry is >1 with different ID then show  unique LOAN and ID should be show one only per hierarchy (ID1 then ID2, least ID3)

 

Output

LOANID
1234ID001
1335ID023
2564ID004
7458ID015
4 REPLIES 4
Raj
15 - Aurora

@Johmz Please find attached
mark as done if this is what you were looking for.

Qiu
21 - Polaris
21 - Polaris

@Johmz 
I was not able to fully understand the maning " unique LOAN and ID should be show one only per hierarchy (ID1 then ID2, least ID3)"

Can you kindly elaborate?

nagakavyasri
12 - Quasar

@Johmz Try this:

 

Screenshot 2024-03-08 153402.png

Johmz
7 - Meteor

I have 2 entry per loan LOAN# with different ID#. We need to show 1 entry only per LOAN# with priority ID#..

example input.

LOAN#ID#
1234ID3472
1234ID0221
3456ID5122
3456ID2134
5678ID6571
5678ID03114


ID# PRIORTIY

PRIORITY ID#2ND PRIORITY ID#NON PRIORITY ID#
ID3472ID0221ID0021
ID6571ID1122ID5122
ID0003ID2134ID03114
ID3021ID0014ID6578

 

 

OUTPUT LIKE THIS..

 

LOAN#ID#
1234ID3472
3456ID2134
5678ID6571
Labels