Camunda 8 .DMN query results

I am running this particular DMN with the following input
{
“premiumCoverCode”: “Consequential Loss (02)”,
“sourceSystem”: “OPUS”,
“revsionTable”: “SubCover_InterestInsured_Conloss_IAR_ISD20210801”
}

and I am expecting output row 4 5 6 only but my output is as follows

{“subCover”:“RBI-RSMD”,“IsSelected”:false},
{“subCover”:“RBI-EX04(i)”,“IsSelected”:false},
{“subCover”:“RBI-EX05”,“IsSelected”:false},
{“subCover”:“RBI-EX01(i)”,“IsSelected”:false},
{“subCover”:“RBI-EX02(i)”,“IsSelected”:false},
{“subCover”:“RBI-EX03(i)”,“IsSelected”:false}

Attaching the DMN.
SabCoverAccessConfigVersioning 1.dmn (16.3 KB)

Your first 3 rows match as well, since “Source System” of ANY will match “Source System”: “Opus”

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.