Recherches récentes


Pas de recherche récente

Ajout de plusieurs expressions conditionnelles avec SWITCH



image avatar

Rob Stack

Zendesk Documentation Team

Modification le 05 mars 2025


6

0

4 commentaire

it's hard to find here how to write case "null" or case 0...

0


Hi Stacy, 
 
I think you might be better off using a nested IF/THEN statement, and using the STARTSWITH text function to check to see if the first two characters of the organization name match "nc", "fl", etc.. See Using the IF THEN ELSE function and the STARTSWITH function info here: Text functions

0


Does anyone know if the switch expression supports wildcards?

Use Case: Have various organizations that need to be grouped together

  • ncxyz = North Carolina
  • ncabc = North Carolina
  • flabc = Florida
  • fldef = Florida

Would like to know if either of these options would work?

Option 1: SWITCH ([Organization]) {

                             Case "nc":North Carolina

                             Case "fl":Florida

                             Default:TBD }

Option 2: SWITCH ([Organization]) {

                           Case "nc*":North Carolina

                           Case "fl*":Florida

                            Default:TBD }

1


Olá, seria possível utilizar esta função para campos de data, utilizando condições como "<=" ou >?

0


Se connecter pour laisser un commentaire.

Détails du compte

Se connecter pour voir les détails

Connectez-vous pour voir les détails de votre compte en un coup d’œil

Se connecter