New Feature required

i am using my app (accounts) since many years , this main app (report ) uses different apps for data input and storage (7 to 8 apps through menu) . Every time when year changes i have to copy all the apps and Data file to use for the new year. If there any feature so i could use the different sheet as a table for the same set of apps.

This is regarding quick switch to different Sheets with the same set of apps

0 3 205
3 REPLIES 3

Data Partitions could solve the issue of your own I believe.
You create multiple sheets, for instance, 2020, 2021, 2022 and so on. Make sure those table has exactly identical data schema.
Then create usersetting something like โ€œyearโ€ . It is depending on your requirement, but as example you create enum type with values of 2020, 2021, 2022 and set initial value to year(today()).
This automatically pick up the value of โ€œyearโ€ as number.

Then on the target data table, you use data partitioning.
When usersetting(โ€œyearโ€) returns 2020, then you direct the sheet to 2020, and like for others.

Thanks for your recommendations

will absolutely consider if my existing plan allow that.

thanks once again for your valuable time

Rajesh


2X_4_42a0ab1f68ea0ef3f597197373c8450324414f61.gif

Sender notified by

                [Mailtrack](https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&)
                04/04/20, 11:35:09

Steve
Platinum 4
Platinum 4

For reference:

Top Labels in this Space