Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to add a vertical reference line for line graph on Qliksense. May I know if this is possible? I have a line graph w months as my dimension. I would like to add a vertical line over a certain month to indicate a :change over" in property. Appreciate for the help!
Hi,
It is not available as default functionality, but you can create another expression which will have if statement and a value for that, like below.
If(Month = 'Jun',100000)
This will create a straight line for that month.
Regards,
Kaushik Solanki
I tried the below approach on yearmonth field , it only works when the relavant yearmonth field is selected if not the reference line appears at the start of the graph, could you please help me here ,
I also tried with only and yearmonthnum fields but the result is same
Hi,
Can you share the sample qvf.
Regards,
Kaushik Solanki
Please check the attached file I am trying to create a vertical reference line at 01/05/2017 Start Date.
Any suggestions?
Hi,
Checking, will reply in sometime.
Regards,
Kaushik Solanki
You need horizontal or vertical reference line.
The method you used is for horizontal line. Just simple use 1000 or any number and no need to us if condition in that case.
Vertical.
Can you plz make the change in the file and share it across
Hi Check this.
Regards,
Kaushik Solanki