Sure you can. Just create a variable to hold your static text. Then put in your formula
If not(IsNull({OrderHead.Character01})) Then
"Static Text 1"
Else
"Static Text 2"
(Note the left parenthesis after isnull)
Then right click your field and pick format field, click on the border tab
select the x-2 button to the right of the border that you want and then place the formula that you want to test to put in a border
For example
if not(IsNull({OrderHead.Character01}))
then 1
The 1 will cause the border to print if the formula is true
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.