G
Gery C. Fryns
I am trying to use a formula without much success. The purpose of the
formula is to show the value of a specific bookmark field depending on the
value of another bookmark field. In particular, I need to check if a field
(bookmark) is empty or not.
Let say that text1, text2 and text3 are bookmark fields, I tried without
success the following
{ IF (text1=â€â€,{text2}, {text3}) }
{ IF count(text1)=0,{text2},{text3})}
Therefore, there must be some syntax errors.
In reality, I have text1, text2, text3, text4, text5 and text6 and I am
searching for the last non empty bookmark field. At the end if I had to four
fields, I should have something like this:
{ IF (text4=â€â€,{ IF (text3=â€â€,{ IF
(text2=â€â€,{text1},{text2})},{text3})},{text4})}
Thank you for your reply.
Gery C. Fryns
formula is to show the value of a specific bookmark field depending on the
value of another bookmark field. In particular, I need to check if a field
(bookmark) is empty or not.
Let say that text1, text2 and text3 are bookmark fields, I tried without
success the following
{ IF (text1=â€â€,{text2}, {text3}) }
{ IF count(text1)=0,{text2},{text3})}
Therefore, there must be some syntax errors.
In reality, I have text1, text2, text3, text4, text5 and text6 and I am
searching for the last non empty bookmark field. At the end if I had to four
fields, I should have something like this:
{ IF (text4=â€â€,{ IF (text3=â€â€,{ IF
(text2=â€â€,{text1},{text2})},{text3})},{text4})}
Thank you for your reply.
Gery C. Fryns