karkrau
Explorer
Member since ‎07-20-2021

User Statistics

  • 13 Posts
  • 1 Solutions
  • 12 Kudos given
  • 7 Kudos received

User Activity

Hi, it seems like there is a problem when trying to get the current month: var cur_date = new Date(Date.now()); console.log("Date:"); console.log(cur_date.toDateString()); console.log(cur_date.getMonth()); console.log(cur_date.getFullYear()); co...
Hi everyone, Our goal is to use the Consumption View in an Analytic scenario. I´ve created a Basis View on a table. This basis view is used by the Composite View which contains calculations (e.g. Measure1 + Measure2 as Measure12). Now I want to...
When using the Table Producer operator in the SAP DI Modeler the pipeline always fails with the following error: Group messages: Group: default; Messages: Graph failure: tableproducer1 failed with the following error:General error;10 authentication...