gmiller261
Programmer
Looking for a formula that give me the correct syntax to crBracketedNegatives
I have this (CR XI)
// This conditional formatting formula must return one of the following Negative Sign Constants:
//
// crNoNegativeSign
// crLeadingMinus
// crTrailingMinus
// crBracketedNegatives
//
if {GETACCTSFA995.ASSETS} < 0 then
crBracketedNegatives()
I have this (CR XI)
// This conditional formatting formula must return one of the following Negative Sign Constants:
//
// crNoNegativeSign
// crLeadingMinus
// crTrailingMinus
// crBracketedNegatives
//
if {GETACCTSFA995.ASSETS} < 0 then
crBracketedNegatives()