Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Haarika
Partner - Contributor III

Add value label to the last data point on a line chart

Hello Everyone,

When I enable the value label option in the Appearance section of the line chart, the values for all data points are displayed and the graph looks busy.

So the requirement now is to display just the value label of the last data point on the line chart.

By any chance there is a possibility to achieve this?

@sunny_talwar & @Kushal_Chawda  - your ideas/suggestions will be highly appreciated 🙂

 
 

Thanks

Haarika 

 

7 Replies
Kushal_Chawda

@Haarika  try below.

Create second expression like below 

=if(Month=max(total Month),YourExpression, '')

Note:

1)Uncheck value on data point option for first expression. 

2) Uncheck Line option for second expression and check value on data point option.

sunny_talwar

@Haarika You can also use Show Value within your expression

image.png

Expression used is =Max(TOTAL <Bus> MonthYear) = MonthYear Where Bus is my second dimension in the chart.

Haarika
Partner - Contributor III
Author

Hi @Kushal_Chawda - how can we disable/uncheck the line option in a line chart? Attached is the screenshot where I can only uncheck the data labels option

Kushal_Chawda

@Haarika  looks like u r on qlik sense. I am not sure if it is possible or not may be @sunny_talwar  can help.

but if you are using qlikview here you can disable line option

Screenshot 2020-10-26 133137.png

 

Haarika
Partner - Contributor III
Author

hey @sunny_talwar , unfortunately its not working. moreover im using QlikSense. could you advice accordingly. Thank you 🙂

sunny_talwar

@Haarika do you happen to have VizLib? If you do, then it might be possible to do it using a VizLib Line chart. But I am able to find a way to do it using the line chart that is available in Qlik Sense by default.

rashmitapradhan88
Contributor

How can we achieve this in Qliksense ?