Cloning in RPAS RDF: expression has measures which are on right hand side without calculating their
Hi,
We have this custom code for cloning and what we see is that one of the cloning expression has some measures which are on the left hand side but they are not getting calculated in the previous scripts (batch) in-effect the measure is appearing and getting calculated after execution of this rule group. I was quite surprised and not sure how's that possible.
For example:
Rule_Grp1
nonfrcst_ind_wk = if(current < wtoday, nonfrcst_ind.OR || cln_nfi, ignore)
in the above expression cln_nfi is appearing on RHS which is getting calculated in the rule-group which is executed after this rule group.