Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleINFO

Datameer X provides a feature to filter data on a worksheet by specified criteria. Additional filters can be added as well as regular expressions or formulas can be used.

...

Info
titleINFO

When creating a filtered sheet that displays no data, Datameer X informs you that the empty sheet is displayed on the current sample data. Running the workbook again creates a new sampling for the sheets that take into account the calculation of the filtered sheet.

...

  1. Open the required workbook and the required sheet. The workbook content is displayed.
    Image RemovedImage Added 
  2. Click on "Edit" and select "Filter" or click the "Filter" icon from the icon bar. The dialog 'Apply Filter' opens. 
    Image RemovedImage Added or Image RemovedImage Added
  3. Mark the checkbox when you want to create the filter in a new sheet.
    Image RemovedImage Added
  4. Select the filter column from the drop-down.
    Image RemovedImage Added
  5. Select the expression from the drop-down. 
    Image RemovedImage Added
  6. Enter the value. 
    Image RemovedImage Added
  7. Select the required filter-argument from the drop down. 
    Image RemovedImage Added
  8. If needed, click "+" to add a filter.
    INFO: Clicking the "-" deletes the respective filter on the left.
    Image RemovedImage Added
  9. If adding further more filter, select the next filter column, expression, value and filter-argument. 
    Image RemovedImage Added
  10. Select the way multiple filters are connected with. 
    Image RemovedImage Added
  11. Confirm with "Create Filter". The filter is created and applied to the sheet. 
    Image RemovedImage Added

Using the Advanced Filter

Info
titleINFO

Advanced filter formulas are similar to those used in a workbook's formula bar though without column name completion and less error handling. You can create a formula that combines multiple conditions using multiple referenced columns or use nests functions and constants.

Text-based expressions must return a Boolean value and are required to reference columns in the current sheet. When the expression that is applied to the current record returns 'false', the record is dropped, otherwise it remains.

Tip
titleTIP

Datameer X recommends developing and testing your advanced filter formulas in a separate copied worksheet before applying to your actual data.

...

  1. Open the required workbook and the required sheet. The workbook content is displayed.
    Image RemovedImage Added 
  2. Click on "Edit" and select "Filter" or click the "Filter" icon from the icon bar. The dialog 'Apply Filter' opens. 
    Image RemovedImage Added or Image RemovedImage Added
  3. Mark the checkbox when you want to create the filter in a new sheet.
    Image RemovedImage Added
  4. Select the tab "Advanced"
    Image RemovedImage Added
  5. Enter the filter criteria from the available expressions.
    Example: (#A > 70 && #B == false) || (#A < 30 && #B == true)
    INFO: Multiple operators can be used to create an advanced filter.  
    Image RemovedImage Added
  6. Confirm with "Create Filter"The filter is created and applied to the sheet. 
    Image RemovedImage Added

Updating a Filter 

...

  1. Click on "Edit" and select "Filter" or click the "Filter" icon from the icon bar. The dialog 'Apply Filter' opens. 
    Image RemovedImage Added or Image RemovedImage Added
  2. Change the filter criteria to your needs and confirm with "Update Filter". The changes apply to the sheet. 
    Image RemovedImage Added 

List of Filter Expressions

...