How to fill values in rows till the end of an item group?
Hello everyone,How to fill the column Param3 so that we have ones from the matching position (coming from the comparison of column Param1 and Param2) till the end of each item group (see the picture bellow)?What I have now are only values in Param3 based on matching of Param1 and Param2. For that I use this really simple code:For( i = 1, i <= N Rows( dt ), i++,
If( dt:Param1[i] == dt:Param2[i],
...