Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Empty spaces in group of bars because of custom tooltip

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.

1-17-2014 12-18-18 PM.png

What can be the possible solution?

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

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.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks for quick reply , Doing this cause tooltip to show only outcome of bar expression not of tooltip expression.