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

Output Issue

henrygeorge
8 - Asteroid

Hi Alteryx Team

 

How do I stop outputting the 0 and delete the extra rows with each run?

Roll No.DateNameVehNumber
1216-12-2019MarkCar0
1317-12-2019LokiBus0
1418-12-2019SteveBike0
1521-01-2020RedBoat0
[Null][Null][Null][Null]0
[Null][Null][Null][Null]0
[Null][Null][Null][Null]0

 

I used a formula tool to insert those 0's.

 

How do I stop at the last field of Roll Number automatically and remove the nulls.

 

1 REPLY 1
MarqueeCrew
20 - Arcturus
20 - Arcturus

@henrygeorge ,

 

 please use a filter and check that is not empty or is not null [Roll no.]. 

if you want to get rid of 0's, then where you set them to 0, change it to null(). 

IF number = 0 THEN NULL()

ELSE number

ENDIF

 

 cheers,

 

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels
Top Solution Authors