You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'value' expression assigns the variable $lotA and $lotB but both $interestA and $interestB use $lotA for filtering, this is the same for all the values below.
every
text:$lotA in BT-1375-Procedure,
text:$lotB in BT-1375-Procedure,
date:$interestA in BT-631-Lot[BT-137-Lot == $lotA],
date:$interestB in BT-631-Lot[BT-137-Lot == $lotA]
satisfies ($interestA == $interestB)
The text was updated successfully, but these errors were encountered:
zolomail
changed the title
Are these value expressions correct?
Wrong value for asserts in 'BT-1375-Procedure'
Nov 18, 2024
See :
https://github.com/OP-TED/eForms-SDK/blob/339bd912ffdc63bfa0c3554b6ebccf3f98686736/fields/fields.json#L5827-L5875
The 'value' expression assigns the variable $lotA and $lotB but both $interestA and $interestB use $lotA for filtering, this is the same for all the values below.
The text was updated successfully, but these errors were encountered: