Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
praveenkumar_s
Creator II
Creator II

Need to display data points on line chart

Friends,

I have created line chart to show count of 'ABCD' for whole week. Data point is not visible in line chart by default. but when i select any category'ABCD' like A, it shows data point as attached in the below screenshot.Kindly share your knowledge.

before:

before.png

after selecting A :

Afterselection.png

It would be very useful if anybody share your knowledge.

1 Solution

Accepted Solutions
sunny_talwar

Make sure you set a high number for Values on Data Points.. may be like 500 something

Capture.PNG

View solution in original post

3 Replies
Anil_Babu_Samineni

I can think only one which condition may written like, Expand your measure there you will get "Set Value" section. From there i can think like If(GetFieldSelection(FieldName)>0, 1,0)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar

Make sure you set a high number for Values on Data Points.. may be like 500 something

Capture.PNG

praveenkumar_s
Creator II
Creator II
Author

Thank you Sunny. exactly what i want.its working as expected.