Hi all,
I'm reviewing a dataflow with many conscutive filters node.
The first filter is (dim:N:ABC)
the second one is (dim:N:DEF)
the third is (dim:N:GHI)
ecc
There are 7 consecutive filters nodes.
Is possible to merge all these nodes?
is possible to insert in a filter node a filter logic (example: Filter A & filter B &filter B)?
tks
2 Kommentare
The old syntax is confusing, using SAQL as @Roman Michalik noted is much easier and allows for more complex filter. Example: (('Field_A' == "ABC" && 'Field_B' == "XYZ") || 'Field_C' > 0) && 'Field_D' != "false"