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

Pivot Total Missing ??

I have created a pivot table, but for some reason one of my columns does not show the total.  The script behind this is as follows:

if((PK_Date>=LastRefresh-7) or FiscalWeek='2', sum(FTE))

Any ideas??

Qlik_Pivot.png

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try like

Sum( if((PK_Date>=LastRefresh-7) or FiscalWeek='2', FTE))

View solution in original post

2 Replies
swuehl
MVP
MVP

Try like

Sum( if((PK_Date>=LastRefresh-7) or FiscalWeek='2', FTE))

alexandros17
Partner - Champion III
Partner - Champion III

The condition is unfulfilled for the total, the question is:

what are the values for

PK_Date, LastRefresh, FiscalWeek

when you summarize all?