Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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
16 - Nebula
16 - Nebula

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
Top Solution Authors