Last updated 2 years ago
In the , only distinct rows are kept.
To keep all rows and sort them by type in ascendant order, add the reserved iterator i. Separate multiple iterators with a comma ,.
type
i
,
{d[type , i ].brand}
{d[type+1, i+1].brand}
Tesla
Toyota
Airbus
Boeing
[ { type: "car", brand: "Tesla" }, { type: "plane", brand: "Airbus" }, { type: "plane", brand: "Boeing" java}, { type: "car", brand: "Toyota" } ];