Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
NetSales: IIf([SOTransDate] Between 1/1/2004 And 12/31/2004 And [ML_UDF_IMH_RELEASEDATE] Like "*04",[SOExtChargeAmount],0)
NetSales: Sum(IIf([SOTransDate] Between #1/1/2004# And #12/31/2004# And Format([ML_UDF_IMH_RELEASEDATE],"yy")="04",[SOExtChargeAmount],0))
NetSales: Sum(IIf([SOTransDate] Between #1/1/2004# And #12/31/2004# And Year[ML_UDF_IMH_RELEASEDATE])=2004,[SOExtChargeAmount],0))
NetSales: Sum(Abs([SOTransDate] Between #1/1/2004# And #12/31/2004# And Year([ML_UDF_IMH_RELEASEDATE])=2004)*[SOExtChargeAmount])
Year[COLOR=red]([/color][ML_UDF_IMH_RELEASEDATE])=2004