Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Experts,
We have multiple data models for different modules like Sales, Financials. Now we want to develop a single App where we want to develop a single dashboard where data from different modules/data models can be displayed.
Is this possible and how?
Regards,
Zahid Rahim
Hi Andrey,
It's not mandatory to combine these modules into one appilication.
Simple thing was users want to see those modules KPI's in one application. They don't wanna use multiple applications. It depends on the client requirement.
Thanks,
Sadasiva
I understood. Our experience has shown that simply combining individual applications into one is not a grateful event.If a single application were developed at once, it would clearly differ in structure from the simple sum of the modules of individual applications. In addition, if the functionality of a single application does not change, what will the customer pay for? If, in the single application, an extension of the functionality is supposed, then all the more can be talked about the development of "from scratch" and in the process to use the developments of individual modules if possible.
But all this must be discussed with the client.
This is a purely personal opinion. I'm sorry if I'm wrong.
Regards,
Andrey
If you have data over two different data models over two different apps or streams and you have to make reports/ visualizations that include fields or tables or data from both data models, you'll have to integrate the data or load data from one of the data models to the other either by using connections or using binary expression.
I have similar requirements, two different apps needs to be merged into a single app.
Fact table from both apps is on same granularity so thinking of to concatenate both fact and adding a flag in one fact table like you mentioned.
And In charts related to app1 or fact 1 , will that flag via set Analysis.Hope that will work.
Please suggest if some other approach needs to be considered.