I am trying to create a chart that counts the number of clients active every month. This is determined using the client’s project start date and project exit date. They start being counted in the month of their project start date, and they stop being counted in the month following their project exit date. I am open to any ideas, but the current solution I’m working on is below.
I created calculations for the running totals of entries and exits by month, but I need to be able to subtract the previous month running total exits from the running entry total for the current month, and I can’t figure that out. In the example below, the running total of clients that have entered the project in April or prior is 116. I need to subtract the running total of exits through March (39) to get the active clients in April, which is 77.
Thanks for your quick response. The issue I’m having is that in the raw data the dates are two different fields, and I can’t figure out a way to create a chart from the data. My solution was trying to use the running totals, but I don’t think I can make it work because the Month column doesn’t exist in my dataset. Is this possible to do using the raw data below?
I was able to make progress. My new issue is that the visualization is requiring all three fields to display. I want to create a bar chart of active clients by month, but I can’t do that with Month Number in the visual. Any ideas how to remove it? When I remove month number or month, I am receiving the error: Table calculation attribute reference(s) are missing in field wells.
Why not just use Month (MONTH) and Active Clients in Bar Chart? At this point you should already have calculated the active clients in the calculated field?
It’s been awhile since we last heard from you on this thread, did you have any additional questions regarding your initial post or were you able to implement a work around?
If we do not hear back within the next 3 business days, I’ll close out this topic.
Since we have not heard back, I’ll go ahead and close out this topic. However, if you have any additional questions, feel free to create a new post in the community and link this discussion for relevant information if needed.