Hi All,
I have a fire report dataset where each fire has multiple reports associated with it. I have an ExB app where I'd like to show some summary indicators. However, I need to compute summaries from only the most recent reports for each fire. I don't see how to create a data view to get this information. I am feeling rather constrained with only being able to write SQL WHERE clauses to filter data and wish there was some way to include GROUP BY or MAX() to get the most recent report dates grouped by fire id. Can anyone help me think of a workaround for this?
Thanks in advance!