Alteryx Designer Desktop Discussions

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

Remove titles from formulas

reginawhelan
8 - Asteroid

I am using a Multi-Row formula to assign a Record ID IF a condition is met. The following is the formula I used.

 

if [Assign Cert # ] = "System Generated" then [RecordID] else [F4] endif

 

Record ID's are being assigned to the titles and I would like for them to only begin on a certain row. 

 

Is there a formula to help me with this?

 

2 REPLIES 2
ChrisTX
15 - Aurora

Can you provide some sample input data and desired output?

BrandonB
Alteryx
Alteryx

Something like this that starts a Record ID when a certain row is met? Workflow is attached if this is what you are looking for. 

 

record ID.png

Labels