Alex_B
Participant
Member since ‎2021 Mar 22

User Statistics

  • 200 Posts
  • 4 Solutions
  • 27 Kudos given
  • 69 Kudos received

User Activity

Hi,how to access the MeasureDimension Id with getSelections(); in a Chart with only Measures and no Dimension? 
Hi,as mentioned in Developer Handbook this code doesnt work correctly. It always gives previous day 22:00. Also in Handbook var dsInfo = Chart_1.getDataSource().getInfo();if (dsInfo.sourceLastRefreshedAt !== undefined) {strLastRefresh = dsInfo.sourc...
Hi,I got a table with a Calculated Measure with a Script Variable (number). The Table is set to RefreshPaused(false), but it still is beeing initialized/loading from startup with a visible loading sign. If i remove the Script Variable in the Calculat...
Hi,any idea why these properties if input control class dont work?.inputcontrol .sap-custom-account-input-control-widget {background-color: #ffffff; }.inputcontrol .sap-custom-account-input-control-mark-border {border-color: rgb(0,0,0);} BRAlex
Hi,I have a Classic Analytic Application with 5 Tabstrip Tabs. Every Tab has Charts and Tables. All Charts and Tables in all Tabs are configured with RefreshPausedAPI = Always Pause except Tab 1, because it's the Startup-Tab. After ~22sec all Charts ...