we have .dsl file with below entry
[condition][]residence duration >\= {value}=FamilyMember(basicInfo.permanentResidenceDuration >= {value})
Now this basicInfo.permanentResidenceDuration is coming out to be null in beginning. Can anyboy help me out how to write the state which satisfy the following condition. If basicInfo.permanentResidenceDuration == null assign 0 else the value of basicInfo.permanentResidenceDuration
Not sure I understand what you need, but why not simply do something like this?