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: 
Not applicable

Data Load

i want to load data given in attached excel.

into qvd but i want to skip total row given after each group.

how it will be done?

1 Solution

Accepted Solutions
barryharmsen
Partner - Creator II
Partner - Creator II

Use the table wizard and add "WHERE NOT IsNull(Group);" after the generated LOAD statement.

View solution in original post

1 Reply
barryharmsen
Partner - Creator II
Partner - Creator II

Use the table wizard and add "WHERE NOT IsNull(Group);" after the generated LOAD statement.