Possibilty of displaying the row in bold for the tasks in Assigned status - Tempo Task Report

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
  • @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.
Reply
  • @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.
Children
No Data