Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to create .qvf file to create a new Qlik application?

Please suggest the ways to create .qvf file for creating Qlik application....

Thanks in advance!!!

3 Replies
undergrinder
Specialist II
Specialist II

Hi,

There are two kind of Qlik file

o qvd - stores data

o qvf - the application file, it contains the visualizations, data, it is a full container of a Qlik application.

When you create a new app, a qvf file appears in Qlik directory in [installPath]\Qlik\Sense\Apps\

G.

Arthur_Fong
Partner - Specialist III
Partner - Specialist III

First of all,

Install Qlik Sense Desktop.

Once installed, run Qlik Sense Desktop.

Enter your Qlik ID and Password once you are in the main page.

You may now create your first app by clicking the create app button on the right.

For more info, go to

https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Apps/create-first-app.htm

Thanks and regards,

Arthur Fong

balabhaskarqlik

Once Qlik Sense Desktop, enter ID and Password

You can see create app, by clicking on it, it'll open new window:

You'll see the main tab with pre parameters, enter some sample code:

Requests:

LOAD * Inline [

    %OwnerId,

    Case_Date_Key,

    "Date",

    Subject,

    "Case Owner",

    "Case Owner Group",

    "Employee Hire Date",

    "Employee Status" ];

Country:

Load * Inline [

Country, Sales

Germany,15852

France,125693

];

Table2:

Load * Inline [

Customer_ID, Customer, Address, City, Zip, Country

1101, Catering Service, Fisherman Drive

1102, Portsmouth, BH 354 RW, Great Britain

];

Run the script, data loaded, try to create objects.

https://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/Visualizations/create-apps-vis...