jchewsmith
Technical User
My chart is based on month and year. These fields are numeric fields. The year displays with comma's and decimals on the chart. How can I change to display with no comma's?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
replace(replace({mydate},',',''),'.','')