سؤال

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