Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi to all ,
in my prev discussion , see :
https://community.qlik.com/thread/210208?sr=inbox
i use popup lable in BarChart but it does not work with LineChart , is it real - or i miss something ?
thanks.
Hi,
Try this Expression :
Aggr('Date :'&Date(ProjectDate+Interval(Date#(ProjectDate,'DD/MM/YYYY')-Date#(RegistrationDate,'DD/MM/YYYY'),'D')),
ProjectId, RegistrationId)
Hi Settu , it is a very good solution - thanks !! But its not the end - when i am converting the BarChart to LineChart the popup off the date Disappears !? It seems very strange because it's the same type of graph but a different display
regards.
hi Avinash , i dont know the reason , pls try to open the qvw from Settu bellow , thanks !
Hi yaniv,
Check the Below Attachment. I just modified the expression.
It is working for Line Chart and Combo Chart.
Many thanks - excellent solution !!