Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Totaling Like Portal Rows

Featured Replies

OK, I have a PO system with a line item portal. Pretty standard, from my understanding. The portal records are related by Purchase Request #, so the recid of the purchase request is auto-entered into the line item, hence the record in the line items database. I have a line item total, now I just need to total all the line items with like por#'s. I really have no idea where to start with this. Please help! Thanks!

create a new TO (table occurence) and use your foreign key PO# as the key field. Lets call this new TO to be called "LikePO". In your line items table, create a field called "LikePOtotal" = sum(LikePO::LineTotal) where "LineTotal" is your total for the line item ie, Quantity * Cost.

A new TO is unnecessary here. Using the existing structure, you can add a Sum() calc to the PO table that totals the related line items:

Define in the PO table:

PO Total (calculation, number result) = sum ( Line Item::Line Total )

This type of calc is good for viewing the total on the screen, like underneath the PO lines portal.

For printouts, it's usually better to print from the line items table using sub-summary parts. In this case, use a summary total field to total the line items in the found set:

Define in the Line Item table:

Total (summary) = total of Line Total

Placing this field on a 'Sub-Summary by PO#' part will give the total once for the PO.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.