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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Amit
Contributor III
Contributor III

QlikSense Log10 Graph X-Axis Label issue

Log10Issue.jpg

Dear Community,

I am having to plot x-axis values using their log10 value. This works great but how do I get the values in the final scatter plot display as the actual number (i.e. 10 to the respective power value).  

What I want on x-axis: “10, 100, 1000, 10000,…” etc

Instead of: “ 1,2,3,4,…” (with custom number formatting) OR  “10^1, 10^2, 10^3, 10^4,…” (auto number formatting)

The expression currently used for the x-axis is : “num(log10(Sum(total)),'1x1O^0')”

Basically, I want the x-axis to look like “10, 100, 1000, 10000,…” etc and not “10^1, 10^2, 10^3, 10^4,…” .

Can anyone help? Thanks.

Labels (2)
1 Reply
Channa
Specialist III
Specialist III

you can try with Property Range

 

Min and Max try expressions

 

I am not sure, i get you right

Channa