@Hegedus wrote:
Can I do this only using the formula editor?
Sure. Find the row with max value for column X1 and return the corresponding value for X2:
:X2[Current Data Table() << Get Rows Where( Col Maximum( :X1 ) == :X1 )]
You can copy that right into the formula editor and it will work.
-- Cameron Willden