最近搜索
没有最近搜索

Wido
已加入2021年4月16日
·
最后活动2021年10月22日
关注
0
关注者
0
活动总数
3
投票
0
订阅
2
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Wido
Wido 进行了评论,
社区评论 Feedback - Reporting and analytics (Explore)
Hi,
I used a calculated attribute to create a data filter for my dashboard. It is not an ideal solution but it beats manually selecting all the names from a very long list of users.
It basically gives me a list of all the active agents. This excludes expired agents whose accounts were converted back to end-users or deleted.
The downside of this method is that you have to do it for every data set and the field names are different for each set. This particular example is from the ticket updates data set.
IF ([Assignee role] = "Agent")
AND ([Assignee status] = "Active")
THEN
[Assignee name]
ENDIF
查看评论 · 已于 2019年10月18日 发布 · Wido
0
关注者
2
投票
0
评论