Domanda

I am trying to write a if condition in webi but unable to accomplish.

Below is the code:

if ([Summary Column] inlist("a","b");"a")

Error I am getting

Unrecognized input

È stato utile?

Soluzione

you are missing ;. try using below code.

If ([Summary Column] InList("a";"b");"a") 
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top