Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When I open my app, I wanted to see my max date selection in my Date field. Some one can help me on this.
Did you create a new filter pane? Because that is not what you should do. Paste =Num(Date)=Num(Max(ALL Date)) into your filter pane's search box and press Enter.
It will select your max date. That is what you then save as a bookmark.
Regards,
Mauritz
Hope this helps.
Regards,
Mauritz
Hi,
Thanks for helping me out!
I did try this one, but the below result I'm getting. I wanted to see my date list plus max date selection by default, when I open my app. Thanks.
Did you create a new filter pane? Because that is not what you should do. Paste =Num(Date)=Num(Max(ALL Date)) into your filter pane's search box and press Enter.
It will select your max date. That is what you then save as a bookmark.
Regards,
Mauritz
Thanks for hint.
What i did is, i wrote formula in bookmark settings and its working.
@Mauritz_SA hello, maybe you could give me some insight on why this doesn't work on my timestamp filter?
=Num([timestamp])=Num(Max(ALL [timestamp]-maketime(08)))
In my case, its not picking max date, its picking all availble dates
I have added this formula - =Num(DATA_DATE)=Num(Max(DATA_DATE))
Any idea what's wrong here ?
thanks in advance!
I want to get last date entered with respect to a field
I have a field called station and there are ten fields.
SO I am making 10 sheet seperate and need to get last date with respect to a station
For eg:- Num(max)=num(max(all date)),[Station]={'Back door glass'}
Hi @Mauritz_SA
I want to get last date entered with respect to a field
I have a field called station and there are ten fields.
SO I am making 10 sheet seperate and need to get last date with respect to a station
For eg:- Num(max)=num(max(all date)),[Station]={'Back door glass'}
Please check this