Hello,
I need some help with a business rule, which I can’t seem to get to work. In fact the first part up until
“THEN
Hide field Product Detail2”
Works as expected. The section of the business rule which does not work is from below onwards:
“ELSE IF
Product Detail2 contains data
THEN .......”
The query in full can be seen below, any advise you can give is welcomed.
IF
Product code does not equal "A ,B, C,D,E” AND Product Detail1 contains data
THEN
Show field Product Detail2
ELSE IF
Product Detail1 does not contain data
THEN
Hide field Product Detail2
ELSE IF
Product Detail2 contains data
THEN
Show field Product Detail3
ELSE IF
Product Detail2 does not contain data
THEN
Hide field Product Detail3
Thank you
Ladga