Multiple orderby

Hello, what's the best way (sintax) to have 2 or more order by in my query?

Example:

 

dataString='/data/v1/reserve?filter=Planner='+ pcFilter + '&orderby=PartNumber, LotNumber'

I currently have it only with the PartNumber, but I want to do it with those 2 fields.

 

Thanks in advance.

Best Answer

  • zcameron
    zcameron Admin
    Answer ✓

    A comma separated list of fields is correct. You don't need the space, however. 

Answers

This discussion has been closed.