Le 10/09/13 19:02, Karen Dinse a écrit :
Hi Karen, > Yes, the report will return a label showing the address or PO box on two > separate lines. However, we would like the PO box to show where the address > line would normally be. Seems like a function should work for this. If > address line available, print, if not, print PO box. >From memory, you have to insert a hidden paragraph marker into your report document that will triger when XYZ condition is met, e.g. one of the following : !Database.Table.FieldName NOT Database.Table.FieldName Database.Table.FieldName EQ "" Database.Table.FieldName =="" This should work for a normal Writer document, however, I have no idea whether you can actually do this in a report builder report document. Alex -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
