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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

Delete Spaces

Hi, I have some problems with my forms. I need to know delete the first and the second row in QlikView. I need to start for 100147483. Left an example.

Thanks

4 Replies
m_woolf
Master II
Master II

Try using this as your dimension:

=if(num([Nº doc.])>0,[Nº doc.])

swuehl
MVP
MVP

And it's probably a good idea to remove the lines in your load, I think they are not needed, just line headers in Excel, right?

LOAD...

from Table.xls where isnum([Nº doc.]);

Not applicable

when you select the xl to get data from, there's one Header Size which defaults to None. It has a drop down, select Lines and enter 2 (in your case) in the small box to the right. Then in Labels, drop down and select Embedded. this should get rid of the 2 lines you wish to get rid of.

Not applicable

Use

Where Isnum([Nº doc.])

in your load

edit: swuehl beat me to it. should've refreshed topic beefore posting.