This content has been marked as final.
Show 2 replies
-
1. Re: Selecting Pageviews for a specific article/month
Scott Hoffman Feb 13, 2019 8:55 AM (in response to Marco Peters)Marco,
Do you always want the selected month to be in 2018? If so just add a date filter to only look at 2018.
Alternatively you can change your formula to be:
IF MONTH([Date]) = [SelectMonth] AND Month([Publishing Month]) = [SelectMonth]
and YEAR([Date]) = 2018 and YEAR([Publishing Month]) = 2018 THEN [Pageviews] END
Depending on your goal you may want to add a way for them to change the year or make you selection parameter a month/year.
Let me know if you have any questions. See attached.
Thansk,
Scott
-
SelectValuesforMonth.twbx 13.7 KB
-
-
2. Re: Selecting Pageviews for a specific article/month
Marco Peters Feb 13, 2019 10:33 AM (in response to Scott Hoffman)Scott,
Thank you so much. This is exactly what I was looking for.Thanks,
Marco