Skip to main content

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 件のコメント
  1. 2020年11月18日 15:31
    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"
0/9000