Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event here.

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