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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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) ??