Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
varma8998
Contributor III
Contributor III

Delete rows in qlik sense while loading the data

Hi All,

I want to delete few rows

I have a table in the below format In the data manager

X     Y         Z

1    AAA     1234

2    BBB      5678

3    CCC     91011

4   DDD      121314

but I need the output like this in the data manager not in the charts

X     Y           Z

1   AAA     1234

1 Solution

Accepted Solutions
JordyWegman
Partner - Master
Partner - Master

Hi Varma,

You can't delete rows, but you can decide not to load them.

In the script you can add the following statement, just before the ';' at the end of the table that is loaded.

Where Y = 'AAA'

Jordy

Climber

Work smarter, not harder

View solution in original post

1 Reply
JordyWegman
Partner - Master
Partner - Master

Hi Varma,

You can't delete rows, but you can decide not to load them.

In the script you can add the following statement, just before the ';' at the end of the table that is loaded.

Where Y = 'AAA'

Jordy

Climber

Work smarter, not harder