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
5 replies
Subscribers
2 subscribers
Views
1999 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
164302 - no subject - How to get column data from portalreport
shaoyongw
over 10 years ago
How to get column data from portalreportdatasubset?
How to get row data from portalreportdatasubset?
The portalreportdatasubset is like below:
[startIndex=1, batchSize=25, sort=, totalCount=5, data=[cells=[value=US, drilldown=]; [value=Tokyo, drilldown=]; [value=Hong Kong, drilldown=]; [value=CAN, drilldown=]; [value=AP, drilldown=]]; [cells=[value=64, drilldown=]; [value=0, drilldown=]; [value=0, drilldown=]; [value=1, drilldown=]; [value=4, drilldown=]]; [cells=[value=62, drilldown=]; [value=0, drilldown=]; [value=1, drilldown=]; [value=57, drilldown=]; [value=2, drilldown=]]; [cells=[value=164, drilldown=]; [value=1, drilldown=]; [value=1, drilldown=]; [value=70, drilldown=]; [value=6, drilldown=]]; [cells=[value=164, drilldown=]; [value=1, drilldown=]; [value=1, drilldown=]; [value=70, drilldown=]; [value=6, drilldown=]]; [cells=[value=164, drilldown=]; [value=1, drilldown=]; [value=1, drilldown=]; [value=70, drilldown=]; [value=6, drilldown=]]; [cell...
OriginalPostID-164302
Discussion posts and replies are publicly visible
0
shaoyongw
over 10 years ago
...s=[value=164, drilldown=]; [value=1, drilldown=]; [value=1, drilldown=]; [value=70, drilldown=]; [value=6, drilldown=]]; [cells=[value=164, drilldown=]; [value=1, drilldown=]; [value=1, drilldown=]; [value=70, drilldown=]; [value=6, drilldown=]]; [cells=[value=164, drilldown=]; [value=1, drilldown=]; [value=1, drilldown=]; [value=70, drilldown=]; [value=6, drilldown=]], identifiers=4530; 11779; 536884542; 4711; 5121, report=[name=Region Status, description=Total Active Contracts by Contract Analyst (Aggregated)], columns=[label=Region, field=3, alignment=LEFT]; [label=Cancelled, field=5, alignment=RIGHT]; [label=Not Started, field=6, alignment=RIGHT]; [label=On Hold, field=7, alignment=RIGHT]; [label=Under Review, field=8, alignment=RIGHT]; [label=Awaiting Final Approval, field=9, alignment=RIGHT]; [label=Sent to Relationship Manager, field=10, alignment=RIGHT]; [label=Contract Signed by Client, field=11, alignment=RIGHT]; [label=Completed, field=12, alignment=RIGHT...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
shaoyongw
over 10 years ago
...]]
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 10 years ago
@shaoyongw Hi, did you go through the documentation of this plugin? If not please find attached the documentation. This explains how you can obtain a column. If you want to get a row, you can be able to do it merging a cell from each column(using looping functions).
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 10 years ago
@shaoyongw If you are on Appian 7.8 or 7.8+, I would like suggest to make use of a!queryProcessAnalytics(), as getportalreportdatasubset() is deprecated.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Jacob Cohen - Project Leader - Macedon Technologies
over 10 years ago
The older version documentation has some good examples as well, you can find it here:
forum.appian.com/.../Task_Report_Tutorial
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel