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.

Conditional formatting based on boolean summary?

Featured Replies

I am not sure of best way to explain this, and i am feeling a bit overwhelmed with the concept of boolean values, but here goes...

I have an 'orders' databse which contains 'order line items'.

suppliers often deliver only part of an order. I want to conditionally format a parent record (order) for which delivery is incomplete.

So far my thinking is as follows:

in the line items have created a boolean value for 'delivered'. I want a summary field to total the number of items on the order that have been delivered and a summary field to count the order items. So if items delivered - items counted = <0, then the order (parent record) is still PENDING.

I have managed to get the count to work, but not the total of delivered.

Any suggestions?

I want to conditionally format a parent record (order) for which delivery is incomplete.

Try =

Count ( OrderLineItems::OrderID ) > Count ( OrderLineItems::Delivered )

IMHO, Delivered should be a Date field.

  • Author

Thank you! Such a simple and clean solution. I can see I have lots to learn still.

re the date field - i can see the value in your suggestion. I would like to create a button that automatically enters todays date into it when clicked. is there a shortcut for this?

Make the button:

Set Field [ OrderLineItems::Delivered ; Get (CurrentDate) ]

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.