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


Help-How to transform boolean value into text

Last post 08-26-2004 1:53 PM by Margaret Matheny. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-26-2004 1:44 PM

    Help-How to transform boolean value into text

    Hi there! I need some help with a formula. In my report, I have a boolean field. I want to transform this value into text like this: if value = "Y" then "Oui" else "". Have you tried this before? Thanks Richard Coveney
  • 08-26-2004 1:53 PM In reply to

    Help-How to transform boolean value into text

    try printing the value of the field first and make sure the value is Y - I would think the value would be 1 or true. The rest of your formula look ok - but you may need a string variable. StringVar X; If field = 1 then X := "Oui" elxe X := ""; X; Maggie Matheny University of Baltimore [Email Removed]
Page 1 of 1 (2 items)