Stacey McWaters Posted November 10, 2021 Share Posted November 10, 2021 Hi all, Sample Data Table attached. I have a list of requests with dates of when they were created, when the review period began, when the review was completed, and when the request was closed. There is a calculated column (in spotfire) to determine the age of the request from when it was created until when the review was completed. We need a graph to show a rolling snap shot each monday of how many tickets are over 50days. This means the same ticket will show up in multiple weeks once it goes over 50days until it is closed. Currently i am only able to get the ticket to show up once on the week it is closed (Category Axis being the review end column). Does any one know how i can get the graph to show the count of tickets over 50days each week Thanks in advance Link to comment Share on other sites More sharing options...
Ajinkya Gutti Posted November 29, 2021 Share Posted November 29, 2021 Stacey, This can be done by adding a condition to 1. check if the no. of days > 50 AND 2. if the ticket has been closed. The expression would look something like this COUNT( IF(Age>=50 AND NOT NULL [END Date]) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now