Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5817 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (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 by Guest
Posted

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.

Posted

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?

Posted

Yes just add another subsummary part that is grouped and sorted by the month.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.