For years I've been fighting with a Median solution.
I'm now trying to get this to work using the orders table in the Northwind database so I can understand it and see if I can convert it to my database fields.
This is showing and error (comma) in the code when I run the report.
I can't figure it out . . .
Thanks . . . Rick
I'm now trying to get this to work using the orders table in the Northwind database so I can understand it and see if I can convert it to my database fields.
This is showing and error (comma) in the code when I run the report.
Code:
Arg1=Val(IIf([Position]=([Half]+[Odd]),[Freight],0))
Thanks . . . Rick