I am creating a formula to return a value based on a bitwise comparrison listed here
({AssetCoordinate.AssetCoordinateFlags} ?????? 65536) >0
the ????? is the 'bitwise and' that i can't find in crystal
in T-sql it is "&"
This statement is evaluated in an if statement with the results 1 if true and 0 if false.
thanks
dan0
({AssetCoordinate.AssetCoordinateFlags} ?????? 65536) >0
the ????? is the 'bitwise and' that i can't find in crystal
in T-sql it is "&"
This statement is evaluated in an if statement with the results 1 if true and 0 if false.
thanks
dan0