IFS 8 SP1
Page: Purchase Order Receipt
Category: Advanced Search Function - SQL
Hi all,
This is my first post on these forums, so please guide me if I’m posting at the wrong area.
Lets say I’m search all deliveries received in >2020. This is thousands of results.
Is there a way to get a list with UNIQUE PART_NO values, where only the first delivery (ACTUAL_DELIVERY_DATE) of the unique part numbers are listed?
I’ve tried:
ARRIVAL_DATE > to_date( '20200101000000', 'YYYYMMDDHH24:MI:SS' ) and
UNIQUE (PART_NO)