Search results

  1. B

    How to create custom aggregated function

    Hi I’m trying to create my own custom aggregated function: Ex: SELECT Obs_Date, Item, MyAvg(Px) FROM Sales GROUP BY Obs_Date, Item; I know how to create a vba function that will deal with single record… but somehow, I can’t figure how to create one that will deal with...
Back
Top Bottom