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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
_CD_
Contributor III
Contributor III

Issue with reference line

Hi all !

I've got something strange when trying to add reference lines on a line graph. As you see, I want 2 reference lines for 60% and 100%.

The displayed value for 100% is ok, but for 60% is ko (0.6). All decimal value I've tested are displayed live that.

Did I miss something in my graph ? 

Bug_Reference line.PNG

Thanks for any help

1 Solution

Accepted Solutions
paulcalvet
Partner - Specialist
Partner - Specialist

Hello,

Try to force the format with num function : num(0.6, '#,##0%')

Paul

View solution in original post

3 Replies
Anil_Babu_Samineni

Since you used expression with 1 always it returns 100%. Try to use 0.6 as expression and see?

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
paulcalvet
Partner - Specialist
Partner - Specialist

Hello,

Try to force the format with num function : num(0.6, '#,##0%')

Paul

_CD_
Contributor III
Contributor III
Author

Thanks for this Paul. It works with this simply patch.

But the issue is still there.