Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can I set multiple join keys in data manager?
Thank you.
Hi,
Can you share a little more information on what you are trying to do?
Normally with Qlik and associative engine you would have a single key to join on or you end up with synthetic tables, which can cause issues. If the key is based of multiple fields then you would concatenate them to make the key on both tables (In script editor).
Ie.
Field1+Field2 as Key
Nicht ganz richtig. Der Schlüssel muss zwar zusammengesetzt werden, jedoch nicht mit einem Pluszeichen "+".
Richtig wäre, die betreffenden Felder mit einem Undzeichen "&" zu verbinden:
Feld1 & Feld1 as Schlüssel
Je nach dem wie groß der zusammengesetzte Schlüssel ist und wieviele solcher oder ähnlicher Schlüssel man verwenden möchte, lohnt es sich evtl. die Größe der Schlüssel mit Autonumber-Befehlen in ihrer Länge zu reduzieren. Das könnte bei einer Neubeladung einer App zwar Performance kosten, könnte jedoch im Umkehrschluss zu einer Performanceverbesserung an der Oberfläche der App führen.
Thank you.
I have three tables, and one of the tables has 3 keys.
With data manager, I can't set only one key(data associates) so I'm wandering how to set the keys more than 2.