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

有帮助吗?

解决方案

you are missing ;. try using below code.

If ([Summary Column] InList("a";"b");"a") 
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top