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
11 replies
Subscribers
9 subscribers
Views
6142 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Sorting functionality
pavanik
Certified Senior Developer
over 8 years ago
Hi,
I have created a paging grid with some columns.
For Ex: Employee Id , Experience and Department.
Requirement is like sorting based on Employee Id and Experience. So In department the logic is
a!gridTextColumn(
label: "Department",
field: "noSort",
data: index(
local!dataForCurrentPage,
"department",
null
)
),
I faced following error when I click on department column.
Could not display interface. Please check definition and inputs.
Interface Definition: Expression evaluation error: An error occurred while executing a save: Expression evaluation error in rule 'kp_ial_fetchfiltereddata' at function a!queryEntity: The field [noSort] does not exist.
Any suggestions to get this to work?
Thanks in advance
OriginalPostID-260398
Discussion posts and replies are publicly visible
Parents
0
Chris
over 8 years ago
Hi pavanik, if you do not want to sort on the department field, simply remove the 'field' parameter of a!gridTextColumn, only include 'label' and 'data' parameters.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Chris
over 8 years ago
Hi pavanik, if you do not want to sort on the department field, simply remove the 'field' parameter of a!gridTextColumn, only include 'label' and 'data' parameters.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data