Hi all.Still looking for some “assistance”…
Basically, an agent will loop an all documents in a view, get me some 10 fields data from other documents in different views.
So I get a section of data
position + country + location + name + …
The first solution is to use different views sorted as “main view” to get documents from. But I am looking for a generic LS-way to do a sort.
I do only want to sort one column but of course re-arrange the other fields accordingly.
So either a sort on
arr[1] = “1, Norway, Oslo, Bo, Cat, red car, dog”
arr[2] = “5, Norway, Trondhem, Stein, Dog, blue car, fish”
arr[3] = “2, Denmark, Copenhagen, Vide, Ferret, MC, ostrich”
Ideally I would like to sort on “col 1” OR sort on “col 2” OR …
I guess that is a bit to complex?