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
7 subscribers
Views
4068 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Grid field display using CDT
Dastagiri Dudekula
over 8 years ago
I am trying to display a grid field using a Employee CDT which has nested Skill CDT, association between these two CDTs is one to many. For an instance it's like one employee with multiple skills.
When I am trying to display it says the total count of grid is different from the number of rows to be displayed.
Can anyone help me by providing multiple solutions to solve this issue?
OriginalPostID-240663
Discussion posts and replies are publicly visible
Parents
0
Rama Thummala
Certified Lead Developer
over 8 years ago
@Dastagiri
As a alternate to joinArray(), we could use tostring(
[
]).
Convert the contents of a data cell to text using the tostring function. If there are multiple values, it will create a semicolon-delimited list of the text versions of each individual value.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Rama Thummala
Certified Lead Developer
over 8 years ago
@Dastagiri
As a alternate to joinArray(), we could use tostring(
[
]).
Convert the contents of a data cell to text using the tostring function. If there are multiple values, it will create a semicolon-delimited list of the text versions of each individual value.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data