Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can somebody please tell me how can i use picture like in a sample president.qwv
i m using sql server 2005 as my database.
i will highly appreciate your help guys.....[*-)]
You have to add the bundle-load for attaching your pictures. S.th. like this:
BUNDLE INFO LOAD * INLINE [
Picture_Name, Index
Events.gif, "YOUR_PATH"\Events.gif
Income Statement.gif, "YOUR_PATH"\Income Statement.gif
Statistics.gif, "YOUR_PATH"\Statistics.gif
];
Hi,
i´ve attached an example which should help to understand how it works.
It doesn´t matter what kind of database you use. The trick is the bundle-load which link external media-files to your data.
Kind regards.
Can you please try to give an example using Sql server 2005 + qlikview.
I want to see how can i get the path for the picture using sql in qlikview....
Ah ok, the pictures are saved in the database.
I don´t know exactly, but try something like:
BUNDLE INFO SQL SELECT
Picture, Index
FROM "YOU_DATABASE";
Please check my attached & tell me what must i do
You have to add the bundle-load for attaching your pictures. S.th. like this:
BUNDLE INFO LOAD * INLINE [
Picture_Name, Index
Events.gif, "YOUR_PATH"\Events.gif
Income Statement.gif, "YOUR_PATH"\Income Statement.gif
Statistics.gif, "YOUR_PATH"\Statistics.gif
];
Thank you, this dialogue was also helped me with some doubts
Hi,
Do you know how to remove the bundled images??
I removed the code from script editor, and reloded again. But the images still remain..