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

How to add Record # as a Column in Alteryx?

$
0
0

Hi, 

I have a table for example:

NameActiveStartDate
a01990-19-02
a11990-20-05
b11990-20-05
.........

I want to add a new column to include the record # as RecordID. I tried with generate row tool. But it replicating with respect to the row and condition expression. I also can not delete condition expression. The result from generate row tool with RowCount <= 2 condition expression:

NameActiveStartDateRowCount
a02016-11-071
a02016-11-072
a12016-11-251
a12016-11-252
............

 

Or I do not know how to use it may be.

 


Viewing all articles
Browse latest Browse all 4999

Trending Articles