Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
ravindraa
Creator
Creator

How to create qvd's in qliksense

Hi all ,

  I am trying to create QVD's in Qliksense but i am unable to create the same.

  To create create QV'd in qliksense i am following below procedure

first i create one folder like QVD in following path -> E:\Niranjan\Qvd

in Edit script level i have loaded one table

State:

LOAD [STORE_CODE],

  [STORENAME],

  [STATE],

  [REGION],

  [City],

    [Latitude],

    [Longitude],

  GeoMakePoint([Latitude],[Longitude]) as GeoKey

FROM [lib://Map/sample_data.xls]

(biff, embedded labels, table is ccomp$);

To create QVD i have used following code Store State into 'lib://Niranjan/Qvd/sales.qvd'(qvd);  but it is showing error.

QVD.PNG

please give suggestion.

Thanks in advance.

6 Replies
Chanty4u
MVP
MVP

it shud be

[lib://Niranjan/Qvd/sales.qvd](qvd);

ravindraa
Creator
Creator
Author

Thanks for replay Chanty,

   i have mentioned path same but it is showing same error.

Please give me suggestion.

QVD.PNG

Chanty4u
MVP
MVP

did u test d connection once u established.?

chk the corect path of ur qvd files?

ravindraa
Creator
Creator
Author

yes Chanty,

Thanks for replay i have tested but it is not store the qvd's. it  is showing same error. i am new to qliksense.

please give me any suggestion how to do that.

Thanks in advance.........

Chanty4u
MVP
MVP

can u share ur sample data...by that i can create a qvd and show you.