Nice to meet you all.
I’m sorry if something similar has already been posted.
I am managing a membership.
Members are assigned a date of registration and a rank. Both are set manually by me.
I am required to create a report every month, but I don’t know how to calculate it automatically, so I consume my own time every month to create the report.
I would like to be able to collect the numbers needed for the report as automatically as possible.
o1]
I would like to automatically track the number of new members each month and use Interface Designer to represent that number.
Currently, I have a table for the number of members, and I calculate and enter the number myself.
I am already using formulas to get months out of dates.
DATETIME_FORMAT({Date},'YYYY-MM')=DATETIME_FORMAT(NOW(),'YYYY-MM')
o2]
I would like to automatically keep track of the number of members per rank each month and use Interface Designer to represent that number.
Currently, I have a table of ranks, and I calculate and input the data myself.