Hey there,
- We are hoping to show a table view side by side where one table is hits (transactions that matched the user's filters) and the others is missed (transactions that failed one of the user's filters).
- Is there a way to do this outside of parameters?
We've been able to use group_aggregate functions for some summary stats, but unable to make it work on a table view. For additional context, ideally the user would start w/ an embedded liveboard that loads w/ pre-determined runtime filters and then the tables would change as the user adjusted their filtering options.