How do I make a filter with two columns?

Hello! I have a column with the seller number and another where it says if it is paid or not. I want to make a slice with each seller so that they inform me what is unpaid. I used the following expression: SELECT (“SELLER” (4), “PAID” <> (PAID)) but it tells me: SELECT has invalid inputs
What am I doing wrong?
Thanks

EB_Administraciones:

What am I doing wrong?

Lots of things. Read this:

1 Like

I imagined that!
Now I read it, I did not find any tutorial or information for what I want to do.
Thanks a lot

You might find something helpful from this

[Current_User (Slice) - How to conform your app around WHO is using the app](https://community.appsheet.com/t/current-user-slice-how-to-conform-your-app-around-who-is-using-the-app/35639) Tips & Tricks ?

One of the core basic functions, included in just about EVERY app I make, is the ability for the app to know WHO is using the app. If the app knows who’s using it, then I can easily control many different aspects of the app: Add/edit/delete permissions How data should be filtered What views are shown What buttons, or Actions, are visible Which workflows should fire off Which columns should be shown or editable etc. Requirements To accomplish this functionality in your app, you need the follo…

and there’s tons of helpful stuff in here as well

[Guide on How To Create a Community Post](https://community.appsheet.com/t/guide-on-how-to-create-a-community-post/35855) Tips & Tricks ?

Dear valuable members and users, For a long time I’m seeing a lot of multiple and concurrent posts, posts like novels seeming to aim the Pulitzer Price, exactly the same questions by the same user but paraphrased/re-phrased etc. Being a dedicated community member and an AppSheet developer who is reading around 2.5K posts per day, I urged myself to tip on some good advice and best practice BEFORE posting something in the community: #1 - APPSHEET DOCUMENTATION AppSheet has a very good help do…

2 Likes