

Creator III
2017-10-03
06:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Calculation going back 30 days in straight table
I have a straight table, it doesn;t have a date dimension.
I'm trying in my expression calculation go back 30 days from the date selected in the dimension filter.
By doing this:
sum({<Activity_Date = {"$(=Date(AddMonths(Only({$} Activity_Date), -1), 'MM/DD/YYYY'))"} >} SENT_TO_CARRIER_COUNT_UNLAGGED)
What am I doing wrong.
423 Views
1 Reply

MVP
2017-10-03
09:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you making selection in Activity_Date field or another date and time related field? If you are making selection somewhere else, you might need to ignore selection in those field/s
329 Views
