Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
kira_whopper
Creator
Creator

Gradient color on pivot table based on each row

Hi there,

I'd like to format a gradient background color on a pivot table considering each row separately. For exemple, my goal is to show higher values in red, middle values in yellow and lower values in green, but those values are to be considered for each row separately (taking into account that a row here is assembled by the dimension "Assingment Group" and the Dates).

The final result for each row, using excel, would be this:

XlsSample.jpg

This is the expression on the pivot table:

Count(DISTINCT {<Task_Source = {'Incidents'}, Task_SourceType = {'Opened'}, Task_RefDate= {">=$(=Date(Max(Task_RefDate)-15))"}>} Task_Number)

Attached is a sample.

Thanks in advance

11 Replies
antoniodneto
Creator II
Creator II

Can you help me?

 

Each row has you specific expression to calc.

 

Tks!!

JRamos
Contributor III
Contributor III

Hi!

I'm trying to do something similar. but not per row just using all the table data, but I can't, needs to be similar to my old tableau table, my measure is: count(distinct([Unique Value])).

The max number is the red one and min number should be gray

JRamos_0-1644960445138.png

 

Old tableau table

JRamos_1-1644960445226.png

 

New pivot table in QlikSense

Can you guide me, thanks in advance!