Is it possible to have check boxes logic in crystal? The request is to have the gender and the marital status listed and check the correct one as opposed to displaying the description.
There is a sample report on the Business Objects web site called "How to Display a Proper Check Box". Differnet options are shown with the WingDing char# to use. Found this very helpful.
//@ChkFemale
//Check box for Female
if {table.sex} = "F" then
chr(254)
else
chr(111)
Insert the formula on your report canvas next and right click on the field object and change font to wingdings. Make it bold and whatever size you want.
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.