docs.datacontroller.io/docs/filter.md

26 lines
1.2 KiB
Markdown
Raw Normal View History

2021-05-12 14:53:38 +00:00
---
layout: article
title: Filter
description: Data Controller for SAS® enable complex filters to be created on any variable. The "dynamic" where claue setting enables new values to be filtered by remaining filter clauses. Filtered views are shareable!
2021-11-11 14:19:04 +00:00
og_image: https://docs.datacontroller.io/img/filter_dynamic_on.png
2021-05-12 14:53:38 +00:00
---
# Filtering
Data Controller for SAS® enables you to create complex table filters. The "dynamic" setting enables the dropdown values to be pre-filtered by previous filter clauses. Filtered views are shareable!
## Shared Filters
When filters are submitted, the query is stored, and a unique URL is generated. This means you can share the link to a filtered view of a table! This can be used for VIEW, for EDIT and also for downloading data.
![](img/filter_url.png)
## Dynamic Where Clause
When filtering *without* a dynamic where clause, all values are always returned in the selection box.
![](img/filter_dynamic_off.png)
By contrast, when the dynamic where clause box is checked (default), the values in the *second and subsequent* filter clauses are filtered by the previous filter clause settings, eg:
![](img/filter_dynamic_on.png)