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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dual Axis on chart

Hi,

I am using dual axis on chart. For one trend line its showing suppose 0.54%. but the axis is showing .0054.

need help on this.

Thanks

Piyush Jain

Labels (1)
5 Replies
MarcoWedel

please post sample app

phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

Seems number format issue. have you enabled "Percentage (%)" in Properties window under Number tab?

If that doesn't work try below expression. make sure your expression number format is in "expression default".

num(YourExpression, '#,##0.00%')

jagan
Partner - Champion III
Partner - Champion III

Hi,

Did you selected Show in % option in Chart Properties -> Number tab?

If possible attach sample file.

Regards,

Jagan.

sundarakumar
Specialist II
Specialist II

Percentage can also be set in by checking "Relative" in Expression tab.Or it should be checked in number tab.

-Sundar

MK_QSL
MVP
MVP

Convert YourExpression to % format by Number tab... or use Num(YourExpression,'#,##0.00%') ..

Better if you can provide some sample data..