We have a dashboard including an analysis which computes a simple proportional metric (numerator/denominator)
We want to have a dashboard filter available which only applies to the numerator not to the denominator. However, the filters in OAC are applied after the join of the tables where the numerator and denominator data are from respectively.
For example: Metric = Failures/Total Usage (percent failure)
There are several kinds of failures. Would like to have a filter for 'kind of failure' which only applies to the numerator. In fact, we'd like the user to be able to choose the filter from prompts. How does one best do this using OACS Data Visualizer?