Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a query of how to set a theme for my app on qlik sense using c# code, I'm using .Net SDK Version 14.
As far as I can see, the GetAppProperties() returns NxAppProperties objects and expects to set the properties using the same.
But there is no provision for setting a theme name for the same.
I could find some docs here - https://help.qlik.com/en-US/sense-developer/February2024/Subsystems/NetSDKAPIref/Content/Qlik.Sense....
But stuck on this, as only AppPropertiesObjectProperties has the property to set a theme.
Any help would be appreciated.
First of all, SDK v14 is very old. Current version is V16.8.0. I suggest you start with upgrading.
And then see this thread https://community.qlik.com/t5/New-to-Qlik-Analytics/Qlik-sense-Net-SDK-app-theme-name/td-p/1738177
-Rob