getting y axis scale with different values automatically when used report chart.

0
we have used below OQL query to show date in x axis and count of containers in y axis using report chart. SELECT count(*) as cont_count,MyFirstModule.Containers/ET as cont_date from MyFirstModule.Containers group by MyFirstModule.Containers/ET   we are getting the below result. actual result will be , for 10/18/2018 date we have to get count as 2, and for remaining count will be 1.  
asked
0 answers