I have a field that has a number in it. That number was created by adding values together 1, 2, 4, 8, etc..
What I wanted to do was Field and 1 = 1 but crystal reports kept saying a boolean was required.
The way I got around it was to do something like this:
fieldvalue := field;
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.