J
Jeff Harbin
Is there a way to create a global variable that would be accessible from
any report or module in a database?
What I want to do is create 2 variables that would define a time frame
that I would use to calculate User defined functions on a bunch of data
that would be bracketed by the two variable which would be Dates/Times
and would change depending on what the user entered.
I've tried filtering the data and putting the calculations in the footer
section for the grouped data but it's still calculating the functions on
the entirety of the data and not the subset which is defined in the
OpenReport function where clause.
The User defined functions use a lot of D functions (DStDev, DAvg, DSum,
etc) and I need to include the date ranges into these functions to get
the right subset.
Thanks
Jeff
any report or module in a database?
What I want to do is create 2 variables that would define a time frame
that I would use to calculate User defined functions on a bunch of data
that would be bracketed by the two variable which would be Dates/Times
and would change depending on what the user entered.
I've tried filtering the data and putting the calculations in the footer
section for the grouped data but it's still calculating the functions on
the entirety of the data and not the subset which is defined in the
OpenReport function where clause.
The User defined functions use a lot of D functions (DStDev, DAvg, DSum,
etc) and I need to include the date ranges into these functions to get
the right subset.
Thanks
Jeff