Search found 3 matches

by jachmovi
Sat Apr 08, 2023 11:58 am
Forum: Help
Topic: Second filter with !=NA does not work
Replies: 5
Views: 2340

Re: Second filter with !=NA does not work

Thank you @reason180, for replicating this issue and showing another alternative way to get the desired outcome.

@jonathon I have created the issue as wanted.

Best
by jachmovi
Fri Apr 07, 2023 6:16 pm
Forum: Help
Topic: Second filter with !=NA does not work
Replies: 5
Views: 2340

Re: Second filter with !=NA does not work

Hey Maurizio,
thank you so much, this helps a lot! 
So instead of 
Filter 1: A != NA
Filter 2: B != NA
I just wrote
Filter 1: IF (A)
Filter 2: IF (B)
and it works just as I wanted it to.
I still don't get why the first way doesn't work, but the problem is solved.
Thanks again, you saved my day!
by jachmovi
Fri Apr 07, 2023 7:56 am
Forum: Help
Topic: Second filter with !=NA does not work
Replies: 5
Views: 2340

Second filter with !=NA does not work

Hi everyone, I have a problem filtering missing values. To show you, I made an example data spreadsheet in jamovi. In this data set I have two variables, A and B with some missing values. If I filter them like this, it works: Filter 1: A !=NA Filter 2: B !=2 Bildschirm­foto 2023-04-07 um 09.12.17.pn...