Hello Experts, Need a suggestion ,regarding one of the programming logics I need to figure out. There is a dataset named A and in A there is variable named rex, which has values Yes or No and a variable named ram which has a value of r or Null. 1) If in the last THREE days, the value of rex is Yes, then we have to check the following conditions. --Check whether the value of rex was "Yes" in the past SIX days AND value of ram was not equal to "r", - If this condition matches, then the value of ram should be populated as "r", else Null. 2) If not the value of ram stays as null. The jobs runs daily for each day, so the data will check the previous days to match the conditions and populate the values of ram based on it. Please let me know if this makes some sense or if you have more questions around it.
... View more