Questions tagged [gooddata]

The "gooddata" tag refers to the GoodData SaaS Business Intelligence Platform.

The GoodData platform is a Software as a Service (SaaS) platform designed and implemented for cloud deployment since inception. This cloud-based reporting solution integrates with dozens of data feeds and databases, internal or external to your enterprise infrastructure. The GoodData datasets can be updated multiple times each day through ETL tasks defined and managed through the CloudConnect application or your preferred ETL tool using GoodData REST API.

Feel free to find out more information about the Platform:

https://sdk.gooddata.com/gooddata-ui/

For GoodData API documentation, check out:

https://help.gooddata.com/display/doc/API+Reference

167 questions
1
vote
1 answer

I would like to know the difference between GoodData project specific and user data storages, and their volatility and persistency

I would like to know the difference between GoodData project specific data storage and user specific data storage. I would also like to know their volatility and persistency.
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
1
vote
1 answer

GoodData: Metadata extraction failed: SQLite JDBC: inconsistent internal state

I am using CloudConnect to access an Sqlite db. It's an example db, found here: http://chinookdatabase.codeplex.com/releases/view/55169#DownloadId=167067 I am getting the following error: Metadata extraction failed: SQLite JDBC: inconsistent…
1
vote
1 answer

Which types of permissions among recently separated 4 types account permissions of 1. Manage Users, 2. Edit, 3. Collaborate, 4. Read & Analyze are req

Which types of permissions among recently separated 4 types account permissions of 1. Manage Users, 2. Edit, 3. Collaborate, 4. Read & Analyze are required for Google Analytics User Account which is to be applied for GoodData CloudConnect Google…
1
vote
1 answer

SalesForce SSO with GoodData

Getting Unable to Load Error We are tryed to integrate GoodData dashboard to saleforce using SSO(Single sign On). We did all the setting for a salesforce user. This user is also a member in GoodData plateform and user can login Goodata and Saleforce…
1
vote
1 answer

Using gooddata-js SDK outside without node.js

Looking at the code on this I can see that calls to methods like user.login() don't include the domain and so only appear to work when running via the grunt dev task. Apologies if this is a noob question but how can we put this into production? We…
Russ Back
  • 903
  • 2
  • 15
  • 27
1
vote
2 answers

Example code to execute a ETL Execute API on GoodData using Ruby?

At developer.gooddata.com there is a great example coded in Ruby on how to upload data to a project specific storage at GoodData platform. I was wondering if someone has an example of code to execute a specific process a GoodData using the following…
1
vote
1 answer

I would like to know how to define a metric to calculate 12 months moving average of a certain fact including current month

I would like to know how to define a metric to calculate 12 months moving average of a certain fact including current month. The metric I defined as 'SELECT AVG('FACT') WHERE Month/Year(Date) BETWEEN {This - 12} AND {This}' hadn't worked expectedly…
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
1
vote
1 answer

Creating Mandatory User Filters with multiple element IDs

Mandatory User Filters I am working on a tool to allow customers to apply Mandatory User Filters. When attributes are loaded like "Year" or "Age", each can have hundreds of elements with the subsequent ids. In the POST request to create a filter…
thnkr
  • 86
  • 5
1
vote
1 answer

How to apply SAML authenticator to an already created GoodData user account?

I would like to know how to apply SAML authenticator to an already created certain GoodData user account in order to allow it to pass-through into GoodData? For SAMLauthentication service, I am considering to set up Open AM service.
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
1
vote
1 answer

Dynamic embedded dashboard height in GoodData

I am trying to embed GoodData dashboard to an iframe in my application and it works well but each tab on that dashboard has different number of reports on it and I'd like to make the iframe height dynamic based on the actual dashboard content. Is…
Michal Hauzirek
  • 345
  • 1
  • 6
1
vote
1 answer

I cannot see a created dataset in cloudconnect

I have created a dataset user in logical data model and publish it. Then, I wanted to connect the dataset in GD Writer, but in select box the dataset is not supported to be select. Does someone know where is the problem? Thank you very much!
Petr Jirásek
  • 453
  • 1
  • 5
  • 17
1
vote
1 answer

How do I model a hierarchical reference in GoodData LDM?

My source data set contains a table of records, with columns "code", "name" and "parent". The "code" column contains the unique record key, the "name" contains a text value, and "parent" holds a foreign key pointing back to the "code" column. This…
Pat
  • 409
  • 4
  • 15
1
vote
1 answer

I would like to know whether label column accepts such sub zero values or empty values

I would like to apply natural number sort order to the attribute representing members' age, but including sub zero values and empty values in addition to the natural human age. I would like to know whether label column accepts such sub zero values…
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
1
vote
2 answers

Calculate First Time Buyer and Repeating Buyers using MAQL Queries in GOOD-DATA platform

I have been recently working with GOOD-DATA platform. I don't have that much experience in MAQL, but I am working on it. I did some metric and reports in GOOD-DATA platform. Recently I tried to create a metric for calculating Total Buyers,First…
1
vote
2 answers

ETL Pull failing, error message giving mixed messages

When following the instructions on http://developer.gooddata.com/article/loading-data-via-api, I always get a HTTP400 error: 400: Neither expected file "upload_info.json" nor archive "upload.zip" found (is accessible) in "" When I HTTP GET the…
Eric Caron
  • 6,181
  • 1
  • 24
  • 26