Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to load a couple of images for use in my QV application. I've added this to my load script:
// Load images:
[Images]:
BUNDLE LOAD * INLINE [
CustImg, Image
arrow_up, arrow_up.png
arrow_down, arrow_down.png
];
The PNG files are in the same folder as my QV file. The load finishes without error. When I go to the Images tab under Edit Expression, I don't see the CustImg folder in the dropdown. I am using QV version 9 sr 5. Can anyone tell me what I'm doing wrong? Thanks in advance.
Hi,
Rather then loading images you can saved the path of the image in a excel and load it, for example i have country flages in a folder C:\Flages then what u can do is in excel in 1st column type country name and in the Second Column path (C:\Flages\US.jpg) similartly for all the flages the it get uploaded as a field in QV then you can use it in either text box or in chart
if you are using arrows for any conditional in a table then you can find it in the Chart Properties go to "Expressions" tab and in "Edit Expression" go to Images there u can find arrows of all kind you can write you condition and use the appropriate arrow
Hope either of the above is helpful for you