Is it possible to pull the latest date from a related virtual column

Arizno
New Member

I have a โ€œRelated meetingsโ€ virtual column in my table. I want to pull the latest meeting date from the column. Is that possible? I do not need any other info just the latest date.

Solved Solved
0 6 376
1 ACCEPTED SOLUTION

Bahbus
New Member

Try INDEX(SORT([Related Meetings][Meeting Date]), 1) subbing in your columnโ€™s names.

View solution in original post

6 REPLIES 6

Is your โ€œrelated meetingsโ€ column of type list and referring to a second table with a calc like REF_ROWS() or similar? Or, is it something else, i.e. what is the data type for this column?

Yes is it is a ref row and itโ€™s a date time data type.

Bahbus
New Member

Try INDEX(SORT([Related Meetings][Meeting Date]), 1) subbing in your columnโ€™s names.

IT WORKED! Many thank yous Happy New Year

Arizno
New Member

One question, the date time shows the seconds. Is there a way to remove them easily.

You can find an option under the columnโ€™s definition. Itโ€™s called โ€œIgnore secondsโ€.

Top Labels in this Space