Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
no problem,
Just make a new table called Years and load it with a bunch of years.
2019
2020
2021 etc
then make a formula numeric field on your Records table
ToNumber(Left([Month],4))
Then use that field in a relationship to Years and sum up your records.
Just make a new table called Years and load it with a bunch of years.
2019
2020
2021 etc
then make a formula numeric field on your Records table
ToNumber(Left([Month],4))
Then use that field in a relationship to Years and sum up your records.
ArchiveUser
7 years agoQrew Captain
Will try this. Thank you for the help!