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: 
prachisangewar
Creator
Creator

Dimension Value on Data Point of the Line Chart

Hi,

I have a Line chart which is a daily trend. I am displaying the Data values only on those data points where date = Month End Date.

Now, the challenge is I need to show the DATE as well on the Data Point. I have tried by creating a new Expression and then showing it as a Data Value, but it works only if I have  1 Line in the graph, but I have multiple expressions and multiple lines on the graph.

Please suggest if any method to do this.

I have attached the expected result.

ThanksData Point.png

1 Solution

Accepted Solutions
kkkumar82
Specialist III
Specialist III

I dont have date dimension in the sample data, if you have date

then use your expression as

Dual(Sum(Sales)&'('&DateDimension&')', Sum(Sales))

View solution in original post

4 Replies
kkkumar82
Specialist III
Specialist III

In Qliksense this is not possible , the regular dual function doesn't work

prachisangewar
Creator
Creator
Author

Hi,

Sorry tagged wrongly to Sense. This requirement is for QlikView.

Changed the tagging now.

kkkumar82
Specialist III
Specialist III

Then it is possible,

Dual.png

Some thing like this

kkkumar82
Specialist III
Specialist III

I dont have date dimension in the sample data, if you have date

then use your expression as

Dual(Sum(Sales)&'('&DateDimension&')', Sum(Sales))