What I have right now
What I would like is
a multi row formula tool could do this, the formula for Month for example would be:
if [Month]=[Row-1:Month] then null() else [Month] endif
then repeat that for the Year column. you'll need to make sure your data is sorted the way you want it..
Hi @Aviator0807 ,
Here's one way that you can do it
You form the date field in the first formula tool and then check if the date repeats itself with the previous row, so you only keep the first occurrence.
Hope that helps,
Angelos
@mst3k I tried that but wasnt getting the result I need.
This is what I was getting when I used that.
Hi @Aviator0807,
I would suggest to create an ID for each group of data so that it is easier to follow through.
Assuming that your group is defined by Month and Year,
Hope this helps.
Cheers,
Lelia