Details
-
Type:
Feature Part
-
Status: Done
-
Priority:
L3 - Default
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.1.0-alpha2, 3.1.0
-
Component/s: backend
-
Labels:
Description
AT:
- Documentation is updated
- The dashboard data structure for availableFilters is extended to include variables and their operator/values:
{ ..., // other dashboard properties "availableFilters": [ { "type": "state" // or "startDate" or "endDate" }, { "type": "variable", "data": { "name" : "variable_Name", "type" : "string", // or boolean, number, date "data" : {...} // null for boolean and date type; same as report variable filter for number and string } }, ... ] }