iemproductions
Programmer
Hello,
I'm teaching myself how to create formula fields and I've gotten stuck. I'm trying to write a formula that will check the value in a field. If it's less than or equal to 10, I want a check mark to appear in the field.
I get the error message The ) is missing. I can't figure out where it's missing. Any help would be greatly appreciated.
This is the formula
If {Purchases.Units in Stock} <= 10 Then Chr(0xFC) Else DefaultAttribute
I'm using Crystal Reports for Visual Studio 2005.
Any help would be greatly appreciated.
Thank you
I'm teaching myself how to create formula fields and I've gotten stuck. I'm trying to write a formula that will check the value in a field. If it's less than or equal to 10, I want a check mark to appear in the field.
I get the error message The ) is missing. I can't figure out where it's missing. Any help would be greatly appreciated.
This is the formula
If {Purchases.Units in Stock} <= 10 Then Chr(0xFC) Else DefaultAttribute
I'm using Crystal Reports for Visual Studio 2005.
Any help would be greatly appreciated.
Thank you