Nested filter with data filter widget
Dear community,
I am uncertain about the capabilities of the data filter widget. The "ShowAdvancedOptions" flag lets me choose between "And" and "Or" but only on top level, no nested filters possible.

In this example I would like to query
Timestamp greater than <date> AND
(
EventId = 40 OR
EventId = 99
)
I know that this is possible using code but having this option also available for the widget would be very convenient.
If this is not possible, what is the best workaround?
Used version is 8.4.4 if that is important by any means.
Thank you
Benny

