Load B inline [ A,B 1,2 1,3 1,4 1,5 ]; left Join(t1) t2: Load * Inline [ A,C 1,6 1,7 1,8 1,9 ]; I tried this but as per the logic it should throw an error right as column A is not found in table t1 as I am picking only B column in Inline. Still it gives 16 records.
Answer of Question asked in video is
We will have 16 records in the result
Load B inline [
A,B
1,2
1,3
1,4
1,5
];
left Join(t1)
t2:
Load * Inline [
A,C
1,6
1,7
1,8
1,9
]; I tried this but as per the logic it should throw an error right as column A is not found in table t1 as I am picking only B column in Inline. Still it gives 16 records.
Thanks for creating this
Thank you sir❤
Very Very Helpfull sir.
Thanks Khizar, Happy to know it helped
Thank you so much .
you uh explained in very simple way and hat helped me to understand very easily.
Need more videos regarding Qlik sense,
Welcome, happy to know you liked it, We are working on creating more videos for Qlik Sense.
Thanks!
Thank you so much!
16