Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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
Solved! Go to Solution.
If anyone ever comes across this, here is my workaround.
Very often I use the DataTableEditor Mashup as it is the default for DataTables. I created a new ThingTemplate (let's say DataTableExt) deriving from DataTable and also a copy of DataTableEditor (DataTableEditorExt).
Unfortunately I cannot attach the entities since they contain company related names. But I am happy to answer questions if there will ever be one.
Regards
Benny