I want to create a group change in a transformation that comprase the data of the current record with the previous one. Exp.:if currentRec.Groupname!= prevRec.Groupname return currentRec.Groupname ...
Hello All, I want to Use webpart With transformation in if else condition using transformation. like this if(condition){ webpart1 } else{ webpart2 } can any one help me???