Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
9 replies
Subscribers
8 subscribers
Views
3995 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hello, In a!queryEntity() sorting is not supported currently, will it
vinitl522
A Score Level 2
over 10 years ago
Hello,
In a!queryEntity() sorting is not supported currently, will it available in future releases.
Regards,
Vinit....
OriginalPostID-135880
OriginalPostID-135880
Discussion posts and replies are publicly visible
0
Stefan Helzle
A Score Level 3
over 10 years ago
Have you checked the query recipes page? There are some examples for sorting.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
vinitl522
A Score Level 2
over 10 years ago
Yes checked, but it does not support for a!queryEntity. Only in query rule sorting is supported
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Stefan Helzle
A Score Level 3
over 10 years ago
The example below contains sort definition in the paginginfo structure.
forum.appian.com/.../Query_Recipes.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
vinitl522
A Score Level 2
over 10 years ago
In this
forum.appian.com/.../Querying_Data_From_an_RDBMS.html
they have mentioned that sorting is not supported
even when i apply sort field, it does not apply when we use a!queryEntity
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tim
Certified Lead Developer
over 10 years ago
What type of field are you sorting on? Can you share your query code. Sorting via pagingInfo is definitely available in a!queryEntity.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aswinb
over 10 years ago
pagingInfo:a!pagingInfo(sort:a!sortInfo(field:"field1", ascending:true))......you can do sorting like this inside a!query()
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aswinb
over 10 years ago
Also you can use the following plugin for sorting purposes:
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
vinitl522
A Score Level 2
over 10 years ago
I have already used a!sortInfo
but it is not working, Also, we cannot apply for multiple columns........THe field which I used inside a!sortInfo, and when in the grid i Click on the column, it is inot sorting.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tim
Certified Lead Developer
over 10 years ago
You are correct that multiple column sorting is not supported. However sorting the results in a!queryEntity is supported using a!pagingInfo. It is likely that you have made some other error in your interface design. I can only suggest reading the documentation again if you are not able to attach your expression
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel