I want to achieve the following calculated values.
Let’s say User added:
2 articles last week
4 articles this week
How can I calculate that they have increased 100% from (2 to 4 articles) this week.
I am thinking I need to identify the date for this week.
Looked up the community, Weeknum(date) only returns the week that I am in, anyway I can get the starting date of the current week, so I can use the value for query and conditions like within DATE, after DATE.