=contains(rule!VIOLATION_LIST(),cons!VIOLATION_COMBINATION_CONFLICT_LIPPER)

=contains(rule!VIOLATION_LIST(),cons!VIOLATION_COMBINATION_CONFLICT_LIPPER)

Here I need check a string constant present in the array of String. I am not able to use the contains function.

I have also tried suggested by Tom,

=with(
local!temp: rule!VIOLATION_LIST(),
contains(local!temp, "COMBINATION_CONFLICT_MSTAR")
)

Expression evaluation error at function rule!VIOLATION_LIST [Line 1}, Ru1e violation_list has 1 parameter, but instead passed 0 parameters.

Could you please help me here.. Thanks

OriginalPostID-207344

OriginalPostID-207344

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data