Hi guys,
I would like to ask you a question. How could I calculate the number of registered users per month if I have the registration timestamp available?
I have this Dashboard table to manage everything and the timestamp in the Users table:
Thanks ![]()
Hi guys,
I would like to ask you a question. How could I calculate the number of registered users per month if I have the registration timestamp available?
I have this Dashboard table to manage everything and the timestamp in the Users table:
Thanks ![]()
My suggestion:
Year(Date)*10^2
+Month(Date)
Much easy than I expected!
Thank you Darren for the help!!! ![]()
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.