dollar symbol for a column in editable grid

  a!floatingPointField(
            value: if(rule!APN_isNull(ri!items[ri!index].lastmonthdis),"",dollar(ri!items[ri!index].lastmonthdis)),
            readonly:true()
          ),

 

Hi,

I am trying to display dollar symbol to floating point value in an editable grid , somehow it is not showing the $ symbol . Can you please let me know why ?

  Discussion posts and replies are publicly visible