当前位置: 首页 > article >正文

[Admin] Dashboard Filter for Mix Report Types

Background

RevOps team has built a dashboard for sales team to track team members’ performance, but they’re blocked by how to provide a manager view based on sales’ hierarchy. Therefore, they seek for dev team’s help to clear their blocker.

From following pic, you can see there are 3 reports are used in the dashboard, and they mix up different report types, and the primary object for each report type is different, listed below:

  • Conversation - we should use Owner's Direct Manager as report filter
  • Activity - we should use CreatedBy's Direct Manager as report filter
  • Lead - we should use SDR's Direct Manager as report filter

Pain Point: how to use one unified dashboard filter for all report charts.

在这里插入图片描述

Solution

Draft Version (V1)
  1. Maintain manager info on user detail page.
  2. Create formula field for each object to get user’s direct manger info.
  3. Apply filter on dashboard.

It’s easy to get the initial solution as listed above without any exploration (play and run).

However, we will find the formula field (or even the text field) can only be used in the report filter soon.

在这里插入图片描述
NOT in the dashboard filter.

在这里插入图片描述
Inspired by Client Success Manager a lookup field, we may need a lookup data type for that purpose.

The amended solution may like below.

V2
  1. Maintain manager info on user detail page.
  2. Create formula field lookup field for each object.
  3. Setup automation to populate the manager value when record saving with person changed.
  4. Apply filter on dashboard.

As shown in the following pic, it seems we need to add multiple filters rather than the unified one filter onto dashboard.
在这里插入图片描述
After adding the 2 filters for further exploration, and I found it doesn’t make sense since the default filter logic is AND for every reports if we applied 2 filter on dashboard level.

We don’t expect user to apply 1st filter for report 1, and then reset to apply 2nd filter for report 2.
在这里插入图片描述

Final Version (V3)

The same with V2, but the minor change is that we need to select right field for each report charts.
在这里插入图片描述


http://www.kler.cn/a/399051.html

相关文章:

  • 几何合理的分片段感知的3D分子生成 FragGen - 评测
  • Python数据分析NumPy和pandas(三十五、时间序列数据基础)
  • Gin 框架中的路由
  • WEB服务器实现(药品商超)
  • 【C++笔记】C++三大特性之多态
  • PHP代码审计 --MVC模型开发框架rce示例
  • 27.<Spring博客系统③(实现用户退出登录接口+发布博客+删除/编辑博客)>
  • 使用OpenCV(C++)通过鼠标点击操作获取图像的像素坐标和像素值
  • 利用TinyML和IoT技术预测沙漠地区光伏电站清洁方法
  • Java LinkedList 详解
  • Git 搭建远程仓库、在 IDEA 工具中的配置和使用
  • wx小程序turf.js判断点是否位于该多边形内部
  • 跨平台WPF框架Avalonia教程 十一
  • idea 弹窗 delete remote branch origin/develop-deploy
  • MATLAB和Python及R瑞利散射
  • Halcon HImage 与 Qt QImage 的相互转换(修订版)
  • 7z 解压器手机版与解压专家:安卓解压工具对决
  • MIT6.5840 Lab 1: MapReduce(6.824)
  • RHCE-DNS域名解析服务器
  • 第8章 利用CSS制作导航菜单
  • 数字图像处理(c++ opencv):图像分割-基本边缘检测
  • PHP服务器如何开启WSS服务端Websocket
  • uni-app快速入门(七)--组件路由跳转和API路由跳转及参数传递
  • 【Qt 蓝牙服务器实现】
  • Cuda和Pytorch的兼容性
  • 大数据时代的隐私保护:数据治理的新视角