Sort Lookup Column by Number

Hi there!

I’m trying to sort a lookup column by number. The “associated key results” column is a lookup from another table and it should be sorted by number. This is the formula I currently have: [Key Results (Canto)]
.Filter([Associated Objective]=thisRow)
.bulletedlist()

I’ve tried to filter using the table’s menu but have been unsuccessful. Please let me know if you’ve ever dealt with something similar to this!

Hi @Joel_Banos :wave: :grin: ! And welcome to the Community :grin: :tada: !

What happens if you try :
[Key Results (Canto)].Filter([Associated Objective]=thisRow).Sort().bulletedlist()

? :blush:

1 Like

:astonished: This worked! Thank you so much. I need to step up my formula game.

1 Like