I'm able to do 'aggregation group by' from answers using below syntax,
Max("Date of manufacture" BY "Lot Number") -- Works perfect from answers. i wanted to implement same in RPD to allow user to make use of this column for ad-hoc reporting.
But the word "BY" is not a key word and admin tool is not recognising the above syntax.
Please suggest an alternate solution for this.