I have a value list in my Timesheet table that includes all related values in the last 60 days, so that a user can use this as a quick reference of their recent usage instead of looking up codes every time.
What I'm trying to do now is sort the value list by a second field (Timesheet::Client_Project_dropdown), which is in itself a calculation of company name and project name fields from related tables.
As far as I can tell from error messages, I can't sort the value list by this second field because it can't be indexed, because the calculation is based on related fields.
I know I can make these fields text fields with auto-enter calculations, but they then won't be updated if a client name or project name changes.
What can I do to this second field to make it indexable so that the value list can sort by it?