Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create QVDfile in qlikview?

hai guys 

I have created Employees file in excel  that excel file how to convert into qvd file in qlikview .please help me.

i attached snipping file below this box.

8 Replies
MK_QSL
MVP
MVP

Store YourTableName into 'C:\QlikView\\QVD\YourQVDName.qvd' (QVD);

Miguel_Angel_Baeyens

Hi,

Your script is OK, but you need to add (QVD) to the end of the STORE line:

STORE Table INTO File.qvd (qvd);

Miguel

Not applicable
Author

Hello Madhu,

Your code looks fine to me, but have a space between INTO and [].

that should work.

Thanks & Regards,

Venkat T

its_anandrjs

Hi,

Write a code some thing like

let vSourceloc = 'c:\QVDData\';

Table1:

Load

Statement

from location

Store Table1 from $(vSourceloc)Table1.qvd;

Hope this helps

Thanks & Regards

manojkulkarni
Partner - Specialist II
Partner - Specialist II

You are missing semicolon in store statement. otherwise your script is correct.

senpradip007
Specialist III
Specialist III

Hi Madhu.

In your uploaded picture you have missed semicolon(;).

you should go through QlikView Reference Mannual or take a look in QlikView Help.

ngulliver
Partner - Specialist III
Partner - Specialist III

Hi, Madhu.

Can I direct you towards a blog on this ?

www.quickintelligence.co.uk/qlikview-qvd-files/

Hope it helps,

Neil

Not applicable
Author

Hi Madhu

Read the below blog it really helps to under stand the optimised QVD as well

Optimized and unoptimized QVD Load Situations?

Optimized and Non Optimized loading

Regards

Padma