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
2 replies
Subscribers
4 subscribers
Views
2248 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
Possibilty of displaying the row in bold for the tasks in Assigned status - Tempo Task Report
meenakshir
over 8 years ago
We are in the process of migrating Portal My task report to a Tempo task report using queryprocessanalytics. We are in 7.8 version and are able to successfully display the tasks with filters/links etc.,
Is it possible to display in Tempo the tasks that are in "Assigned" state in bold(the whole row) like how it is displayed in portal report?
Thanks,
Meena
OriginalPostID-239337
Discussion posts and replies are publicly visible
Parents
0
sikhivahans
over 8 years ago
@meenakshir You can mimic the functionality by using the editable grid. In editable grid you can use Rich Text Component conditionally(that is when status = Assigned) on all the column to format the contents as desired. But you need to remember that Editable Grid lacks sorting, paging(off course you can add this functionality but this needs investment of time) and depending on your code(if it's a monster interface) and length of dataset, Editable Grid and Rich Text when used together may hamper the performance of the interface.
IMO visual indicator(as suggested by @stefanh above) along with paging grid is the best as you can paginate and sort.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 8 years ago
@meenakshir You can mimic the functionality by using the editable grid. In editable grid you can use Rich Text Component conditionally(that is when status = Assigned) on all the column to format the contents as desired. But you need to remember that Editable Grid lacks sorting, paging(off course you can add this functionality but this needs investment of time) and depending on your code(if it's a monster interface) and length of dataset, Editable Grid and Rich Text when used together may hamper the performance of the interface.
IMO visual indicator(as suggested by @stefanh above) along with paging grid is the best as you can paginate and sort.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data