Forum Discussion
Thimios
6 years agoHelper III
Cumulative value for dynamic date range
I have a Calendar table and two more tables: 1. Offer table w/columns: Offer code, Customer code, Offer value. 2. Opportunity table w/columns: Opp code, Opp Start Date, Opp End date, Customer code ...
amitchandak
6 years agoSuper User
Thimios ,
Can you share sample data and sample output. Make me @
Appreciate your Kudos.
Thimios
6 years agoHelper III
Let me rephrase the case, so I can make it clearer:
Let's assume that I have typical Calendar table and a fact table with the following columns:
- Opportunity code (text field)
- Opportunity start date (date field)
- Opportunity end date (date field)
- Opportunity value (currency field)
I need to create a column chart with Calendar Hierarchy in the X axis and Values on the Y axis where each column will show the total value of opportunities that were open at that date (that is when date is between Opp start date and Opp end date).