Sorting as referanced Column

Jonathan_S
Participant V

Guys,

I know how to sort Columns, Just having trouble with referanced Columns. Looked for documentation as well,

I have a company Column, which is just pure referance, and than I have a visitor column which has a formula,

Company Name

Visitor Name
Formula is just filtering out all visitors that are not of the selected company, as well as not allowing visitors to be choosen that are already signed IN/have not signed out.

Iโ€™m trying to get them sorted alphabetically. A-Z.

Solved Solved
0 3 196
1 ACCEPTED SOLUTION

Bahbus
Participant V

Should just be able to use ORDERBY() no?

ORDERBY(YourSelectExpression, [Company Name])

(or whatever other column is the label to sort by)

View solution in original post

3 REPLIES 3

Bahbus
Participant V

Should just be able to use ORDERBY() no?

ORDERBY(YourSelectExpression, [Company Name])

(or whatever other column is the label to sort by)

My *** whats wrong with me.

Top Labels in this Space