I'm looking to make a composite ador object that combines phone prefix, phone, extension, mobile prefix, mobile, fax prefix, fax, email. I already have all of those set up and am getting the values I want out of them, however I want a composite one so it will automatically adjust positioning based on what information is given (can't use blank line suppression in this case as there is an image at the start of the line meaning the line will never be a null so a blank space if there is no phone number, the image is in the text box because they need to move with the text)
The ideal way to do this would be a switch statement to avoid the countless if statements, however I cannot seem to use the "IsNullOrEmpty()" function or put any real logic into the case literal including using the "Not" or "!" qualifiers as I would like to.
Have I completely missed something in the Qlingo switch statement or is the logic I am looking to put not compatible with the switch statement?