johnfeigs
Explorer
Member since ‎2022 Aug 26

User Statistics

  • 11 Posts
  • 1 Solutions
  • 15 Kudos given
  • 2 Kudos received

User Activity

I followed the blog article here:Modeling a basic Hierarchy with Directory in SAP D... - SAP Communitybut I get the error message:"All leaf elements must be used as part of the association between dimension and hierarchy"when I try to deploy the asso...
After hours of trying I managed to find the right syntax to open a Data Analyzer from Datasphere:NavigationUtils.openDataAnalyzer("YYY","[XXX][][" + Table_1.getDataSource().getInfo().modelName +"]", [UrlParameter.create("systemType", "DATASPHERE"),Ur...
Hello, i would like to create a measure that shows the average of another measure. However, this average should be restricted by several input controls. I used the aggregated measure and the condition, but somehow in the chart, nothing changed when i...
I would like the user to chose an organisational unit in a hierarchy and then the chart should depict the corresponding drill level with the node expanded.getHierarchyLevel - just gives me the selected level Analytics Designer API Reference Guide Ver...
I want the users to be able to pick a month via a date picker. The date picker is based on a date input control (Filter --> Date -->  by Range --> create date input control).I want to set this date input control initially to the previous month. And i...