If then

  • Thread starter Thread starter Edwin Merced
  • Start date Start date
E

Edwin Merced

How are if then statements constructed in the expresion builder?
 
Hi,

the well known if .. then .. else method doesn't exist there, you will have
to use the iif statement.

Iif(CONDITION_CONSTRUCT,THEN_CONSTRUCT,ELSE_CONSTRUCT)

HTH,
Bernd
 

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

Back
Top