Hello,
I need to sort a field within a gallery. I created a gallery to display fields stored in my collection. I need to place my "NHPNum" field in ascending order. I'm using the below and returning an error.
SortByColumns(Search(HPCollection,varBuilderCase.OpportunityID,"OpportunityID"),NHPNum,Ascending)
"varBuilderCase" is my variable to return the information link to a particular opportunity ID.
My original syntax that is working is :NHPNum
Which of course is just displaying the values for this field. The issue is my list of records in the gallery is not in order. Any suggestions are appreciated. Thanks in advance.