Hi,
In a form we got a text field which should always contain 0 as value. Right now the value is based on an expression:
1. number(boolean(contains(../my:Title, "UDBUD AF"))) [THIS WORKS]
I want to combine this expression with another check which contains an AND function.
2. number(boolean([/my:F_x00e6_llesudbud = "Nej" AND /my:F_x00e6_llesudbud_x0020__x002d__ = ""]).
So if (1) AND (2) is true I get the value 2.
I can't figure out how to combine the two expressions. Could someone help me?
Best regards
Morten