Skip to main content
Contributor
August 19, 2024

Data management/ export data / Specific data filters example

  • August 19, 2024
  • 2 replies
  • 0 views

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 

2 replies

OneStream Employee
August 19, 2024

I think something like this would work:

TheJonG_0-1724093074237.png

 

Contributor
August 19, 2024

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