chrisonmaui Posted November 7, 2003 Posted November 7, 2003 Hi, I'm struggling a bit with the reporting capabilities of filemaker. Here's what I want to do: we have 10 files each for a different kind of test report. each report has the name of the person who took the report in a field and the site of the report. I want to get a summaries for date ranges for all report kinds. So I want a report containing Start Date: 01-01-02 End Date: 01-01-03 Test: one Site Reporter | A | B | C | ---------------------------------------------- Site A | 10 | 4 | 2 | ---------------------------------------------- Site B | 1 | 2 | 4 | ---------------------------------------------- Site C | 0 | 10 | 1 | ---------------------------------------------- Test: two Site Reporter | A | B | C | ---------------------------------------------- Site A | 10 | 4 | 2 | ---------------------------------------------- Site B | 1 | 2 | 4 | ---------------------------------------------- Site C | 0 | 10 | 1 | ---------------------------------------------- and so on for the ten different test types. Using SQL i would do it like this: Select count(testID) from testone.fp5 where TestDate > startDate AND TestDate < enddate AND Reporter=A; so how to do it in FM? hope this is clear. C.s.
Recommended Posts
This topic is 7687 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now