Is there a way to create on Webi document something to click “Yes” --> “No” and “No” --> “Yes” to toggle how a measure would behave. Essentially end user would leverage this toggle to change how a derived measure would behave. End user would click the Toggle then it would flip to the opposite value.
For example,
When
Toggle is “No”, then derived measure would be calculated as (a / b)
Else If
Toggle is “Yes” then derived measure would be calculated as (a / b * c ).
The toggle wouldn’t be an attribute in the data as it wouldn’t make sense and the concept we could leverage in multiple ways to expand on user functionality.
The only current option I can think of is using custom SQL union query to make up an attribute with yes no values, but I’d only use that technique if all else fails as custom SQL is considered worst practice here. Also the drill filter option, everyone hates the “All Values” option for something like this where a value has to be chosen.
Thanks for the response. To make this even more challenging, reports will be scheduled for the end user and they will only have access to the instance and will not be able to drill out of scope either.
Prompts are not an option. Datasource is too slow and DBAs don’t want same queries run against the database by multiple users. Another faster datasource is not an option either.
Although an upgrade is planned, its still 9 months out for completion, so for our current version is there a solution? We can’t upgrade at the drop of a hat like our SAP support always suggests like it is not a big deal.