I have a table X in the DSA layer from TX and I can't find the script to get the right output.
There is a field FCL that possible have multiple records with different YearFrom and YearEnd.
FCL YearFrom YearEnd
1 2010 2020
1 2021 2050
2 2010 2050
I need a data selection rules that only imports from the ODX layer the FCL with the highest YeardEnd group by FCL
FCL YearFrom YearEnd
1 2021 2050
2 2010 2050
Is there anyone who has a suggestion. The output from is table is userd as lookup table for another table in the same DSA layer.