Present vs Blank

R

Rajani

Hi satch,

Is present and Is blank are used in conditional formatting.
say, for example textbox ,data sourse is field1.
by making use of conditional formatting we can use Ispresent and Isblank
like this
Field1 is present means ,we are checking whether the value is present in the
field.
Field1 Isblank means, we are checking whether the field is blank.
 
G

Greg Collins [InfoPath MVP]

Is Present lets you check whether the node actually exists in the XML DOM.
Is Blank checks whether the value of the node (if present) is blank.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top