Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to color the rows of some tables I have in Qlik sense as I did in QlikView applying some style.
Is there any way or any extension that allows me to do something like that?
Thank you!
for that u should pass the value in background expression.
for example
if(value='pair',blue(),
if(value='odd',green(),red()))
You have the option to use color within the Pivot Table.
Other option would be to check Qlik Branch for an extension that offers this:
Could maybe even use this Qlik Branch
hope this helps
user color functions in background color expression.
like
RGB(255,255,255)
i see, but the problem is tha tI want to change the color of the rows one or the other not (for example the pairs of blue and the odd ones of green)
thanks, i have tried this extension but it doesnt work on my version (3.2)
Only other one I could find was : http://branch.qlik.com/#!/project/56728f52d1e497241ae6979d
However, it is under development so not available for download.
I would just use the pivot table, best of luck!
thank you! this extension would be perfect!
No problem, hope that answers your question
for that u should pass the value in set.
for example
if(value=pair,blue(),
if(value=odd,green(),red()))
for that u should pass the value in background expression.
for example
if(value='pair',blue(),
if(value='odd',green(),red()))