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
10
votes
0 answers

Iframe - performing SSO and accessing page behind authentication wall with iframe

I have 2 domains, one that hosts my app - myapp, and the other that hosts gooddata dashboards - analytics.myapp. I would like to embed a gooddata dashboard to a page in my app. I have set the frame-src to allow requests from the domain where the…
10
votes
3 answers

Cannot close stream until all bytes are written (GoodData API)

I've done a bit of searching, and most people seem to hit this when sending larger amounts of data, but I'm not. I'm making a request to an API with the following: request.Method = "POST"; request.ContentType = "application/json"; request.Accept =…
James
  • 999
  • 2
  • 11
  • 22
5
votes
3 answers

How to use the Gooddata API to upload graphs?

I'm attempting to upload graphs made/edited in Cloud Connect to GoodData via the api. I have been trying to use this call: http://docs.gooddata.apiary.io/#cloudconnectprocesses The actual call I'm making has the json {"process": {"path":…
jpavs
  • 648
  • 5
  • 17
5
votes
4 answers

How do I authenticate to the GoodData API?

I am trying to authenticate / login with the GoodData API but I am having trouble. On the GoodData API documentation site (docs.gooddata.apiary.io) it says to POST to: URL: https://secure.gooddata.com/gdc/account/login Headers: Accept:…
shoeboxer
  • 238
  • 1
  • 8
4
votes
1 answer

How can I show only some attribute elements in GoodData filter dropdowns?

I know metrics and useAvailable clause in dashboard filter definition can be used to limit what the user sees in the filter dropdown. How do I properly define the filtering metric and what should the filter definition look like?
VoY
  • 5,479
  • 2
  • 37
  • 45
4
votes
2 answers

How to load time in GoodData?

How can I refer hour of day (HH:) from Date type attribute for which I have uploaded data by the format of yyyy-MM-dd HH:mm:ss from the source? Date attributes seem only to provide date without hour as default.
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
3
votes
2 answers

IF function - Reformat component

I have problem with CloudConnect application. I'm trying to write a transformation code in REFORMAT component, but there is a problem with if function. Maybe the problem is with =, but I have no idea how to fix it. function integer transform() { …
user3402692
  • 47
  • 1
  • 4
3
votes
1 answer

GoodData API: format of the recurrence value

I'm trying to schedule sending a dashboard through the API: http://docs.gooddata.apiary.io/#reportsanddashboardsbyemail The parameter for setting how often the emails should be sent has some weird format: "recurrency": "0:0:0:1*12:0:0", I would…
pcv
  • 2,121
  • 21
  • 25
3
votes
1 answer

Wrong format of ids! Google Analytics reader

Does anybody have and idea on following problem? I'm downloading data from Google Analytics and see the following error: "errorClass":"com.gooddata.gcf.exception.TaskFailException","trace":"","message":"Worker task failed: Wrong format of…
3
votes
2 answers

Calculating an average metric in GoodData

Based on GoodData's excellent suggestion for implementing Fact tables, I have been able to design a model that meets our client’s requirements for joining different attributes across different tables. The issue I have now is that the model metrics…
3
votes
2 answers

CloudConnect and GoogleBigQuery

I'm currently trying to do the OAuth process in GoodData's CloudConnect (also known as Clover ETL). Does anyone have a guide or anything because the documentation is not clear on hot to set up OAuth 2.0 and i keep getting the error bearer=Bearer…
2
votes
1 answer

Plug-in my backend API to leverage only Gooddata UI Components

Sorry if the question doesn't make much sense, I am just very early on my exploration of gooddata. From the instructions I understood that in order to use gooddata-ui you need to use the platform to create your project, upload your datasets etc. Is…
Yiannis Gkoufas
  • 660
  • 6
  • 16
2
votes
1 answer

Gooddata Javascript API - Attribute not supported

Adjusting the d3-data-viz example code to fit a project and when the values of the below lines are changed to identifiers from the project, the code returns a 400 (Bad Request) { "error": { …
Tom Smith
  • 21
  • 1
2
votes
1 answer

GoodData: JavaScript SDK setup - repo cloning error

Trying to follow the 'Getting Started' for the GoodDataJS here: http://sdk.gooddata.com/gooddata-js/getting-started/ When trying to clone repo it fails with the error: "Cloning into 'gooddata-js'... Permission denied (publickey). fatal: Could not…
2
votes
3 answers

GoodData: How to create a project through API?

You can create a new project in GoodData using API: http://docs.gooddata.apiary.io/#project Sometimes, i.e. when creating a project from a template, the project creating isn't synchronous. When I use the project before it's ready I get errors like…
pcv
  • 2,121
  • 21
  • 25
1
2 3
11 12