Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Outerjoin and Assign values to the column level

I am loading the data from 2 different tables

Table1
DocumentNoItemMaterialQty
115004479110000xxx1
115004479120000xyz1
115004479120001zxc2
115004479130000yyy2
115004479140000zzz1
115004479140001xzz1


Table2
DocumentNoItemStartDate
115004479101/9/2009
11500447912000112/9/2001


If the item has value 0 then I have to assign the StartDate value 1/9/2009 to the below items

10000
20000
30000
40000
40001


Expecting Result :
DocumentNoItemMaterialQtyStartDate
115004479110000xxx11/9/2009
115004479120000xyz11/9/2009
115004479120001zxc212/9/2001
115004479130000yyy21/9/2009
115004479140000zzz11/9/2009
115004479140001xzz11/9/2009


Outerjoin I can join both tables .How can I pickup the startdate value from the item 0 and assign the start date values to the below corresponding items

10000
20000
30000
40000
40001
.

Advance Thanks for your help.

2 Replies
Not applicable
Author

Hi,

Herewith i have attached a application for your reference.

regards

Rajesh

Not applicable
Author

Thanks a lot for your support and help.