cancel
Showing results for 
Search instead for 
Did you mean: 

Boolean logic with inlist in Lumira?

david_lai
Participant
0 Kudos

Hi All,

I was wondering how to do the following

If (field inlist ("A", "B", "C")) then 1 else 0

So far I can't find boolean inlist function in Lumira.

To accomplish the above I would have to do the following

1. Create new grouping field (ie: Group X = ("A","B","C")

2. Then do if ( groupfield = "X") then 1 else 0

Kind of cumbersome, but at the moment I don't know any other way.

Any suggestions would be appreciated.

Thanks!

David

Accepted Solutions (0)

Answers (1)

Answers (1)

ashutosh_rastogi
Active Contributor
0 Kudos

Hi David,

I think what you need is following

Regards,

Ashutosh

david_lai
Participant
0 Kudos

Hi Ashutosh,

That does not return a boolean true/false.

It won't work in an if-then-else scenario

Regards

David