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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
hansrokers
Contributor III
Contributor III

max i.s.o. sum in set analysis

In a straight tabel I have the field INVOICEDATE as the dimension.

In the expression I have max({1} INVOICEDATE)

I would expect always the highest date in the expression but is showing the dimension date.

When I create a textbox with =max({1} INVOICEDATE) it is showing the highest date, even when putting a filter on INVOICEDATE.

What am I doing wrong?

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

Try: max({1} TOTAL INVOICEDATE)


- Marcus

View solution in original post

3 Replies
marcus_sommer

Try: max({1} TOTAL INVOICEDATE)


- Marcus

swuehl
Champion III
Champion III

You need to calculate your expression in total context:

=Max({1} TOTAL INVOICEDATE)

tresB
Champion III
Champion III

Try:

max( Total {1} INVOICEDATE)