Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Use the table wizard and add "WHERE NOT IsNull(Group);" after the generated LOAD statement.
Use the table wizard and add "WHERE NOT IsNull(Group);" after the generated LOAD statement.