Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Coloring the rows of a table

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!

1 Solution

Accepted Solutions
sanjay006
Creator
Creator

for that u should pass the value in background expression.

for example

if(value='pair',blue(),

if(value='odd',green(),red()))

View solution in original post

14 Replies
Anonymous
Not applicable
Author

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

sanjay006
Creator
Creator

user color functions in background color expression.

like

RGB(255,255,255)

Anonymous
Not applicable
Author

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)

Anonymous
Not applicable
Author

thanks, i have tried this extension but it doesnt work on my version (3.2)

Anonymous
Not applicable
Author

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!

Anonymous
Not applicable
Author

thank you! this extension would be perfect!

Anonymous
Not applicable
Author

No problem, hope that answers your question

sanjay006
Creator
Creator

for that u should pass the value in set.

for example

if(value=pair,blue(),

if(value=odd,green(),red()))

sanjay006
Creator
Creator

for that u should pass the value in background expression.

for example

if(value='pair',blue(),

if(value='odd',green(),red()))