前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >How to use filter in Analytics Path Framework

How to use filter in Analytics Path Framework

作者头像
Jerry Wang
发布2019-06-15 18:13:31
3670
发布2019-06-15 18:13:31
举报

In APF Configuration Modeler, there is a filter with type Smart Filter Bar automatically generated.

clipboard1
clipboard1

When I change it to “Individually Configured Filters”, it is then possible for me to create filter manually:

clipboard2
clipboard2

Then choose a property for filtering operand ( which will be used in OData filtering operation ) from drop down list:

clipboard3
clipboard3

And below OData request is responsible for rendering the value list in filter.

clipboard4
clipboard4

Let’s observe the roundtrip in the runtime. Once we click execute button, the OData request maintained in above screenshot is called to retrieve the product id list, which will be used to render the drop down list of filter.

clipboard5
clipboard5

This is OData request response:

clipboard6
clipboard6

The response is used to render filter drop down list when hyperlink is clicked:

clipboard7
clipboard7

When we deselect Z02 and click OK button:

clipboard8
clipboard8

The filtering OData request is sent to backend to get filtered data. The chart is refreshed accordingly.

clipboard9
clipboard9

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019年06月14日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档