Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
please give suggestion.
Thanks in advance.
it shud be
[lib://Niranjan/Qvd/sales.qvd](qvd);
Thanks for replay Chanty,
i have mentioned path same but it is showing same error.
Please give me suggestion.
did u test d connection once u established.?
chk the corect path of ur qvd files?
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.........
can u share ur sample data...by that i can create a qvd and show you.