
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Haarika You can also use Show Value within your expression
Expression used is =Max(TOTAL <Bus> MonthYear) = MonthYear Where Bus is my second dimension in the chart.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hey @sunny_talwar , unfortunately its not working. moreover im using QlikSense. could you advice accordingly. Thank you 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can we achieve this in Qliksense ?
