Filtering base on participants response

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Post Reply
User avatar
MAgojam
Posts: 421
Joined: Thu Jun 08, 2017 2:33 pm
Location: Parma (Italy)

Re: Filtering base on participants response

Post by MAgojam »

Hi, @ds081227.

You should use the Filter function like this:
FILTER(MaritalStatus, MaritalStatus != 2 and MaritalStatus != 4)

Cheers.
Maurizio
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: Filtering base on participants response

Post by jonathon »

maurizio is right, but if you use a row filter, you don't need to use the `FILTER()` function at all:
Screen Shot 2019-11-11 at 12.00.38.png
Screen Shot 2019-11-11 at 12.00.38.png (458.66 KiB) Viewed 1878 times
Post Reply