Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1285
Cell being formatted as currency.
posted

I have a cell which the underling property is of type decimal.  It is being display as a currency.  Is there a way to get rid of dollar sign as this property is not a currency number?

 

Thanks

Parents
No Data
Reply
  • 40
    posted

    Check your source data table in database, and make sure you specified datatype properly. 

    For eg. Datatype should be 'Number (8)'  and not 'Number() '

    This worked for me. 

     

Children