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
10 replies
Subscribers
2 subscribers
Views
3544 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
64480 - no subject - I have two arrays in process model conta
ambrishs
over 12 years ago
I have two arrays in process model containing FirstName and LastName in it. I am reporting on this process model. I want to display Name(FirstName LastName) as single column on report. I am trying to use doForEach to achieve so, but it doesnt appear to be working on report. Any help/suggestion? Thanks....
OriginalPostID-64480
Discussion posts and replies are publicly visible
Parents
0
achaugule
over 12 years ago
You can try with following solution also if u r facing perfomance issue using recursion
1. you can fixed this issue for newer instances by directly doing changes in process model(add new pv fullNameList)
2. For Existing instancess follow following steps.
a.Create pv in existing process using "IFM Manager"smart service with same name(fullNameList).
b.Create one utility process model which will get both firstNameList and lastNameList from existing process using "Get External PV" smart service. create fullnamelist and update the pv fullnameList in existing process using "Set External PV" smart service.
c. this will be one time activity if your firstnamelist and lastnamelist pvs not going to change existing instances.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
achaugule
over 12 years ago
You can try with following solution also if u r facing perfomance issue using recursion
1. you can fixed this issue for newer instances by directly doing changes in process model(add new pv fullNameList)
2. For Existing instancess follow following steps.
a.Create pv in existing process using "IFM Manager"smart service with same name(fullNameList).
b.Create one utility process model which will get both firstNameList and lastNameList from existing process using "Get External PV" smart service. create fullnamelist and update the pv fullnameList in existing process using "Set External PV" smart service.
c. this will be one time activity if your firstnamelist and lastnamelist pvs not going to change existing instances.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data