N
NeoFax
I need to write an expression that sums the values of a query based on
the date. Here is the query setup:
Helo#(Dbl) Sample: 14701, 14702, 14703...
Hours(Dbl) Sample: 1351.5, 1345.7, 1292.1,...
8-01(Dbl) Sample: 87.3, 88.5, 99.2...
8-02(Dbl) Sample: 87.5, 100, 100,...
So, I would like to make an expression that sums all of say column
8-06 as this is the current month. How would I go about writing this?
the date. Here is the query setup:
Helo#(Dbl) Sample: 14701, 14702, 14703...
Hours(Dbl) Sample: 1351.5, 1345.7, 1292.1,...
8-01(Dbl) Sample: 87.3, 88.5, 99.2...
8-02(Dbl) Sample: 87.5, 100, 100,...
So, I would like to make an expression that sums all of say column
8-06 as this is the current month. How would I go about writing this?