Sorting of attachments

Hi Guys,

Within a document i have several attachments and i have to sort theses attachments such that the most recent one is on top.I tried using sorting on the result i got using “AttachmentModifiedTimes” formula and appended it with “AttachmentNames”,however it does not seem to work.

The date time gets sorted acending or decending but the attachmets remain as they are with the recent one lying in the bottom of the list.

Please do let me know incase you guys have some ideas regarding this! Thanks in advance!

Subject: sorting of attachments

Hmm. If you absolutely needed these in the same order on the document, then remove them all and put them back on in that order you want.

Another thought. If you hide the attachments on the document using the $V2AttachmentOptions field set to “0” you can then create another way to display the attachments in the order you want.

One example would be to take the values from @AttachmentModifiedTimes values and sort them in a computed text value. Over the web its easy:

Attach Name

Similar stuff can be done behind a button sitting besides a display list of the attachments if using a notes client.

Enjoy!

Tim