ExampleTbl:LOAD * Inline [ field1, field2, field3 1,2,3];
ExampleTbl:LOAD * Inline [ field1, field2, field3 1,2,3 4,5,6];ExampleTb2:NoConcatenateLOAD field1, 22 as field2, field3 Resident ExampleTbl Where WildMatch(field2,'2');LOAD field1, field2, field3 Resident ExampleTbl Where not WildMatch(field2,'2');DROP Table ExampleTbl;
@syntax CALL Qvc.UpdateQvd ('Table', 'QVDname', 'PrimaryKey', ['DbKeepKeys'], [ReplaceQvd]);@param 1 String. Qlikview tablename. @param 2 String. QVD File Path. A relative name honors the current Directory setting.@param 3 String. The Primary Key column of table.@param 4 String, Optional. Name of table containing primary key values that should be kept in the QVD. The keys must be in the first field of the table. For performance reasons, the Fieldname should *not* be the same as the Primary Key Fieldname.@param 4 True/False (-1/0). If True, existing QVD will be replaced without updates, as a full reload.