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
+1
person also asked this
people also asked this
Replies
12 replies
Subscribers
10 subscribers
Views
11451 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
filter is not working on task report data
Rama Thummala
Certified Lead Developer
over 8 years ago
I am trying to use work with below snippet, the filter is no applying on process analytics.
With or with out filter is giving me the same result.Here filed "c8" contains Assigned To values for the task(i.e user(s) /group(s)).
Here I am trying retrieve the tasks assigned to particular group /(user),but it is fetching all the tasks.
a!queryProcessAnalytics(
report:cons!TASK_REPORT,
query:a!query(
filter:a!queryFilter(field:"c8",operator:"includes",value:togroup(876)),
pagingInfo:topagingInfo(1,-1)
)
)
OriginalPostID-244965
Discussion posts and replies are publicly visible
Top Replies
Mihai Roman
over 8 years ago
+1
The Assigned To is a list of User or Group. Using "=" will not match a task that is assigned to group 876 and something else. Try to change column c8 to be of type list of String (using touniformstring…
Parents
0
vijay
over 8 years ago
Hi @Rama,Can you check by using "=" operator in query filter. That might resolve thus.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
vijay
over 8 years ago
Hi @Rama,Can you check by using "=" operator in query filter. That might resolve thus.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data