Calculation of strings CFs

Issue #294 resolved
Itamar Ben-Sinai created an issue

Hi, Is it possible to do calculation of %CF="string from select list"X and %CF2="string from select list"Y and %CF3="string from select list"Q = %CF4="string from select list"

Comments (8)

  1. Fidel Castro Armario repo owner

    Sorry Itamar, I don't understand your question. I think that you want to compare the values of certain Select List custom fields with certain options, but I'm not sure.

    Can you please explain it with other words, or give some examples?

  2. Itamar Ben-Sinai reporter

    If %CF value ="string from select list" and %CF2 value ="string from select list" and %CF3 value ="string from select list" then %CF4 value ="string from select list"

  3. Fidel Castro Armario repo owner

    Use "Copy a persed text to a field" post-function with the following configuration:

    1. Target field: CF4
    2. Parsing mode: basic
    3. Text to be parsed: value_for_CF4
    4. Conditional execution: a boolean expression like
    %{aaaaa} = "value_for_CF1" AND %{bbbbb} = "value_for_CF2" AND %{ccccc} = "value_for_CF3"
    

    With aaaaa, bbbbb and ccccc being field codes for CF1, CF2 and CF3 respectively.

  4. Log in to comment