

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qmem folder
Hello can you tell me where is exactly located the folder related to the qmem://<bundled>/BuiltIn/ object?
Thanks
Marco


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Its a way to access builtin QlikView Images, they are stored inside the qv.exe file.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, so they are system image files.
Marco

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not really. When the QV executable is loaded in memory, a region is reserved for resources that are loaded at the same time from the executable file. Expressions can reference these resources by prefixing them with qmem:. It just means: look in QV reserved memory space.
Note: in good QlikView tradition, a qmem: image reference points to a block of memory, NOT to some file on disk, not even to the executable.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So is it possible to add further images into the space or not?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not to the BuiltIn section, but you can Bundle load some images that you can reference by e.g. 'qmem://ID/A1'
Bundle
The Bundleprefix is used to include external files, such as image or sound files, or objects connected to a field value, to be stored in the qvw file.
If a piece of external information, such as an image or a sound file is to be connected to a field value, this is done in a table that is loaded with the Info prefix. In order to maintain portability, it is possible to include the external files into the .qvw file itself. To this end use the Bundle prefix. The bundled info files are compressed in the process, but will nevertheless take up additional space both in the file and in RAM. Therefore consider both the size and the number of bundled files before going for this solution.
The info may be referenced from the layout as normal info, via the chart info function or as an internal file via the special syntax qmem:// fieldname / fieldvalue alternatively qmem:// fieldname / < index > where index is the internal index of a field value.
The Info prefix may be omitted when Bundle is used.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i think not possible ,it'll generate dynamically.
