cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Iif in a calculated Field of a Dashboard

Juan_Camilo_Jar
Confirmed Champ
Confirmed Champ

Hello all! I want to knos if there is a way to hace multiple Iif in an expression of a calculated field. Right now I have this:

 

Iif([Nombre de la cola] = 'Ingreso Admisiones y Registro' , 'Verificaciones Académicas', '')

 

But I would like to have more than 2 results, si if it doesn´t match the first option, have an ELSE so I can use another Iif, for example:

 

Iif([Nombre de la cola] = 'Ingreso Admisiones y Registro' , 'Verificaciones Académicas', Iif ([Nombre de la cola] = 'Validación' , 'Solicitudes', '')

 

 

 

1 ACCEPTED ANSWER

aboucher
Community Manager
Community Manager

Hi @Juan Camilo,

 

I've created a calculated field similar to yours like this:

 

8f1a6af9307d48c18e197803da19cf28

 

Expression Editor accepts this format in my expression.  

 

Is Expression Editor accepting your expression by making it green and you are able to save it?

 

What are you getting for results in your report for this calculated field?

 

Thanks!

~Alan

View answer in original post

1 REPLY 1

aboucher
Community Manager
Community Manager

Hi @Juan Camilo,

 

I've created a calculated field similar to yours like this:

 

8f1a6af9307d48c18e197803da19cf28

 

Expression Editor accepts this format in my expression.  

 

Is Expression Editor accepting your expression by making it green and you are able to save it?

 

What are you getting for results in your report for this calculated field?

 

Thanks!

~Alan