Multiple filters in data format

Hi guys, another day trying to learn Wappler!

It is possible to add another “where” in this data format?

I need to filter the query with another property.

image

You can add multiple where filters like:

scQueryPerrors.data.queryArticle.where(....).where(....)
1 Like

Thank you Teodor seems it’s working :slight_smile:

It is also possible to do it from the UI?

Do you find the way to do it from the UI? @Teodor any help from this?

Hey @Chackmool,

Following Teodor’s suggestion, I understand that the first where filter can be assigned directly from the UI…

But trying from there to add an extra where filter, there is no available option VIA the UI.
I needed a little trick…

  1. You can just copy the where filter:

  2. Paste it at the end of the existing where filter:

  3. Then by clicking the formater button:


    Now, you can access and bind any value you want via the UI on any where filter you have.

2 Likes

It is possible to do via the UI. Right-click on the first Where and select Where from the drop down.