문제

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