Jump to content

summarizing two child tables simultaneously


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

Recommended Posts

  • Newbies

I have two child tables that I am trying to summarize into one report and perform calculations upon.

Both are many to one related to the parent. Other than having a copy of the key the parent is not involved in this report.

I want to Summarize(group) the report by the date(month) from one table, and sub-summarize the report by selected listvalue from the other table.

The table/record housing the date contains a number.

The table/record containing the selected listvalue contains a percentage.

In my report, I want to create lines containing calculations involving both number fields (for the moment, the calculated product of the number and percentage).

--------

Is the usual way to create reports composed of related child tables in FileMaker...

create a newcombo table containing all necessary fields together, so that even the wizard can easily create my report?

Then script a loop that steps thru the date records while sub looping thru the sibling table, creating new records in the newcombo table for each match.

Am I being really obtuse and missing a simpler solution?

----------

I have attached a view of the tables in my application.

The [PayableOrderLineItems] contains the date field and the number field to consider is named calc_lineTotal.

The [storeChargeLines] contains the storeCode (selected from valuelist - to summarize by) and the number field PercentOwned.

I want to create a report that is Summarized (grouped by) the month calclulated from DATE_to_applytobudget,

sub-summarized by the storeCode,

With lines that are calculated by multiplying the PercentOwned by the calc_linetotal.

Many thanks to all who respond.

Picture_3.jpg

Link to comment
Share on other sites

This topic is 6523 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.