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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Try like

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

View solution in original post

2 Replies
swuehl
Champion III
Champion III

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?