Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone ,
I have an 2 expressions , 1 for bar and second for custom tooltip , there are two dimensions primary on X-Axis and secondary on grouping bars. Problem is when I filter second dimension then it leaves empty spaces for non-selected items as can be seen in below screen shot. When I disable tooltip expression then everything works fine.
What can be the possible solution?
Use only one expression with the dual function:
dual( tooltip_expression_here , bar_value_expression_here )
Enable Text as Popup for the expression and disable Pop-up Labels.
Thanks for quick reply , Doing this cause tooltip to show only outcome of bar expression not of tooltip expression.