cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Translate the entire conversation x

Options for column sorting missing from QML report definition

avillanueva
23-Emerald I

Options for column sorting missing from QML report definition

I have long wondered this question and figured someone out there might know. I have a QML report that looks fairly simple. Even though I have a bunch of selected columns in my output, you are not able to apply sorting on all of them. In this case, I am reporting all Suppliers but the Supplier name is not available to be the default sort. What gives here?

avillanueva_0-1759759737149.png

It even shows a blank column which is strange. 

avillanueva_1-1759759789387.png

 

ACCEPTED SOLUTION

Accepted Solutions

I think it's because those are "Objects". You can't enter specify criteria for an Object when you run the search. It can't be be sorted either. The query is finding Objects, then there's an additional step to render that as a String for the actual results.

 

Usually when you are reporting on an Object, you can find the underlying column you want by navigating the links. I don't have a consistent solution for Supplier Name, but you can try one of these:

  • Principal.Name
    joe_morton_0-1759760814628.png
  • Organization.Name
    joe_morton_1-1759761086243.png

     

 

View solution in original post

3 REPLIES 3

As far as I know, and from what I've seen in the ones I've done, only “Column” attributes can be sorted, not “Object” attributes.

 

 

Marco

I think it's because those are "Objects". You can't enter specify criteria for an Object when you run the search. It can't be be sorted either. The query is finding Objects, then there's an additional step to render that as a String for the actual results.

 

Usually when you are reporting on an Object, you can find the underlying column you want by navigating the links. I don't have a consistent solution for Supplier Name, but you can try one of these:

  • Principal.Name
    joe_morton_0-1759760814628.png
  • Organization.Name
    joe_morton_1-1759761086243.png

     

 

Thanks, that makes sense, I changed how it was called out and it sorts now.

avillanueva_0-1759770772442.png

 

Announcements

Top Tags