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.

Find Duplicates finds non duplicate values

Featured Replies

Hi All, I am trying to find duplicate records based on two fields so my fine criteria are:

QItemSerial !

Type 1

It is finding duplicates but also finding records that are not. What am I doing wrong. The screen shot below has the records sorted by QItemSerial

Screenshot 2019-09-08 at 12.04.29.png

The way your find works is this: first, it finds records with duplicate values in the QItemSerial field. Next, it finds records with duplicate values in the Type field. Finally, it returns the intersection of the two sets. So for example, if you had 3 records in a table:

Field A

Field B

A 1
A 2
B 2

your find would return a found set of one record:

A 2

because that's the only record that has a duplicate value in both fields.

If you want to find record that have matching values in both fields, you will need to define a calculation field that combines the two fields, e.g. (result is Text) =

 QItemSerial & "|" & Type

then search for duplicates in this field.

 

Edited by comment

  • Author

Thank you comment, that solves it

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.