0
Sorting for a View Element
I have a relation field with multiple records in it and I display it via a view element. Now I want to have some dynamic sorting by name, or by a number, but with the sorting I dont have some luck. Here is the code without the sorting and prepared for it.
let ActiveRecords := (select 'Line-up' where Zeitaufzeichnung.'Aufzeichnungen Meldung' like "recordings");
let ActiveRecordsbyName := ActiveRecords.Name;
let ActiveRecordsbyAmount := ActiveRecords.'Erarbeiteter Wert';
let AZ := ActiveRecords;
let ZA := ActiveRecords;
let Amount_UP := ActiveRecords;
let Amount_DOWN := ActiveRecords;
let WorkingInIt := ActiveRecords;
switch 'Sortierung Produktion' do
case 1:
AZ
case 2:
ZA
case 3:
Amount_UP
case 4:
Amount_DOWN
default:
WorkingInIt
end
27 replies
-
check out great Dashboard Template for what you can do with HTML and Ninox.
Content aside
- 7 hrs agoLast active
- 27Replies
- 81Views
-
5
Following
