Let us know how we can make Jedox even better!
It would be great if we could upload all customer branding such as: icons, logos, pictures into sftp server and access it in the same way as e.g. showpict("/pr/jedox/images/app_icons/jx_info.png") the standard jedox icons.
This is already possible by uploading files into the apache_custom
directory that can be found in SFTP. If you upload an image.png to this directory, you can display it like this:
=SHOWPICT("/pr/custom/image.png")
But, please note that this folder is not secured via access control! Anyone who knows the URL of these files can open and download them. Only use this folder for uploading non-sensitive images!