h_lee Posted February 17, 2009 Posted February 17, 2009 (edited) Hello, I'm trying to create a database for issue tracking and i can't seem to get subtotals to end up the way i want them too. I'm trying to create lists/records associated with a specific number but it ends up adding them together. example: I have 4 & 5. 4 has 3 journals w/ decimal-time associated with it, 5 has 2 with decimal-time on it. Instead of grouping times for 4's together it subtotals everything together. sql statement should look some what like this select id#, sum(amountoftime), date from table workdone where id# = "4" I believe FMP uses C#, but my C# is newb to non-existent. Sorry if this doesn't make sense, but i'm pretty new to everything in general. Thanks for the help ahead of time. Edited February 17, 2009 by Guest
mr_vodka Posted February 17, 2009 Posted February 17, 2009 Create a subsummary report grouped by whatever field that 4, 5 are entered into. You will need to sort by this field. If you use the wizard to create the report, it will prompt you to create a script.
h_lee Posted February 17, 2009 Author Posted February 17, 2009 Thanks a bunch it works the way i wanted it to now. The only thing that's not working right is the totals for a month. I'm trying things sorted my months, is this possible?
mr_vodka Posted February 17, 2009 Posted February 17, 2009 Yes just add another subsummary part that is grouped and sorted by the month.
Recommended Posts
This topic is 5817 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