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: 
Anonymous
Not applicable

Merge two apps in QlikSense

Hi Guys,

I have two QlikView files, one is transform layer and the other one is presentation layer.

I wanted to migrate the data model from QlikView to QlikSense. I did it, but when the presentation layer data is migrated from QV to sense, I couldn't able to reload the data in QlikSense since it has binary load in QV script.

If I migrate the data of the transform layer only, I couldn't able to use the variables used in the presentation layer.

So, I need to merge both the QVW files and to create a Qliksense app. Is it possible to do? If yes please suggest me how can we do?

Thanks,

Siva.

1 Reply
rubenmarin

Hi Siva, manually can be merged but, what's the problem with the original binary load?

Sense can also do binary loads from both systems (qvw's and qvf's)

Binary [lib://folderName/AppName.qvw]; // From a QV app

Binary [lib://folderName/AppName.qvf]; // From a Sense app


Binary has to be the first instruction in script, so only one binary is allowed (as only one can be the first instruction)