Dev Rathore 2 Posted December 10, 2019 Posted December 10, 2019 Hi, I have some machine downtime data I am working with. I am having trouble figuring out how to spread the hours of machine downtime (y-axis) over weekly periods (x-axis). Due to the current spread, what I see is that say an event lasting 720 (30 days) hours starts on a date, say 8/1/2019. I thus see a large spike in the downtime for that week as the entire 720 hours gets tagged to that week. Instead I want to be able to capture 24 hours for the following 30 days. Any suggestions on how to get this EDIT: or how can I implement a rolling average solution without hacing to build the math in Excel Cheers, Dev
Khushboo Rabadia Posted February 18, 2020 Posted February 18, 2020 I am not quite sure from spotfire screenshot which date you have used in X-Axis. If you are looking to add rows between start and end date, divide hours between those dates and show that date column in X-axis, you can refer below article: https://support.tibco.com/s/article/How-to-create-a-continuous-date-range-given-start-and-end-dates-in-TIBCO-Spotfire-with-Data-Functions You would need to tweak it according to your requirement. In your case, you can get datediff between start and end dates and then divide hours column with this date difference.
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