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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
QFanatic
Creator
Creator

Assist with script please

hi,

Please find attached.

so I am working with a very large table called Resources.

I want to join the table below it, based on link field Uiid_or_Device..BUT only where Res_Itm_Tp_Cd = '1'  (in Resources)

if possible, I dont want to do a resident load from Resources again, since it will grow very big.

 

Please may you assist me with script to achieve this? Thank you.

 

 

Labels (1)
1 Solution

Accepted Solutions
haskia
Partner - Contributor III
Partner - Contributor III

Hi QFanatic,

This could work...

haskia_1-1613594864011.png

 

You can simply add another field in your previous table to make sure the join is only applied when the condition is met.  Let us know if that helped.  🙂 

View solution in original post

2 Replies
haskia
Partner - Contributor III
Partner - Contributor III

Hi QFanatic,

This could work...

haskia_1-1613594864011.png

 

You can simply add another field in your previous table to make sure the join is only applied when the condition is met.  Let us know if that helped.  🙂 

QFanatic
Creator
Creator
Author

Brilliant thank you!