I need to make a text box visible true, false based on the value of a Boolean type column in the data set. How can I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
-Right click on field and select ‘Format Object’.
-On the ‘Common’ tab select the formula editor button to the right of the ‘Suppress’ label.Click the suppress check box and then click the formula editor button.
-For true to be visible set formula to ‘{Field} = true’
-For true to be hidden set formula to ‘{Field}=false’