Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am replacing some Joins with ApplyMap() and (potentially) Lookup() in a Qlik Sense script.
Two questions:
Thanks,
Alex
Lookup is likely the slowest option. See https://qlikviewcookbook.com/2020/03/creating-temporary-script-associations/.
Yes, you can use ApplyMap with Where Exists to replace an inner join.
-Rob
Lookup is likely the slowest option. See https://qlikviewcookbook.com/2020/03/creating-temporary-script-associations/.
Yes, you can use ApplyMap with Where Exists to replace an inner join.
-Rob
Great, thanks Rob for your prompt and informative reply!
Best,
Alex