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: 
kunkumnaveen
Specialist
Specialist

need change in number

Hi All

i was showing values on top of each bar ,the problem was each values was about 7 to 8 digit long , so to avoid  overlapping of one value on another , i have done this

Number tab-------->number------>precision i chosse 3,

the value i got is some thing like this    6.11e+008  ,what i am looking now is it possible to reduce to digit to 1 or 2 after + symbol instead of 3 digits  

plz find the attchment

1 Solution

Accepted Solutions
perumal_41
Partner - Specialist II
Partner - Specialist II

try like below

Sum(Field)/1000000

then

change the number format

View solution in original post

7 Replies
Colin-Albert
Partner - Champion
Partner - Champion

Another option is to change the orientation of the bars to horizontal. This allows you to show the value without needing to shorten the number.

kunkumnaveen
Specialist
Specialist
Author

i known but client wont let me to do that , i mean he wants to display them vertical only

maksim_senin
Partner - Creator III
Partner - Creator III

Hi,

Why you don't want to use a possibility to round the values the thousands, millions?

This is possible for each expression at the Number tab of chart properties:

2016-04-13_162836.jpg

Best regards,

Maxim

perumal_41
Partner - Specialist II
Partner - Specialist II

how you looking output?

kunkumnaveen
Specialist
Specialist
Author

i have no particular exception on my o/p but if any thing that can reduce my 7 to 8 digit in to 2 to 3 digits that will be ok

is it possible to change this value 6.11e+008 in to this 6.11+0

perumal_41
Partner - Specialist II
Partner - Specialist II

try like below

Sum(Field)/1000000

then

change the number format

Anonymous
Not applicable

There is a option in Presentation tab,

Values on Data Points.

By checking the option Vertical, you can display the numbers vertically above the respective bars fully without shortening to any format.