Skip to main content
Solved

Data slice condition "Is from List" in catalog item is coverted to "=" in Monitoring Project and condition is not working

  • August 25, 2025
  • 3 replies
  • 50 views

Satya
Universe Traveller
  • Universe Traveller
  • 6 replies

Hi,

Below are steps to reproduce my issue:

  1. I have created a data slice as below:

     

  1. Added the Data slice to Monitoring project and enabled slice. After Monitoring is run, “is from list” is interpreted as “=” and condition is not applied as expected.
  2. I have tried all below syntaxes to provide list of values to data slice and nothing worked:
    1. {'CASH_IN','CASH_OUT'}
      ('CASH_IN','CASH_OUT')
      (CASH_IN,CASH_OUT)
      CASH_IN,CASH_OUT
      [CASH_IN,CASH_OUT]
      ['CASH_IN','CASH_OUT']
      CASH_IN;CASH_OUT;

Any information regarding this would be helpful. Thanks!

Note: Ataccama V15.4 

Best answer by anna.spakova

Hi ​@Satya 

I think that when you are creating the slice, you have to use the plus button to add another value:

Can you give that a try? I am not sure it supports adding multiple values into one field with separator…

Let me know if that fixed the issue.

Kind regards,

Anna

3 replies

Satya
Universe Traveller
  • Author
  • Universe Traveller
  • 6 replies
  • August 26, 2025

Hi ​@anna.spakova Any help on this!

 


anna.spakova
Ataccamer
Forum|alt.badge.img+3
  • Ataccamer
  • 211 replies
  • Answer
  • August 26, 2025

Hi ​@Satya 

I think that when you are creating the slice, you have to use the plus button to add another value:

Can you give that a try? I am not sure it supports adding multiple values into one field with separator…

Let me know if that fixed the issue.

Kind regards,

Anna


Satya
Universe Traveller
  • Author
  • Universe Traveller
  • 6 replies
  • August 26, 2025

@anna.spakova It worked. Thanks!