Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
in my load have a Circular Reference, because the same table is used into 2 different contexts.
I could duplicate the fields of this table for each context to avoid a loop but I would like if a select one of the fields of this table, synchronize with the same field used in other context.
Pierre
hi,
if your data source is a same it will concatenate automatically , you can use concatenate or you can go with link table : https://community.qlik.com/t5/Qlik-Sense-Documents/link-table/ta-p/1883375
detail demo available here in this link.
Vikas
You can concatenate both the tables instead of joining it or use a Link Table to use same field name.
Or you can first join them on the basis of key and then concatenate the common fields.
hi,
if your data source is a same it will concatenate automatically , you can use concatenate or you can go with link table : https://community.qlik.com/t5/Qlik-Sense-Documents/link-table/ta-p/1883375
detail demo available here in this link.
Vikas