I know that the 'latest data' views are restricted to a maximum of 7 days. However, I have a use case where I need to generate a monthly report. One piece of information that needs to be in the report is a daily usage figure, for the entire billing period (one month). I want to include pretty graphs, so a Dashboard as a report seems like the right choice.
I have an item that runs once a day on schedule, so there is only a single value per day. Therefore, the entire month of item history would only be a maximum of 31 values - I don't think it will stress the system out toooooo much. I simply want to display 31 rows of this single item history, with the timestamps.
Alternatively... is there a way to pull an image of a widget from a dashboard via API? I might have to create the report myself by pulling the data via API calls, but recreating the pretty graphs will be a PITA.
I have an item that runs once a day on schedule, so there is only a single value per day. Therefore, the entire month of item history would only be a maximum of 31 values - I don't think it will stress the system out toooooo much. I simply want to display 31 rows of this single item history, with the timestamps.
Alternatively... is there a way to pull an image of a widget from a dashboard via API? I might have to create the report myself by pulling the data via API calls, but recreating the pretty graphs will be a PITA.
Comment