Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Data Preperation : Multi-column handling

$
0
0

Hi All,

 

I have a query below :

Input:

Col ACol B
11Alan
12Joe
13Paul
13Nick
13Colan
14Mike
14Chris
15Sam
16Lee
  

 

Output :

Col ACol B
11Alan
12Joe
13Paul+Nick+Colan
14Mike+Chris
15Sam
16Lee
  
  
  
  

 

when i tried using multi-row formula to compare and create a new field, I am getting a default value as 0.

 

Eg: IF [Col A]=[Row-1:Col A] THEN [Col B]=[Col B]+[Row+1:Col B] ELSE [Col B] ENDIF

 

Guide me how to work through it.

 

Thanks

Harsh


Viewing all articles
Browse latest Browse all 4999

Trending Articles