参考URL:
http://forums.oracle.com/forums/thread.jspa?threadID=693945&tstart=0
http://winrichman.blogspot.com/2008/08/display-negative-numbers-in-braces.html
MS-Wordのフィールドプロパティで設定するのが楽だろうという話の他、以下の構文も紹介されています。xdofx:if 構文は、簡単な値補正にも使用できます。
<xdofx:if SALES > 0 then SALES else '('|| SALES ||')' end if>
<?format-number(SALES, '#,##0;(#,##0)')?>
一応、「#,##0;▲#,##0」が正しく動作するか確認しました。問題ありませんでした。
[ Summary ]
How to display Negative numbers in Braces "( )" - use the formulas above, or, set that form-field as Number type, and type the mask string on MS-Word.
Refer the URLs for more details.
0 件のコメント:
コメントを投稿