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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How To Adding Vertical Refference Line in a Chart with Non Numeric Dimensions

Hi guys,

I have a chart shown in picture below, but I can't adding a refference line like shown green line.

Any Solution as to how can I add these vertical lines in this chart?

14-03-2012 11-51-58.png

3 Replies
Not applicable
Author

Hi!! I have the same demand... very good if we find an answer...

Not applicable
Author

Hi!! I have the same demand... very good if we find an answer...

Not applicable
Author

Hi Ajay Bajay,  try this method.

1. In script, add a column for the reference line. In my case, I put the reference line at Feb 2008.

    The additional column script:

     Date(Monthstart(date('2/1/2008 12:00:00 AM')), 'MMM-YYYY') AS TargetMonth;

2. In the Presentation Tab of the chart, set the following expression for the Reference Lines:

. Reference line.png

3. Chart with reference line.

chart.png