Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql expression showing boolean result??

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,

I tried to use a sql expression and the result diplayed boolen values instead of the actual data is there any thing I can do to get actual data .. for eaxmple I wrote an expression for a field name =3 so its displaying true or false but I want real values.. please help!!

thanks
 
...displaying true or false ...
The key word is displaying - in the situation you describe, a boolean value is not stored in the database, but is the logical result of sql expression.
Typically, boolean fields are displayed as True/False, Yes/No, 1/0. To change how a boolean is displayed, format the expression to the appropriate display method (pop down menu, format etc...) [sig][/sig]
 
If you put an equal sign in any expression you are going to get a boolean expression.

Cut and paste your expression in your next post, and explain what the fields should print in the column instead of the boolean. [sig]<p>Ken Hamady- href= Reports Training by Ken Hamady</a><br>[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top