My application have a table that have 3 columns to be used in View:
In View, all 10 rows will share a column using show multiple values as separate entries and @Trim.
I want to sort Expired By column in ascending order, but when I did that and refresh my view, it seem to have undone the @trim
Is @Trim not compatible with sort functions?






Change your "Expired On" column formula to
It adds
certendvalues only if relatedcertvalues are not empty. As you want to sort by this column too you have to use it as DateTime and not as Text type.Change order of columns. Only the first of the multivalue columns can be sorted. The following multivalue columns have to be unsorted (sort: "none").