Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
i have a question. Does anybody have an example, where i can save my setting for colors and text in csv.format and later use in my qvf to define my corporate look.
Can somebody explain me what should i take into account?
Thanks a lot
Beck
Hi Beck,
It's possible to load the parameters into a table / variables and use them in the app objects.
Next, just use an expression to define the colors, I used:
"=pick(Id,$(v0),$(v1),$(v2))"
You could do something like the apps i attached (for Sense and View).
Felipe.
Hi,
you can save the color in variable like LET vColorGreen=rgb(100,175,85); if you have 15 colors you can copy in notepad and paste in required dashboard when required
Hi Felip, Taj,
First of all, thanks a lot for your feedbacks and helps,
look at this extension: http://branch.qlik.com/#!/project/5703a1a86600bc2574ede248
i founded in this file of extension the csv-format, and on the base of these cvs-formats it is possible to define corporate look, i founded that very interesting. i hope that can help you as well.
Thanks a lot
Beck
Andy,
Thank you very much for your Feedback and Help
Beck