I have a computed field, whose format is specified as follows –
#,##0.00;[RED](#,##0.00);#
By format, I meant the format value that we can set from the property of the computed field(in the format tab).
What does this format mean?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The format property can contain up to 4 individual format strings, separated by semicolons. Only one is required. These formats are for numbers:
For other data types (string, date, time…):
I’m assuming it’s the semi-colon separated list that’s throwing you off. If you need help with the elements of each individual format string, comment back and I’ll edit it in, but I suspect you’ll find what you need faster in the help file (.HLP). (This topic is in the Users Guide, which should be on your system as a CHM file, in the PowerBuilder program group as “Compiled HTML help file”, which actually is another place individual format strings are covered pretty well. It’s also available online from Sybase.)
Good luck,
Terry