How Do I write in to this expression - sort by alphabetic order?

<<Start: SELECT(GEOFORCE[Newcomputedkey], AND(NOT(CONTAINS([LAST SEEN LOCATION], “Victoria”)), [location] = “59-01”,[VC Item Status] = “ready”,ISNOTBLANK([GPS TAG])) TRUE)>><<[Asset ID]>>

 

The column I need ordered is [Type]

 

Thanks

Solved Solved
0 4 84
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Tiger1 

 

<<Start: ORDERBY(SELECT(GEOFORCE[Newcomputedkey], AND(NOT(CONTAINS([LAST SEEN LOCATION], “Victoria”)), [location] = “59-01”,[VC Item Status] = “ready”,ISNOTBLANK([GPS TAG])) TRUE),[columnName],FALSE)>><<[Asset ID]>>

 

For reference:

ORDERBY() 

Use Start expressions in template (section: Control the record order)

 

View solution in original post

4 REPLIES 4
Top Labels in this Space