Forum Discussion

DavidBlockAU's avatar
DavidBlockAU
New Member
6 years ago
Solved

Look up value in different row and return row in Query editor

I have done some searching and found a few posts close to what I'm after, but can't quite get the result I need! In particular, this was real close.    I have a table like this (date format is DDMM...
  • rajulshah's avatar
    6 years ago

    Hello DavidBlockAU,

    You can try the following steps:

    1. Create a duplicate of the table. Go to that duplicate table.

    2. Go to Transform > Group By. Enter JobNo as Grouping, New column name - 'StartDate', Operation - 'Min' & Column - 'TargetDate'. Click on OK.
    3. Go to the original table > Merge Queries. Merge original and duplicate table with JobNo column.

    4. Expand the column and select only 'StartDate. You will have your column.

     

    Hope this helps.