SAP S/4HANA Analytics Path Framework 里过滤器(filter)的使用方法介绍
In APF Configuration Modeler, there is a filter with type Smart Filter Bar automatically generated.
When I change it to “Individually Configured Filters”, it is then possible for me to create filter manually:
Then choose a property for filtering operand ( which will be used in OData filtering operation ) from drop down list:
And below OData request is responsible for rendering the value list in filter.
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.
This is OData request response:
The response is used to render filter drop down list when hyperlink is clicked:
When we deselect Z02 and click OK button:
The filtering OData request is sent to backend to get filtered data. The chart is refreshed accordingly.
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
總結
以上是生活随笔為你收集整理的SAP S/4HANA Analytics Path Framework 里过滤器(filter)的使用方法介绍的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 全球首款8K激光电视!海信100LX 8
- 下一篇: SAP UI5 popup弹出对话框的调