Alteryx Designer Desktop Discussions

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

Updating multiple rows of multiple columns

QurrathAmeena
8 - Asteroid

Hi ,

I have recently started working with real-time problems using Alteryx.

I'm facing some challenges in updating multiple rows and highlighting them in the output .

I'm briefing the problem statement and expected output here:

I have an original file where I have to make changes comparing the "ID" and "POSITION" column in the updated files.
Also ,I want to highlight(color) the updated columns in the original file.

Given below are the original and updated files :
Original file

IDCOL1COL2COL 3
1AABACA
2ABBBCB
3ACBCCC
4ADBDCD
5AEBECE
6AFBFCF
7AGBGCG
8AHBHCH
9AIBICI
10AKBKCJ

 

 

Updated files:

IDPOSITIONORIGINAL VALUEUPDATED VALUE
3COL1ACACC
8COL2BHBHH
10COL 3CJCJJ

 

IDPOSITIONORIGINAL VALUEUPDATED VALUE
1COL 3CACAA
7COL1AGAGG
9COL2BIBII
10COL 3CJCJJ

 

 

OUTPUT:

 

QurrathAmeena_0-1618380228940.png

If the output is updated more than ones it must be highlighted as 2x,3x respectively.

Thanks in Advance 🙂

 

 

3 REPLIES 3
Qiu
20 - Arcturus
20 - Arcturus

@QurrathAmeena 

Quite interesting topic.😁

0414-QurrathAmeena.PNG

QurrathAmeena
8 - Asteroid

Thanks a lot @Qiu 

Also,How did I report the output by highlighting the rows.

Should I use table tool?

 

 

 

Qiu
20 - Arcturus
20 - Arcturus

@QurrathAmeena 
Glad to help and thank you for the accept mark.

Yes, I can think of Table tool with Row or Column Rules.

Labels