Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
george55
Partner - Creator III
Partner - Creator III

Add information column in Pivot and calculate with it's value

Hi all,

Have 3 questions regarding with pivot tables. Maybe some of them are reasilzable:

1) Would like to add an additional column which should not be part of the pivot table. It is only an "information" column. See below column "Person days". If possible to add this column in front of Total column.

2) Highlight all columns with values that are higher then person days on a monthly base. E.g. Teammember 1 had in March a higher value then 10 (his max monthly person days is 10 days). So the background colour becomes red. 
Do know how to implement on a dimension-level (in this case on a row-level), but don't know to implement it columnwise. My formula: 

If(Dimensionality()=1 AND (Interval(Sum(Timeduration), 'd') / 8 * 24) > 10, Red())

 

3) Low priority: Use value in information column (person days). Instead of using hardcoded like above"> 10, Red())"  could use "10" from the person day column. 

 

2020.0327-162930.jpg

Thanks for some inputs.

Labels (1)
0 Replies