need help on ammount formating with num{$z,zzz,zz9.99} | Community
Skip to main content
Level 2
September 23, 2010
Question

need help on ammount formating with num{$z,zzz,zz9.99}

  • September 23, 2010
  • 2 replies
  • 15064 views

Hi All

,

Need help in formating the amount fields.

Currently I am using num{$z,zzz,zz9.99} Its working fine for positive ammount value.

But for negative amount its giving output as $-18,970.50

Expected out is -$18,970.50

need '-' sign before $

Thanks,

Abhijit

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Level 2
September 24, 2010

issue resolved by setting pattern as  = num{z$z,zzz,zz9.99}

Level 2
September 24, 2010

issue resolved