Right
The Join and Keep prefixes can be preceded by the prefix right.
If used before join it specifies that a right join should be used. The resulting table will only contain combinations of field values from the raw data tables where the linking field values are represented in the second table. If used before keep, it specifies that the first raw data table should be reduced to its common intersection with the second table, before being stored in Qlik Sense.
Syntax:
Right (Join | Keep) [(tablename)](loadstatement |selectstatement )
Arguments:
Argument | Description |
---|---|
tablename | The named table to be compared to the loaded table. |
loadstatement or selectstatement | The LOAD or SELECT statement for the loaded table. |