A new filter widget has to be created, proposal for interface parameters:
SourceData: is the dataset the filter is built on (e.g. period to be filtered)
SourceField: array of field to be used for filtering
MappingFieldSourceDestination: { date: "date_sum" }
TargetDataset(s): the dataset (model) that receive the filtering (model.queryState.addFilter)
ControlType: dropdownlist, multiselect, textbox, legend, slider, slider range, calendar, calendar range
Label(s): for single field
Title:
ShowRecordsCount: based on facets
Colors: optional, can be used to realize legend
I think that could be useful to use facets so we can use also dataset not built for filtering
A new filter widget has to be created, proposal for interface parameters:
SourceData: is the dataset the filter is built on (e.g. period to be filtered) SourceField: array of field to be used for filtering MappingFieldSourceDestination: { date: "date_sum" } TargetDataset(s): the dataset (model) that receive the filtering (model.queryState.addFilter) ControlType: dropdownlist, multiselect, textbox, legend, slider, slider range, calendar, calendar range Label(s): for single field Title: ShowRecordsCount: based on facets Colors: optional, can be used to realize legend
I think that could be useful to use facets so we can use also dataset not built for filtering