HELP: Null number condition within SWITCH

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a line of code that checks on a number field and returns a message;
however, I can't get the syntax correct for the null condition.

switch([x:50]>35,"xxx",[x:50]<35,"yyy",????)

what is the correct syntax I need to output a message if [x:50] is null?
 

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