Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
Can anyone help me finding the best way to create a data model for an app. The App has 3 Fact Tables. All are now separately connected to the ClientData Table. What i need is to connect them somehow to a MasterCalendar to have a common date field in the App..
These are the connections i need. But i would fall into a Loop with the following Data Model.
Does anyone has a suggestion on how should i create a data model, so that the app is smoothly running. 🙂
Within the most scenarios it's possible (and usually the simplest method) to concatenate the fact-tables - ideally by harmonizing all field-names and data-structures as much as possible.
Your screenshot of the existing/intended tables looked not really suitable because it tried to connect a redundant as-of-facts with a as-of-table and on it the calendar. The facts should be rather regular and are connected with the calendar and parallele is also the as-of-table or they is then connected as satellite to the calendar.
Hi,
A common way to resolve this when multiple fact tables are involved is to concatenate them.
You only need to have the same Calendar field in each table. Null value matrix are not a problem for Qlik Engine.
Kind regards
Hi mpc,
Thank you very much for the quick answer. I have thought about concatenating them by using same Periode field, but the client data cannot be always same in all 3 fact tables... and when i concatenate the tables i cannot connect it to client table based on 3 client keys..
Within the most scenarios it's possible (and usually the simplest method) to concatenate the fact-tables - ideally by harmonizing all field-names and data-structures as much as possible.
Your screenshot of the existing/intended tables looked not really suitable because it tried to connect a redundant as-of-facts with a as-of-table and on it the calendar. The facts should be rather regular and are connected with the calendar and parallele is also the as-of-table or they is then connected as satellite to the calendar.