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)