jschill2628
Programmer
I am trying to exclude a location from the criteria is the loss date is greater then a certain date, but there is something wrong with my formula.
else if {?MBO Inclusion Options} = "2" then not ({CHILOC_MBO.LOCATION} in ["NJDN", "MDTO"])
and if {CHILOC.LOCC} = "4623B" and {CHICLAIM.LOSS_DT} > Date (2013, 07, 01) then {CHICLAIM.CLAIM} = "0"
and if {CHILOC_MBO.LOCATION} = "TXSL" and {CHICLAIM.LOSS_DT} > Date (2013, 10, 01) then {CHICLAIM.CLAIM} = "0"
I am on crystal 10
Thanks in advance!
else if {?MBO Inclusion Options} = "2" then not ({CHILOC_MBO.LOCATION} in ["NJDN", "MDTO"])
and if {CHILOC.LOCC} = "4623B" and {CHICLAIM.LOSS_DT} > Date (2013, 07, 01) then {CHICLAIM.CLAIM} = "0"
and if {CHILOC_MBO.LOCATION} = "TXSL" and {CHICLAIM.LOSS_DT} > Date (2013, 10, 01) then {CHICLAIM.CLAIM} = "0"
I am on crystal 10
Thanks in advance!