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
Hello!
Can I also use s similar approach if the Fiscal Year is something like this:
FY17/18 - 201703 up to 201802
FY18/19 - 201803 up to 201902
So, the field FY17/18 can sum up the total Money field data for records that contain the Month field containing 201703 or 201704 or...201802?
Thank you!
Can I also use s similar approach if the Fiscal Year is something like this:
FY17/18 - 201703 up to 201802
FY18/19 - 201803 up to 201902
So, the field FY17/18 can sum up the total Money field data for records that contain the Month field containing 201703 or 201704 or...201802?
Thank you!