Filter a report on a calculated field in that report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report that has a very complicated calculation. The calculation is
not contained in the underlying query. Does anybody know how to filter a
report based on a calculation contained in the report?
 
SHIPP said:
I have a report that has a very complicated calculation. The calculation is
not contained in the underlying query. Does anybody know how to filter a
report based on a calculation contained in the report?


No way to filter the report's data based on values that are
not known until the report is processed. The calculation
must be done in the query, perhaps using a user defined
function?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top