Hello,
I’m on about week two of working on production dashboards and learning as I’m going. I’m also a developer/programmer with lots of experience as a database developer, but using BI and visual presentation of data outside of tables or spreadsheets is a bit new to me so I can use all the help and advice you can offer. I’m also looking into a few of the suggested books from this thread: https://dundas.influitive.com/discussions/topics/18576?page=1
Right now I’m looking for suggestions on how to best implement data-driven and time condition-based notifications on a dashboard.
My “IRS Form 8300” dashboard has two metric sets on it: one is a “MEMBER NEEDS TO FILL OUT THIS FORM” kind of metric set which is more often than not an empty set of data and the other is “MEMBER HAS THIS FORM FILLED OUT” which has historic information about how many times the form was filled out with amounts.
Right now I’m sending the excel file that contains both of these metric sets every weekday with a notification and usually the tab for “NEEDS” is empty. Since that is what we need to focus on from day to day I’d like to limit that to only sending it if the “NEEDS” metric set has data in it. Basically if rowcount is greater than zero on “NEEDS”, then send the notification, else do nothing. I suspect there is some custom scripting I might need to do for this?
Then I’d like to know how to send another/secondary notification to a slightly different user group if that same data has been sitting there for 7 days or longer.
Suggestions, advice and even wild ideas are welcome.