Hi,
I would like to ask if I could somehow present dashboard filters next to dashboard’s widgets. I suppose that I could create a widget including several fields as filters but I am looking for a generic mechanism that will allow users to apply very easily several filters at the same screen with widgets. Is that possible?
It is possible, you can create widget with data source and filter. If you want to apply filter result to other widgets you need to create your custom event type and fire this event from your widget with filter. Event can be fired in filter handler void setAfterFilterAppliedHandler(AfterFilterAppliedHandler afterFilterAppliedHandler);. Other widgets can be subscribed to this event type to receive filter changes.