Hi, I have problem - to avoid separately computed aggregates calculated on some level and joining them back I want to use windowing functions which are now implemented by many database vendors. I have tried in AC using expression likemax(@eff_dt , PartitionBy(@col1,@col2,@col3))which parses well but...