Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
pranaview
Creator III
Creator III

3-Tier Architecture in Qlik sense

Hi Guys,

In QlikView, I am used to building solutions based on 3-Tier architecture i.e.

Extraction Layer: Collecting/Cleaning/Storing Data into QVDs

Transformation Layer: Transforming, Building Data Models and implementing business logic etc.

Presentation Layer: Binary Load on the T layer app and build visualizations.

Is there a way we can do a Binary Load from the Presentation layer QS app to the Transformation Layer QS app?

Or is keeping the Transformation layer and Presentation layer in the same app the norm in QS?

Thanks!

Labels (1)
4 Replies
vikasmahajan

Why you want to binary load final layer again in transformation i think you should follow what you have there in qlikview that is only a best practice.   Extraction->transform->Binary Load final presentation layer

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
pranaview
Creator III
Creator III
Author

Hi Vikas,

I think you misunderstood the below point

"Is there a way we can do a Binary Load from the Presentation layer QS app to the Transformation Layer QS app?"

I want to Binary load Transformation layer into final layer(presentation) only but how do i do that in Qlik Sense?

In QV, i know where my QV document is stored in the file server and i can load it via Binary Load but how do  you load a QS app through Binary load in QS, please let me know.

Thanks!

stevejoyce
Specialist II
Specialist II

You can use a Folder DataConnection pointing to your App folder directory (set in QMC > Service Cluster > Cluster Settings > "App folder").

 

BINARY [lib://Apps/<appID>];

pranaview
Creator III
Creator III
Author

Thanks! I don't have access to "Service Cluster" in the QMC but i'll check with the team and test it.