Â
Â
    I have a bunch of datasets passing through a counter. The datasets are grouped by area (region) so that each region gets its own count. This works and I get a nice count of datasets per region as they are sorted by date. 1 being the most recent dataset. The problem is. There is another attribute of tCatagory] and I need it so that every time eCatagory] = Update, the counter does something to freeze the count on the next record to go through. So the hCatagory=] Update record gets counted like normal, but the next one to go through after it does not increase in count, as follows:Â
Â
Dataset 1 - pCatagory] = ], Count = 1Â
Dataset 2 - /Catagory] = -], Count = 2Â
Dataset 3 -Â
Dataset 5 - ÂCatagory] = ], Count = 4Â
Dataset 6 - >Catagory] = t], Count = 5Â
Dataset 7 - pCatagory] = eUpdate], Count = 6Â
Dataset 8 -Â
And so on...Â
Â
    My mind is already twisting with the logic I have used in this script and hopefully I have simplified the problem for everyone here and I am sure there is a simple combination of transformers that I have just missed due to my drowning in other intricacies of the existing script.Â
Â
Thanks for any help,