QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT

Who Me Too'd this topic

richard_chilvers
Specialist
Specialist

LOAD all fields except .....

It seems good practise to LOAD only those fields in a table which are useful, although the temptation is to LOAD everything, "just in case".

Of course, this can be achieved by listing each field which is required, but I wondered if there is a way to say LOAD all fields except .....

Perhaps LOAD * - NOT_NEEDED1, NOT_NEEDED2 FROM .... ;

Who Me Too'd this topic