Forum Discussion
jrossausiscom
6 years agoQrew Assistant Captain
Thanks for the reply. I will give that a shot and see if it works for us all. For the month, yes it was for a specific month. "Show me all requests during X month".
------------------------------
John Ross
------------------------------
------------------------------
John Ross
------------------------------
MarkShnier__You
Qrew Legend
6 years agofor the month is during ...
not tested for syntax but you you can make a formula field called [YYYYMM] for example
ToText(Year([My Date Field]) & Padleft(ToText([my date field]),2,"0"))
Then the user would respond with
202001 for January 2020
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
not tested for syntax but you you can make a formula field called [YYYYMM] for example
ToText(Year([My Date Field]) & Padleft(ToText([my date field]),2,"0"))
Then the user would respond with
202001 for January 2020
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- JeromeMitchell6 years agoQrew MemberMy question is kind of similar. I want to create a report that shows records if multiple date fields fall within a user defined date range . Instead of asking if date field 1 is on or after <ask the user> and date field 1 is on or before <ask the user > OR date field? is on ....etc....
I just want to be able to ask the user the start date and end date (these would be variable fields i guess) , then use my logic to say something like
date field 1 is on or after the value in the field (start date) and date field 1 is on or before the value in the field (end date)
Is something like this even possible?
------------------------------
Jerome Mitchell
------------------------------