Hi,
I recently developed an app for monitoring data entry for my transportation business. In this, I want to create separate views for each month of the year so that i can track it accordingly. Please advise on how it is possible.
Hey @Aman_Kataria, welcome to the community.
First: you might check out the following post; it’s full of tons of helpful tips to help you get stared with using the community to find answers.
To answer your question:
- I would create an additional table that has one record for each month, and add a Ref column to your data entry table - this way each record will be automatically grouped under the month that it belongs to.
2 Likes