Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

number formate in text box...

hi all,

I am displaying the sum of amount in text box by using regular expression. which is showing like $ 10000

I want this number to show with proper format i.e ($1,00,00)...... any suggtion.?

no number tab available in text box property.....

1 Solution

Accepted Solutions
vijay_iitkgp
Partner - Specialist
Partner - Specialist

Hi,

You can use Num(value,'$#,##0.00;($#,##0.00)')

View solution in original post

4 Replies
nstefaniuk
Creator III
Creator III

When you say "text box", you mean "Input box" or an other object?

vijay_iitkgp
Partner - Specialist
Partner - Specialist

Hi,

You can use Num(value,'$#,##0.00;($#,##0.00)')

vijay_iitkgp
Partner - Specialist
Partner - Specialist

You can also use =Money(Value)

Not applicable
Author

thnsk thats what i want..... thanks to other too..