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: 
Not applicable

Trying to find min(DateTrans)

I have a Master Calendar connected to my application. When I filter out a certain period my min(DateTrans) is showing the earliest transaction date for that period. But I want it to show the first transaction date ever for that particular Consumer.

How can I do that?

Labels (1)
2 Replies
lironbaram
Partner - Master III
Partner - Master III

hei

you can use set analysis

min({<Date=>} Date) -which ignores the seletions in the Date field.

Not applicable
Author

This is not working for me.

I'm still getting connection with the selected date for some reason.

It doesn't work with min({<DateTrans=>} DateTrans) ??