I have a table (Eg.: Table A) with which basically consists of NAME / DATE / WEIGHT / …
other table (Eg.: Table B) does a relation where it basicalle matches the NAME (based on ID, not important here as this is working fine)
Based on that relation I also introduced a Lookup Column who get the WEIGHTS for that NAME. There can be Multiple results. Then I have a Single Value Column which only shows the last value of the WIEGHTS .
There is my issue.It returns idd the latest value, but I wanted this to be based on the Sorted dates in Table A. (These are in a random order. and I want to have the most current weight )
How can I introduce that sort on the Lookup Weights Lookup Column ?