Solved
Task counter
i have created a task report and showed in my site navignation menu . I want to show a counter icon near tasks label in the tab ? hows it is possible?
i have created a task report and showed in my site navignation menu . I want to show a counter icon near tasks label in the tab ? hows it is possible?
I've done the same with the page name of a site. See the expression below.
"My Tasks (" & a!queryProcessAnalytics(
report: cons!AVM_MY_TASK_REPORT,
query: a!query(
pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 100)
)
).totalCount & ")"
The constant is based on an ootb document active_tasks

You can get more info here: docs.appian.com/.../Task_Report_Tutorial.html
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.