Hi there, hope someone can help..
I want to select only one record when using a max of aggregation. e.g. if I have year, item, price and I want to find the most recent price of every item my instinct is to the aggregation to MaxOfYear and GroupByItem but I can't do anything with price. If I use GroupBy it will give me a new record for every change in price so I won't get a unique one record per item result. In theory I would want an option called something like 'passive' so it just gives me which ever record obeys the instructions of the other two aggregations, but this doesn't exist. It seems so simple i feel i must be missing something. I hope this makes sense. I am only working in design mode.
Many thanks
Phil