Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, we are currently trying to move to qlik-embed from capability API. We use Qlik Sense Enterprise (Client managed).
I can successfully display charts that were on my sheets by using this:
I'm also unable to use custom themes. For example I can use
I've tried with May 2024 and Nov 2024 (latest version) with both theme and context:json props and I have the same issue. Theme is not retrieved correctly, seems it is pointing to Qlik SaaS APIs for theme, which is not available in on prem version. This is a bug, please open a support case.
Hi Alex, thanks for your response.
For the theme, I've tried the "theme=fraedomTheme' as you suggested in the link, it didn't work.
For more information, here's our setup in Qlik Sense Hub, we changed the colors to custom, and then 'by dimension', ad then specified a color scheme. The color scheme is specified by the color palatte in themes.json, which is in the same folder as the 'fraedomTheme.qext' file.
Would be awesome if you can give some tips on we can achieve this. Thanks!
==============================
For classic/chart, I'm waiting to hear back from our support case as you pointed out in the other post there is a bug with it: https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-embed-shows-no-content-but-no-error/td...
Please check what is the exact theme name looking into qext file under "name" prop. You have to use that name into qlik-embed theme property.
Below and example of qext file. Theme name here is Theme name, so qlik-embed prop will be theme="Theme name":
{
"type": "theme",
"name": "Theme name",
"description": "Theme Qlik Sense",
"version": "1.0.0",
"author": "Qlik"
}
Hi Alex, this did not work as expected (please see screenshot).
I have tried "Fradeom Theme" "fraedomTheme" "fraedom" "fraedom-theme" "Fraedom dimension colors". None of which worked.
Which Qlik Sense on prem are you running? Are you hosting web app into Qlik web server or into external web server?
Hi, we are on the version: Qlik Sense May 2024 - 14.187.4
The web application is hosted on an external web server. It is a react application, which has an iframe to load an html page which contains qlik embed html elements.
Currently it runs on local with a script like this:
Authentication is done via a session solution and a virtual proxy, I can see from the developer tools that a cookie X-Qlik-Session-jwt was successfully stored.
I've tried with May 2024 and Nov 2024 (latest version) with both theme and context:json props and I have the same issue. Theme is not retrieved correctly, seems it is pointing to Qlik SaaS APIs for theme, which is not available in on prem version. This is a bug, please open a support case.
Thanks, I got the same 404 error, will raise that with qlik support. Thanks for your help Alex.