Versions Compared

Key

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

...

Additionally, a new type of gadget has been incorporated: the gadget filter.

This gadget will display a form with the filters defined and serves as a master filter to filter other gadgets.

...

Type filter, we select the type of filter we want to create, it can be a text filter, numerical filter, ... The fields that appear for us to fill in will depend on that choice.


FILTER LAYOUT:

            It has three entries:                       

  • Show filters in modal: checked shows the filter form in a modal window.

...

  • Hide active filters: mark hidden badgets, which indicate which filters are affecting the gadget.

...

  • Hide button clean filters: hides the clean filter button on the form.

As an example, we will now create a simple numerical filter over the year:

...

Giving us this result. Here we can see the badgets where the filter being applied to the gadgets is shown. As previously explained, they can be either shown or hidden from the modal edit filters.

Note:


Info
titleNOTE

In the case of the intervalfilter, two relationships will be created in the datalink with the target gadget, adding the terminations to the filter identifier

identifier + startDate and identifier + endDate, for example if we have a filter gadget with a filter of the intervalfilter type with identifier
timestamp, we will create in the data link two relationships from the gadget source to the gadget target putting as filter identifiers
timestampstartDate and timestampendDate.

...