
Not applicable
2017-06-16
04:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
calculation should exclude everything except
Hi,
I have 5 filters like Product, Region, Empname, Site, Month.
When I want to show aggregate number it should change when I click on month.
So I used Sum({<Product, Region, Empname, Site>} Amount) ...its working but I need to mention it in each text box everytime.
DO WE HAVE ANYTHING THAT WILL EXCLUDE EVERYTHING EXCEPT MONTH.
OR
GOOD & EASY WAY
Thanks
narendra
391 Views
2 Replies

MVP
2017-06-16
05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try this
Sum({1<Month = $::Month>} Amount)
or
Sum({1<Month = p(Month)>} Amount)
UPDATE: Check this link out
Ignore all selections except some specific fields using Set Analysis
279 Views


MVP
2017-06-16
05:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe have a look at alternate states and only offering the Month listbox to modify the Month selections in that alternate states.
279 Views
