2020 Jan 23 5:16 PM - edited 2024 Feb 03 6:37 PM
In Analytic Designer, I want to show all chart entries that start with the letter a.
I am using an SAC model based on a SAC data source to populate the chart.
Request clarification before answering.
I figured out a way to do this with Live Data Connection for HANA. Please read my blog:Wildcards in HANA Parameters in SAP Analytic Designer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is not possibility to achieve this with setDimensionFilter directly. If the list of members is not too big, you could get the members from result set (using getResult method on DataSource) or from master data (getMembers on DataSource, this might be slow depending on the number of members) and filter them yourself and set them as array using setDimensionFilter. Another option could to create your own calculated dimension and filter members via formular.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
22 | |
9 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.