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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
kishorj1982
Creator II
Creator II

Limiting Dimensions

Hi

I have 4 dimensions in dimension table and I want to limit my fact table based on the  matching combination of those Dimensions from Dimension table. How we can achieve it so that there wont be any facts without dimensions in the Fact table. Does exist clause suitable for this? As it suits in optimised load with only 1 Field I think. Please let me know.

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I would use KEEP in this situation. It allows for matching on multiple columns.

-Rob

View solution in original post

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I would use KEEP in this situation. It allows for matching on multiple columns.

-Rob

kishorj1982
Creator II
Creator II
Author

Hi Rob Thanks for the response.

in my case if I am loading Dim Table first and then fact then I should use the Left Keep. Please confirm.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Yes, I believe that would be a LEFT KEEP.