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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
jamesmf1982
Contributor III
Contributor III

Lines & x axis wording not showing on Line Graph

Hi All

I have a line graph that plots 6 points. Points on the diagram are fine but there is no line joining them up. Also on the x-axis the wording is not displaying as it would do if it were a bar graph.

Can anyone help?

Thanks

James

6 Replies
Digvijay_Singh

Can you share your Dimensions and expression details, looks like something wrong in selection of dims.

Anil_Babu_Samineni

Could be over lapping some where. Can you go properties and then Use Always TOP from Layout Layer or you may share the snap for better approach

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
jamesmf1982
Contributor III
Contributor III
Author

Thanks for having a look, please see below for the graph I currently have and then the dimensions and expressions

Qlik 3.JPG

Qlik1.JPGQlik2.JPG

jamesmf1982
Contributor III
Contributor III
Author

Hi, don't seem to have an Always on Top selection on the Layout window.

Anil_Babu_Samineni

Can you share snip shot of Axis Tab

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
vinieme12
Champion III
Champion III

the line is created based on the dimension associated, by creating multiple expressions you are basically creating 6 different lines(DOTS as you can see, because there is no associated dimension)

I suggest you use MonthName as dimension and change your expression to sum for last six months example, below

you should be able to see a line by MonthName for the 6 months

sum( {<  Date = {">=(Date#(Monthstart(Addmonth(Today(),-5)),'DD/MM/YYYY')

<=(Date#(MonthEnd(Today())),'DD/MM/YYYY')"}

>}Sales)

see this post for dates in set analysis

Dates in Set Analysis

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.