Qore Docs
  • What is Qore?
  • Getting Started
    • Start Exploring
    • Qorebase
      • Table & View
      • View Insight
      • Field Types
      • Manage Data (Import & Export)
      • Role & Permission
      • Filter & Sort
    • Qore App
      • Pages
      • Settings
      • Component
    • Create Workflow
  • ACCOUNT
    • Account Setting
  • Project
    • Manage Project
      • Create New Project
      • Customize Project
      • Delete Project
  • Table
    • Manage Table
      • Users Table
      • Create Table
      • Rename Table
      • Delete Table
      • Manage Row
    • Manage Views
      • Create Views
      • Rename Views
      • Delete View
    • Manage Field
      • Create Field
      • Update Field
      • Delete Field
    • Field Type
    • Modify Table
      • Sort
      • Filter
      • Dynamic Filter
      • Hide and Show Field
  • Component
    • Text
      • Text
      • Description Text
      • Rich Text
      • Hint Text
      • Paragraph Text
    • Media
      • Headline
      • Image
      • Embed
      • QR Code Generator
      • Barcode Generator
      • Carousel
    • List
      • List
      • List Card
      • Horizontal Tile
      • Vertical Tile
    • Button
      • Button
      • Button Bar
      • Menu Grid
      • Icon Button
      • Floating Button
    • Custom Component
      • Props
      • Example
  • FAQ
    • How to display Image in Qore App
      • Gallery Component
      • Headline Component
      • Image Component
      • Horizontal Tile Component
      • List Component
      • List Card Component
      • Vertical Tile Component
    • How to display filtered data from table
    • How to filter data on table/view
      • Save configuration filter on table/view
  • Usecase
    • Create list of restaurant menu
Powered by GitBook
On this page
  • There are two types of logic in Qore FILTER:
  • How to use Filter feature:
  • Delete Filter
  1. Table
  2. Modify Table

Filter

PreviousSortNextDynamic Filter

Last updated 3 years ago

The Qore FILTER function filters a range of data based on supplied criteria, and extracts matching records. In plain language, the FILTER function will extract matching records from a set of data by applying one or more attribute.

There are two types of logic in Qore FILTER:

  1. Any The data only displayed at least one of the filter attribute. That means, if you set filter for more than one attribute, your data will displayed at least one that contains one of the attribute.

  2. All The data displayed all the data that meets all the filter attribute. That means, if you set filter for more that one attribute, your data will filtered based on all the attributes.

How to use Filter feature:

  1. Open table you want to filter

  2. Click on "Filter" button

  3. You can use group filter for grouping your filter logic

Filter group helps you with multiple filter logic on multiple attribute. There are 2 logic you can use on filter group, AND and OR

Delete Filter

To delete your filter, you can just simply click on the trashcan icon.

Click "Add Filter"

Input attribute you want to use to filter your data