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
6 replies
Subscribers
4 subscribers
Views
4702 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
Task ID not showing in Tasks Report
rishub
over 7 years ago
Hi All,
I am trying to show the task report in tempo which can be used to reassign the certain tasks to other Users but I can't see the task ID in the report. I am using "
forum.appian.com/.../Task_Report_Tutorial.html"
Task Report Tutorial to create the report. Can anyone guide me how can I show TaskID in the report so that I can use that as ID to select?
Thanks
Rishu
OriginalPostID-251564
Discussion posts and replies are publicly visible
0
Rajasekhar Pamidipati
A Score Level 2
over 7 years ago
Hi Rishub,
Have you used 'tp!id' which will give task id. In that documentation link also they mentioned about it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Poorna Guduri
A Score Level 1
over 7 years ago
@rishu, Does the task report, on which you have applied a!queryProcessAnalytics(), contain the Task Id as a column?? If so, it will be in the result set that comes out of a!queryProcessAnalytics() as data and then you can make use of it in your Tempo Task Report
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 7 years ago
I don't think there isn't a need to add the tp!id(task id) explicitly in the report. If it's a task report, the task ids are already available as identifiers in the PortalReportDataSubset(results of analytics query) and the same can be used if needed.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 7 years ago
*is a need
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rishub
over 7 years ago
@Sikhivahans, When I am looking at data from report, I get field c0-c6,which are represented as Name, Received, Priority, Process, Status, Deadline, Assigned To. Can you please tell how can I add task ID to that?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 7 years ago
@rishub Let's say the result of analytics query is stored in a variable by name report_ds. Then using the index(local!report_ds,"identifiers",{}) as value of the gridTextColumn should list out all the task ids. Use the same if you would like to utilise the task ids in the drill down or for a debugging purpose.
In case if you want to surface these ids to the end users and allow them to sort based on it, you can opt for the approach mentioned by @rajasekharp / @poornah.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel