Hi,
I have a View that groups and sums up totals.
This View is then nested within in another View and used (it needs to
be done like this). What i need to do is to be able to vary the
records in the nested query by specifying dates. These would somehow
need to be passed to the nested query.
I've looked into stored procedures/functions but am still stumped on
how to do this.
Can anyone help?
I have a View that groups and sums up totals.
This View is then nested within in another View and used (it needs to
be done like this). What i need to do is to be able to vary the
records in the nested query by specifying dates. These would somehow
need to be passed to the nested query.
I've looked into stored procedures/functions but am still stumped on
how to do this.
Can anyone help?
Comment