Forum Discussion
MDR2018
8 years agoFrequent Visitor
Need help with Active date spans aggregation
I have a table that has data for members in a span format (such as 1/1/18 - 2/28/18) but may have varying characterisitcs that may change during the span. What I want is to be able to summarize the ...
- 8 years ago
Hi,
You may refer to my solution in this file. Click on the Data Table in the left hand side panel and then go to the Aggregated data table.
Hope this helps.
Greg_Deckler
8 years agoCommunity Champion
There are some fundamental issues with what you are trying to do here. I believe what you are going to have to do is do some type of join operation to get a table of all months in which someone is a member. Don't really have time to play with it right now but that's going to have to be the approach.