Forum Discussion
AndrewNelson
5 years agoQrew Cadet
AdjustMonth(AdjustYear([DOB],65),-6)
You can replace the 65 with [Target Age] and -6 with -[Months Prior] as needed.
------------------------------
Andrew Nelson
------------------------------
You can replace the 65 with [Target Age] and -6 with -[Months Prior] as needed.
------------------------------
Andrew Nelson
------------------------------
BarbaraAlvarez1
5 years agoQrew Member
Thank you, I've now found all the date functions!
However, now I can't find a simple calculation/formula to return the first of next year, based on todays date.
I need a date to automatically populate with 01/01/2022 based on today being year 2021.
Appreciate the help!
------------------------------
Barbara Alvarez
------------------------------
However, now I can't find a simple calculation/formula to return the first of next year, based on todays date.
I need a date to automatically populate with 01/01/2022 based on today being year 2021.
Appreciate the help!
------------------------------
Barbara Alvarez
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
I won't give you the answer but its super easy.
I will give you a link to all the functions complete with examples. A great site to bookmark for sure
https://login.quickbase.com/db/6ewwzuuj?a=td
btw, did you know that if you are searching in any Quickbase filter box you can use the word AND in upper case (must be upper case).
Try going to that link and filter on
first AND year
... and there will be your answer with examples
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- BarbaraAlvarez15 years agoQrew MemberThanks, I had looked at these examples before and can get the fist of the year for THIS year, but I need the 1st of the year for NEXT year given whatever the current year is. I am able to get 1 year from todays date, but just need the first of the year for the next year 01/01/2022. I did research before blindly asking for help :)
------------------------------
Barbara Alvarez
------------------------------- MarkShnier__You5 years ago
Qrew Legend
Ok, good to know you have that bookmarked.
try this
FirstDayOfYear(AdjustYear(Today(),1))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------