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

Include static value in pivot table

I have a pivot table where the data looks like this:

Rows: Employee

Columns: Date

Measures: Date(Max(SubmissionTime), 'hh:mm TT')

Where SubmissionTime is the time an employee turned in a document. This pivot table looks at the last time each day that an employee submitted a document.

There is another field called SubmissionType with possibly values of "Home" and "Remote". I would like to add this data to my pivot table.

I tried using the formula: If(SubmissionTime = Max(SubmissionTime), SubmissionType) but this results in no data.

0 Replies