Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please suggest the ways to create .qvf file for creating Qlik application....
Thanks in advance!!!
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.
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
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.