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
2 replies
Subscribers
7 subscribers
Views
1441 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi All, I have a grid that has a record link acting on one of the fie
aswinb
over 11 years ago
Hi All,
I have a grid that has a record link acting on one of the fields inside the grid. I am passing in an identifier from the datasubset called PendingCompanyID. The table in the database currently does not have any values. But I have null checks everywhere esp the whole grid won't be shown if there is no value inside the datasubset. But I am getting an error called "Cannot index property 'PendingCompanyID' of type text into List of Type variant". the property PendingCompanyID is of type integer actually inside the CDT as well as inside the database. I don't know why it is being referred here as of type text. Can anybody help me with solving this issue. I am attaching the whole code. Please take a look at it.
thanks,...
CompanySearch_Profile.txt
OriginalPostID-107217
OriginalPostID-107217
Discussion posts and replies are publicly visible
Parents
0
revat.anandsongkit
Appian Employee
over 11 years ago
Seems like your totalCount parameter might be an issue. Instead of using the length() function, try local!dataSubset.totalCount
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
revat.anandsongkit
Appian Employee
over 11 years ago
Seems like your totalCount parameter might be an issue. Instead of using the length() function, try local!dataSubset.totalCount
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data