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.

Featured Replies

Hi All,

I'm trying to see if Filemaker would be able to move a field in a row and move it to a specific column/field.  In my sample i have many rows per each sales order.  I would like to create 1 row with all the items sent to a new field.

 

the goa is to have 1 row with all the items, but items under multiple columns/fields.  I attached a sample, i'm hoping someone might be able to point me in the right direction.  not sure if its a hard or something simple.

Thanks in advance.

Field Sales.fmp12

2016-07-01_6-37-19.jpg

29 minutes ago, Nestor said:

the goa is to have 1 row with all the items, but items under multiple columns/fields

That is the wrong goal. You should aim at having a record for each distinct order in a SalesOrders table, and a related record for each individual item in a LineItems table.

 

Edited by comment

  • Author

We have this in place, the reason why i'm tryin to put all the items under one row is because i'm trying to print a label and a content label using bartender.  Currently due to the software limitations this is the only format i can make it work to come up with what we need.

If that's really the case, then use calculation fields (defined in the SalesOrders table) to get the related items IDs. A single repeating calculation field =

GetValue ( List ( LineItems::ItemID ) ; Get ( CalculationRepetitionNumber ) )

should give you everything you need, I think. Of course, the number of line items will be hard-limited by the number of repetitions.

  • Author

Thanks!!

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.