How can we make the fields unique in Query Manager in PeopleSoft?

399 views Asked by At

How can we make the fields unique in Query Manager in PeopleSoft ?

2

There are 2 answers

1
4UR3L10 On

Click on the properties of the query Properties

Check Distinct in the Properties Page Check Distinct in the Properties Page

0
jim.marion On

Each record requires unique fields. So for each record within a query, the fields will be unique by definition. If you have multiple records, however, you might have the same field twice. For example, a query with multiple records with descr will have multiple descr fields in the output. By default, they will all share the same label in the output, so the column labels will not be unique (by default). You can change this from the fields tab. Click the Edit button next to the field you would like to change. You will then see a Heading Text and a Unique Field Name. You may change both of them, although the unique field name is already unique across the columns in the query, and is usually the record alias.field, for example, B.DESCR.