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
2
votes
2 answers

How to get GoodData PGP SSO Work?

I am trying to implement GoodData PGP key based Single Sign On based on the documentation but can't get it work. GoodData support confirmed that my keys are deployed on their servers, my user has my ssoProvider property set to what they provided, I…
2
votes
2 answers

In GoodData can I customize the layout of a dashboard tab?

Specifically, I want to layout the list of tabs vertically in the nav bar on the left side rather than have them go horizontally? How much customization can I do to the Dashboard and the tabs? Thanks!
2
votes
1 answer

How to ignore some of filters on dashboard

I would like to ask you, how is it possible to ignore some of filters on dashboard in the report? I know there exists a syntax construction WITHOUT PARENT FILTER, but it probably doesn't support EXCEPT keyword to allow keeping active some of…
Petr Jirásek
  • 453
  • 1
  • 5
  • 17
2
votes
1 answer

Incremental file for DBInputTable - how to create?

I have just read http://developer.gooddata.com/cloudconnect/manual/incremental-reading.html about incremental reading but I don't know still how to create the required incremental file. I am able to set incremental key, but where is the incremental…
Petr Jirásek
  • 453
  • 1
  • 5
  • 17
2
votes
1 answer

Creating metadata dynamically from a flat .csv file in CC

I am having some difficulties on how to dynamically create a metadata, which need to be extracted from the header line of a flat .csv file in CC. Usually, I manually define the metadata by select New Metadata --> Extract from flat file in CC.…
2
votes
1 answer

GoodData: What are the rate limits on the API?

Are there any rate limits on the GoodData API? Like number of requests per minute/second/hour/...?
pcv
  • 2,121
  • 21
  • 25
2
votes
1 answer

Loading Google Analytics 2 Years historical data via API using CC Rest connector

I am wondering if there is a way to pull Google Analytics un-sampled historical data for 2 years via API using CC Rest connector component. Unfortunately the GA account is a standard and not a premium so I can not get around 500K limit. It would be…
2
votes
1 answer

Transferring selected values as parameters from embedded GoodData dashboards

Is there any supported method in transferring selected values as parameters from embedded GoodData dashboards to embedding target systems? Prospect is concerning.
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
2
votes
1 answer

GoodData Dataset Writer Maximum Rows?

Is there a maximum number of records that can be uploaded using a GoodData dataset writer in a single load? I have looked around and I do not see a documented value for this.
jason.meketa
  • 358
  • 1
  • 8
1
vote
1 answer

Github API - how to get pull requests newer than some date

Corresponding to the official DOC, I prepare the following URL: https://api.github.com/repos/gooddata/gooddata-python-sdk/pulls?per_page=10&page=1&sort=updated&direction=asc&state=all&q=updated:%3E=2022-06-01 It returns the first 10 pull requests in…
1
vote
1 answer

Aggregation and Filtering in MAQL

I'm trying to create a metric focused on the maximum number of workdays and employees. Could you help me to figure out what I'm missing? I have the following: A fact named Workday (values 1 and 0). The dimensions attached to the fact: Company,…
juan.cruz
  • 11
  • 1
1
vote
1 answer

How to move data analytics into AWS?

I've installed tiger and I have one problem, I hope you could help me to solve it. Suppose I install tiger at a data center (physical datacenter) either using Docker and the AIO or Kubernetes. I get it installed, I connect to data sources, I do the…
1
vote
1 answer

GoodData charts components throwing error of TypeError: item.predicate is not a function on setting color from configuration

On setting colors from configuration and using Gooddata UI Charts component it is throwing following error TypeError: item.predicate is not a function My config is as follows, On reseting default color it is working fine but as change color i get…
Arvind Pal
  • 498
  • 3
  • 14
1
vote
0 answers

GoodData UI have issue in rendering Table type insights

I am using GoodData UI (version 8.0.0) InsightView component. It is working fine in rendering all types of Insights but Table type Insight is not rendering even at their example: insightView-by-identifier Any solution for it? Thanks!
Arvind Pal
  • 498
  • 3
  • 14
1
vote
1 answer

Is it possible to limit the data to a number and left data combine to **Others** in GoodDataUI visualizations?

Is it possible to limit the data to a number and left data combine to Others in GoodDataUI visualizations (specially charts) as like in below snapshot?
Arvind Pal
  • 498
  • 3
  • 14
1
2
3
11 12