Creating a Calculated field that use IF/Then display logic
looking to create a calculated field that displays the text from two other calculated fields. However if both fields exist, default to only display the second field.
looking to create a calculated field that displays the text from two other calculated fields. However if both fields exist, default to only display the second field.
displaying the source data with an IF(ISBLANK( statement is doable. I don't know the order of calculations in a form but if the source fields aren't calculated first, your third calc field will be blank every time. I've never tried calculating two already calculated fields since I'm skeptical if it can even be done. You may have to recreate the calcs in those two fields into the third one instead of trying to calculate 2 calc fields.
If you do a standard CONCAT on a third field with no IF ELSE statement, does it work?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.