![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
FM8.5 I am creating a Ledger. My business has several bank accounts; Cdn$ (Debit & Credit), US$ (Debit & Credit), Visa card (Debit & Credit). I am trying to effect the appearance of my Ledger so that I can recognize certain accounts by the background color. The list would appear as a series of color strips based on which of these accounts record x in the list shows content. I know how to create a field that will change color based on a value list using a global and container field; Case ( Category = "Expense"; gExpenseColor) I do not know how to create a function that describes the following; Ex. When Cdn Dollar Account (debit or Credit) has a value (ie: there is a number or entry in the CdnDollarAcccount field) the result isgCdnDollarBackgroundColor or something like Case ( CdnDollarAcct = "(has content)"; gCdnDollarAcctBackgroundColor) Can you help? |

)
#3
| |||
| |||
|
|
When CdnDollarAcct is more than 0, then use gCdnDollarAcctBackgroundColor, or when CdnDollarAcct is less than 0, then use gCdnDollarAcctBackgroundColor, otherwise leave empty. Helpfull Harry ) |
![]() |
| Thread Tools | |
| Display Modes | |
| |