round off data label's value in chart in report

Ravi Kumar

Registered User.
Local time
Today, 12:14
Joined
Aug 22, 2019
Messages
162
Dear all ,

I have made a line chart in my report & the values are in percentage , I have rounded the decimal point in my query(source data for chart)
But still the chart is showing all the digits , please help me solve this .(to round off to only 1 decimal).
Chart in access.JPG
 
Can you post the rowsource of the chart?
 
May need to repost. Verify your chart. My summary chart had no chart object. It was blank.
 
MajP
its a modern chart which appear blank if using earlier versions of Access such as A2010.

Ravi
To alter the precision in the data points in modern charts you have to do that in the underlying query (or SQL)
Updated version attached
 

Attachments

MajP its a modern chart which appear blank if using earlier versions of Access such as A2010.
Does that mean it is incompatible with older versions, or is there a way to see the chart? I do not event get an error, just a blank screen.
 
Other than me doing a screenshot, there is no way of seeing the modern chart in older versions of Access.
Its one reason why I avoid using them in my own databases.
The traditional charts are still available and still work in A365.
Although (perhaps) slightly harder to work with, the traditional charts are more powerful/flexible.

Anyway here's the screenshot
Capture.PNG
 
T
MajP
its a modern chart which appear blank if using earlier versions of Access such as A2010.

Ravi
To alter the precision in the data points in modern charts you have to do that in the underlying query (or SQL)
Updated version attached
Thank you so much
 

Users who are viewing this thread

Back
Top Bottom