NeoBookDBPro Report Designer Boolean - Forum

Forum Navigation
You need to log in to create posts and topics.

NeoBookDBPro Report Designer Boolean

Anyone know how to display a Boolean variable/field in a report other than a True or False? Say as a check mark?

I would be interested in this too as I have a number of reports which contain boolean selections and they would be much more aesthetically pleasing if they showed a checkbox rather than just the result text.

Hello!
Using the Picture object, you can create and dynamically change any objects you need (for example, checkboxes). Just insert a variable in the properties of the Picture object instead of a specific image. In this variable you can put different names of different image files, according to the situation. Thus, you can draw any objects inside the Picture object.

https://reportdesignerhelp.visualneo.com/PictureTool.html

Ahh genius. So you could effectively select which image shows (checked/unchecked) dependant on the value. I must admit I didn't think of that but it makes perfect sense. I'll experiment.