Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoWell, for asking the user if the date is during some year, you would just have the user answer with the year number like
2020
and the report would compare the 2020 to a formula called [Year] which is
Year([my date field])
As for answering the during for a month, were you asking the user for one month or a range of months.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
2020
and the report would compare the 2020 to a formula called [Year] which is
Year([my date field])
As for answering the during for a month, were you asking the user for one month or a range of months.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
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__You6 years ago
Qrew Legend
for 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
------------------------------- 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
------------------------------