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: 
Malle
Contributor
Contributor

Join tables or create a second data model?

Hey! 

I am having trouble to decide what to do with my data set. 

I have a "customer cases"-table that is linked with ~10 dimension tables and now I have a different dataset called "Benchmark cases" which has nearly the same (but a little less) info but refers to the same dimension tables and 1 different one.

How can I add the benchmark to the existing model without having all sorts of Sync keys?

I thought I can join the tables and try adding a field "Benchmark" (0 or 1) or create a new data model that is not linked at all with the other data. 

Is this a good way to achieve this or is there another possibility? 

Thanks in advance! 🙂

Labels (1)
2 Replies
Mathias
Partner - Contributor II
Partner - Contributor II

I think the best option is to concatenate those 2 tables with an extra field "benchmark" (0 or 1)

juliensaintmaxent3113
Partner - Creator III
Partner - Creator III

Hello,

yes, use the function concatenate and add field like 'Table1' as Table in the first table and 'table2' as table in the second.

When you want to use measure on the first table, make set analysis with the good value.

Bye