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
0
votes
1 answer

GoodData SSO URL to use in iFrame when using White Labeling

Should the iFrame src still be "https://secure.gooddata.com/gdc/account/customerlogin?blahblahblah" when using a white labeled account. Or should you use your custom domain? e.g.…
JoeBear
  • 173
  • 1
  • 5
0
votes
1 answer

Using Self-Signed Certificates with REST connector in Cloud Connect

I am working on integrating Cloud Connect with our platform's REST APIs. I am receiving an error when trying to connect to our development servers using the REST connector: Component [REST Connector:REST_CONNECTOR] finished with status ERROR. …
hubie
  • 17
  • 4
0
votes
2 answers

Fetch Report using GoodData API

I have created a report on my GoodData UI. Now I want to fetch this report using the API. I spent hours digging the API docs but I am unable to find a simple way to do so. If I try gdc/execute/raw/, it returns [error] => Array ( …
Saqib
  • 2,470
  • 3
  • 19
  • 32
0
votes
1 answer

Can I filter the attributes a users sees in GoodData?

I'm a good data admin and I was wondering if I could create a simplified view of our project to present to a set of users. We have a lot of facts/attributes in our project which we use for financial reporting etc. which are not relevant to these…
0
votes
1 answer

Is there any way in reading Japanese signs from Microsoft Excel spread sheet cells without automatically filling and trailing phonetic signs?

Is there any way in reading Japanese signs from Microsoft Excel spread sheet cells without automatically filling and trailing phonetic signs? If I intend to read the Japanese sign(s) like '新' from Microsoft Excel spreadsheet by CloudConnect…
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
0
votes
1 answer

GoodData Visualization SDK Initial Setup

I followed the steps listed here http://sdk.gooddata.com/gooddata-js/getting-started/ to start setting up the local dev environment. However, I ran into this error when running the npm install command. Looks like I do not have access to copy the…
0
votes
1 answer

CloudConnect: Dynamic URL in REST Connector

What is the best way to create a dynamic request URL for the REST Connector in CloudConnect? e.g. I want the URL to be for example www.myservice.com/api/{todays-date}/report.json and the URL must change accordingly everytime the ETL runs. Is there…
0
votes
1 answer

GoodData: "CloudConnect" or another tool for ETL development

We are GoodData customers who are beginning the process of evaluating ETL tools other than CloudConnect. I'd like some recommendations from other GoodData customers who do their own ETL/LDM development with a tool other than CloudConnect. What has…
0
votes
1 answer

Dashboard data with Good data SDK

I need to consume my company 'Target Social R3 V3' dashboard data with Good data Javascript SDK. First I'm trying to get pinterest data as start but I'm receiving error 400 Bad request. I'm newbie to good data api and following methods given in good…
mmmathur
  • 103
  • 12
0
votes
1 answer

Publish LDM to project via API

I created a LDM using CloudConnect. How can I publish the LDM via the API by supplying the *.ldm file? Publishing the LDM via CloudConnect isn't a scalable solution, so I'd like to programmatically do it. EDIT: The project is brand new and doesn't…
Aditya
  • 35
  • 1
  • 7
0
votes
2 answers

GoodData "Create Report Definition" API Call giving 500 Internal Server Error

I'm trying to create a report definition using the GoodData REST API. I use the following endpoint to invoke the rest call. "/gdc/md/{project-id}/obj" When i try to invoke the API call with the following dataset in which the projectId and the…
user3793310
  • 161
  • 1
  • 1
  • 4
0
votes
1 answer

GoodData Export Reports API Call results in incomplete file

I've developed a method that does the following steps, in this order: 1) Get a report's metadata via /gdc/md//obj/ 2) From that, get the report definition and use that as payload for a call to /gdc/xtab2/executor3 3) Use the result from that call as…
jpavs
  • 648
  • 5
  • 17
0
votes
1 answer

Need ETL graph example to extract data from Webtrends

Isn't there any ETL graph sample project or reference using REST connector to extract Webtrends report data by REST URL generated by version 3 generator?
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
0
votes
3 answers

What is going wrong with my etl process?

I'm using GoodData's CloudConnect (based on CloverETL) to read a massive json file and write certain elements to a .csv. Unfortunately, I'm seeing the error pasted below in the console log. Am I running out of memory due to the error, or is that not…
user3594534
0
votes
1 answer

How can I insert link to a component of an external webpage inside a GD dashboard?

The user wants put a link to an external table of the webpage http://www.portalbrasil.net/incc_di.htm inside GD dashboard. He is a power user in excel and he usually does that in Excel using DATA -> FROM WEB, which allows you to chose any part of a…