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

Visualization question -on open pointer over current month in piechart

Hi

I have a piechart that shows nr of tasks that should be completed every month in a piechart where the months builds a yearwheel. On open of the document I would like the current month to be highlighted as if the mousepointer are held over the month in the piechart.

piechart.JPG

A trigger that select current month dont work because the wheel must be intact on open.

I also attach the qvd.

Can any help me with this I would be very happy.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That's not possible as far as I know. But you can make the segment of the current month pop out a bit. Click on the + in front of the expression and click on Pie Popout and use as expression if(Månad=Month(Today()),1,0).


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That's not possible as far as I know. But you can make the segment of the current month pop out a bit. Click on the + in front of the expression and click on Pie Popout and use as expression if(Månad=Month(Today()),1,0).


talk is cheap, supply exceeds demand
Not applicable
Author

Hi. Thats exactly what I was looking for but din´t think it was possible to only highlight that part of the pie without showing the pop-up. Thanks!