Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there is any substitute of left join for the table having more than one fields
But in that case one table should have only two fiel which is to b e used in mapping load
Like this,
have a look at attach application.
if it answer, make sure to close this thread.
Regards
ASHFAQ
No it won't work, if i Want to add ID it generate a result which is equivalent to right join
I gave you working example without join.
You could say applymap is replacement of join.
Regards
ASHFAQ
Hi Ashfaq,
Sorry but can you please tell me 1 thing,
Apply map is work as look up ref table.
Left join can give all records from first table with matching rec in second table.
Then how could be applymap will be replacement for left join.
Thanks,
Deepak
It won't work as a replacement of left join in all the scenario
Hi Deepak,
I have implemented both Left Join and apply map in this post you can a look at once.
To clear concepts I would suggest you to go through this article from Henric.
http://community.qlik.com/blogs/qlikviewdesignblog/2012/09/18/one-favorite-function-applymap
Regards
ASHFAQ
Thanks Ashfaq ![]()
That is helpful for me.