-
Re: How do you create multi-select controls?
@sfinnegan You wouldn't be able to do it because if multiple inputs were selected, how would your beast mode/equation know what the result should be? Ex: Using numbers as an example, if you had to ev…1 -
Re: Case statement with multiple conditions
@renee12345 It looks like you're just trying to find the first exclusion reason that isn't null. You'll want use the COALESCE() function: COALESCE('exclusion reason 1','exclusion reason 2',…) COALESC…2 -
Contextual tooltips in hover text
Anyone know if there's a way to show different tooltips in hover text depending on what series you're hovering over? For example, I have a chart that shows the percent change in value from last month…2 -
Re: Stacked bar Legend not visible when hovering over bar value
@user084060 You could use hover text. I think by default the hover text would by default say which series it is, but if not, you can modify it using the Hover Text option in the Chart Properties.1 -
Re: Remove min/max/avg lines
It would be nice to have these disabled by default.1