I'm creating a quoting system for my business. I have a parent table with 100s of parent items and a child table with 100s of child items. Each parent item can have 1 to 30 child records so this allows my users to create a nearly unique item from millions of potential permutations. The problem is each parent has a price and the children all have their prices. How do I use the Aggregation in the datapage when the prices are in 2 different columns?
One View combines the Parent table with the Child table and I'm using a Tabular Report Datapage to display all the line items for one Quote ID. The view has a field for Parent Prices and a field for Child Prices but the view displays them each in their own field. A quoting system should display the TOTAL price at the bottom but I can't if the prices are in 2 different columns on the Datapage. Do I have to create Triggers to write the two tables to ONE common table where the prices are in the same column?
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.
Question
JohnNuttDesk
Hi Hi,
I'm creating a quoting system for my business. I have a parent table with 100s of parent items and a child table with 100s of child items. Each parent item can have 1 to 30 child records so this allows my users to create a nearly unique item from millions of potential permutations. The problem is each parent has a price and the children all have their prices. How do I use the Aggregation in the datapage when the prices are in 2 different columns?
One View combines the Parent table with the Child table and I'm using a Tabular Report Datapage to display all the line items for one Quote ID. The view has a field for Parent Prices and a field for Child Prices but the view displays them each in their own field. A quoting system should display the TOTAL price at the bottom but I can't if the prices are in 2 different columns on the Datapage. Do I have to create Triggers to write the two tables to ONE common table where the prices are in the same column?
Thank you.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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.