Hi,
I am using VS 2010 Pro, with CR for VS2010. I am developing on Win7-64bit, but am developing a 32bit app using .NET 3.5 framework and c#. I am trying to use the "Reverse sign for display", but using a formula instead of just checking the box, because I only want to reverse the sign on some records. But no matter what I enter in the formula, it will not reverse the sign on any records. The only way it will reverse the sign is if I check the box.
This if the formula I want to use:
({GLAccount.AcctType} = "1") or ({GLAccount.AcctType} = "8") or ({GLAccount.AcctType} = "9") //this is what I really want to do..
but it has no effect.
If I change that formula to just be the word true, it still does not work. It appears that whatever I enter in the formula is ignored, and it is only looking at the value of the checkbox.
Am I missing something?
Thanks for any help.
Quinton