Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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).
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).
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!