Book a Demo

Author Topic: Transformation. Condition in list construction.  (Read 2826 times)

novikovigor

  • EA User
  • **
  • Posts: 46
  • Karma: +0/-0
    • View Profile
Transformation. Condition in list construction.
« on: October 05, 2013, 12:48:35 am »
Hello! I'm using next construction:
Code: [Select]
%list="Attribute" @separator="\n" @indent="  " FIND(attTag:"helga", "olga")  == "-1"%But it causes an exception. I guess it's related to using FIND-function in condition part of list.

I often use conditions in list construction and every time it works well. But now I need to exclude from list attributes that have "olga"-substring in "helga"-tagged value. How can I do this?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Transformation. Condition in list construction
« Reply #1 on: October 14, 2013, 09:40:49 am »
Unfortunately it's not possible.

novikovigor

  • EA User
  • **
  • Posts: 46
  • Karma: +0/-0
    • View Profile
Re: Transformation. Condition in list construction
« Reply #2 on: October 14, 2013, 01:44:53 pm »
Thanks!