Welcome to Forums Sign in | Join | Help | Forums
in Search


How to suppress field text with 2 data fields

Last post 09-29-2004 9:38 AM by Richard Coveney. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 09-29-2004 9:38 AM

    How to suppress field text with 2 data fields

    In a Crystal 7.5 report, I want to suppress the text field label for constituency when there is no data in both fields. I exported 2 constituency fields. The formula for Object visibility {CnCnstncy_1.CnCnstncy_1_CodeLong}="" and {CnCnstncy_2.CnCnstncy_2_CodeLong}="" does not work properly. The following formula : StringVar X; If IsNull ({CnCnstncy_1.CnCnstncy_1_CodeLong}) and IsNull({CnCnstncy_2.CnCnstncy_2_CodeLong}) then X := "" else X := "Cercle des Bâtisseurs : " + {CnCnstncy_1.CnCnstncy_1_CodeLong} +" "+ {CnCnstncy_2.CnCnstncy_2_CodeLong}; X; does not work either! Any suggestion? Richard Coveney Fondation de Polytechnique (514) 340-4711 x3756
Page 1 of 1 (1 items)