Filter Permission Syntax (Legacy)

Note

These syntaxes are deprecated, we recommend you to use new syntaxes in Permission System

The following input variables still work:

  • in_group: The same as if_group
  • value: The same as then_value
  • sql: The same as then_sql[query] but only works in Dropdown Filter
  • date_min/date_max: The same as then_date_min / then_date_max
  • ds_id: the data source id

Example code:

permissions:
- in_group: GroupA
value: valueA
- in_group: GroupB
value: valueB
- in_group: GroupC
sql: select val from tableC