Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

Avatar

Level 2

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

2 Replies

Avatar

Level 2

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

Avatar

Level 2

issue resolved