Hi,
Is it possible to access an embedded qlikview image within an extension object. Currently, in order to access any image, I need to put the image in the extension directory and then provide the full path to it:
'/QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/MyExtension/Photo1.png'
However, extension object is not able to recognize the image if I use 'qmem://FieldName/FieldValue' syntax. Similarly, I need to provide the full path of images inside css file too, which is getting messed up.
Please let me know if a workaround is possible.
Thanks.