Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
hei
you can use set analysis
min({<Date=>} Date) -which ignores the seletions in the Date field.
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) ??