Jump to content
  • 0

Structure Advice


aam82

Question

I have two kinds of Budget items.

table 1: Budget

child table 1: Services

child table 2: Check Requests

 

When I report on Budget items, I want to see Services and Check Requests on separate rows in the same View, like this:

 

budget#  -  service#  -  checkrequest#  -  amount

 

22  -  15  -  NULL  -  $50

22  -  NULL  -  7  -  $50

 

Budget1 Total=$100

 

Should I combine child tables 1 and 2? Or is there a way to join them to Budgets so that they can appear on separate rows, as in above?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I realized I left out an important point: my 2 kinds of budget items are pretty different. several fields that pertain to one, don't pertain to the other, and I left those out of my example. But in the end, I want each one to have a line on the Budget report.

Link to comment
Share on other sites

  • 0

Hello aam82,

 

Could you unite fields of "Services" and "Check Requests" in one table? It seems, it is the easiest way.

You can use the same DataSource for "Services" and "Check Requests" Submission Forms, but use only "its" fields.

Link to comment
Share on other sites

  • 0

You can also call the other values using the connected ID(foreign key) and you can get the overall total using a calculated field or/and Totals and Aggregation.

Check this documentation for further details:

https://howto.caspio.com/datapages/reports/advanced-reporting/calculations-in-forms-and-reports/

https://howto.caspio.com/datapages/reports/advanced-reporting/totals-and-aggregations/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...