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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
yanivvl0
Creator III
Creator III

Why popup label does not work in Line Chart ?

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.

14 Replies
settu_periasamy
Master III
Master III

Hi,

Try this Expression :

Aggr('Date :'&Date(ProjectDate+Interval(Date#(ProjectDate,'DD/MM/YYYY')-Date#(RegistrationDate,'DD/MM/YYYY'),'D')),
ProjectId, RegistrationId
)

Capture.JPG

yanivvl0
Creator III
Creator III
Author

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.

popup many prob line.PNG

yanivvl0
Creator III
Creator III
Author

hi Avinash , i dont know the reason , pls try to open the qvw from Settu bellow , thanks !

settu_periasamy
Master III
Master III

Hi yaniv,

Check the Below Attachment. I just modified the expression.

It is working for Line Chart and Combo Chart.

Capture.JPG

yanivvl0
Creator III
Creator III
Author

Many thanks - excellent solution !!