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
4 subscribers
Views
1759 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
154540 - no subject - I am trying to use the execute process r
darrinw
over 9 years ago
I am trying to use the execute process report smart service to return a set of data including about some executing processes. I've managed to get it working for most cases then discovered that where the report returns multiple data items in a single cell you can only save the first item in the list. (in my case I have a list of contracts associated with the process - the report shows 4 contracts but my resultant PV only lists the first). Is there a preferred method for storing lists out of a report?
OriginalPostID-154540
Discussion posts and replies are publicly visible
Parents
0
Amitkumar
over 9 years ago
Is your contracts column on report delimited by semicolon? If yes, then system will treat it as an array. If you can do joinarray(pv!reportColumn,",") on your report column and convert it into single value per cell then try executing process report smart service.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Amitkumar
over 9 years ago
Is your contracts column on report delimited by semicolon? If yes, then system will treat it as an array. If you can do joinarray(pv!reportColumn,",") on your report column and convert it into single value per cell then try executing process report smart service.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data