17
Views
2
Comments
"Invalid syntax in 'Order By' parameter."
Question
I am trying to use  "List_SortCilumn" but getting error "Invalid syntax in 'Order By' parameter."
Please help..
UserImage.jpg
Cory Creamer
Should it be "List_SortColumn" instead (a simple misspelling)?
UserImage.jpg
Cory Creamer
Actually, mine end up using the following (substitute TableName.Id, {Table} and [columnname] with your values):
List_SortColumn_GetOrderBy(TableName.Id, "{Table}.[columnname]")
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.