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
4 replies
Subscribers
9 subscribers
Views
1712 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
Hi all, We have created an entity backed record and it works fine.
phanibabuk
over 9 years ago
Hi all,
We have created an entity backed record and it works fine.
However, under the "Records" tab when I select any particular record, there is a search field(Out-of-the-box) and when I enter any two literals with "space" between them viz., "Hello World" and key in enter, it displays an error.
Invalid logical expression. No filter criteria have been given. (APNX-1-4203-023)
More over, it doesn't give any error when any special characters are provided within the search field.
It also searches the record when entered criteria mathces.
The only problem is that when I enter any two strings with space between them it shoots an error.
Any inputs please...
OriginalPostID-169069
OriginalPostID-169069
Discussion posts and replies are publicly visible
0
abhi.jana
Appian Employee
over 9 years ago
Can you provide your list view expression, and also the data types of the fields used in the list view expression title
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
phanibabuk
over 9 years ago
Hi Abhi,
Please find the requested information.
a!listViewItem(title: rf!CaseId,
details : "Case Title : "&rf!CaseTitle&char(10)&"Case Status : "&rf!CaseStatusCode&char(10)&"Created By : "&rule!C_getUserFullName(rf!CreatedBy),
image : cons!RECORD_ICON
)
caseId - Number
caseTitle - Text
caseStatusCode - Text
createdBy - Text
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
narasimhaadityac
A Score Level 2
over 9 years ago
The OOTB Search box will search for values within the items given in the "title".. it looks that the rf!CaseId is a sequence number, looks when you give a string while performing the conversion it is facing issue. Can you please try to convert that value to string or use the Case Title as the primary and verify?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
abhi.jana
Appian Employee
over 9 years ago
That is correct. This is a known issue where there is an integer field in the list view title. Casting to string may not work either. The available options would be to use a String field OR add a String field in addition to the integer field.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel