Forum Discussion

CarlosAlvear's avatar
CarlosAlvear
Contributor
4 months ago

Data management/ export data / Specific data filters example

Hi there,

I'm looking an example using the "Specific data filters". So far, I can filter the data using the "combinations of data filters" in the previous step as expected, but I need to be more specific on the data combinations to export. Does anyone have used it?

For instance exporting:

  • A#(subsetA1):F#(subsetF1)
  • A#(subsetA2):F#(subsetF2)

and do not exporting:

  • A#(subsetA1):F#(subsetF2)
  • A#(subsetA2):F#(subsetF1)

Thank you

Best regards,

Carlos 

  • Thank you TheJonG 

    I did something similar adding a ".Where()" filter that does work properly when used in the combination of data filter, but not in the specific data filter. Should both filters work the same? or the specific filter can't handle this type of syntax?

    Thank you