-
Re: Coloring the rows of a table
Matthew Quinn May 16, 2017 3:47 AM (in response to Celia Gil )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
-
Re: Coloring the rows of a table
Celia Gil May 16, 2017 4:06 AM (in response to Matthew Quinn)thanks, i have tried this extension but it doesnt work on my version (3.2)
-
Re: Coloring the rows of a table
Matthew Quinn May 16, 2017 4:13 AM (in response to Celia Gil )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!
-
Re: Coloring the rows of a table
Celia Gil May 16, 2017 4:17 AM (in response to Matthew Quinn)thank you! this extension would be perfect!
-
Re: Coloring the rows of a table
Matthew Quinn May 16, 2017 4:19 AM (in response to Celia Gil )No problem, hope that answers your question
-
-
-
-
-
-
Re: Coloring the rows of a table
Celia Gil May 16, 2017 4:05 AM (in response to sanjay gupta)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)
-
Re: Coloring the rows of a table
sanjay gupta May 16, 2017 4:28 AM (in response to Celia Gil )for that u should pass the value in set.
for example
if(value=pair,blue(),
if(value=odd,green(),red()))
-
Re: Coloring the rows of a table
sanjay gupta May 16, 2017 4:29 AM (in response to sanjay gupta)for that u should pass the value in background expression.
for example
if(value='pair',blue(),
if(value='odd',green(),red()))
-
Re: Coloring the rows of a table
sanjay gupta May 16, 2017 4:30 AM (in response to sanjay gupta)in the place of value u have to pass the field which is having this flag.
-
Re: Coloring the rows of a table
sanjay gupta May 16, 2017 4:33 AM (in response to sanjay gupta)or if u want the even and odd value.
for that u need to use this .
if(Mod(expression,2) >0,green(),blue())
-
Re: Coloring the rows of a table
Celia Gil May 16, 2017 4:36 AM (in response to sanjay gupta)thank you so much!
-
Re: Coloring the rows of a table
sanjay gupta May 16, 2017 4:39 AM (in response to Celia Gil )plz mark it as a correct ans.
-
-
-
-
-
-
-
-
Re: Coloring the rows of a table
Celia Gil May 16, 2017 4:37 AM (in response to Celia Gil )I have found this extension that allows me to do that