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

Axis, Legend, and Canvas configuration in SDK?

In the analytical designer, you can now change the configuration of the axes, legend, and canvas when creating an insight. I know that the SDK supports setting the legend visibilty and position…
0
votes
1 answer

Gooddata.UI - charts are not shown, table without formatting

I am trying to finish the intro tutorial for Gooddata.ui. However, I am not able to see any chart. I can see loading bullets, but no charts. To be more specific: a line chart is shown just for a short time and then it disappears (just a blick) a…
C. Emmett
  • 3
  • 1
0
votes
2 answers

Conditional statement in metric don't work properly in Gooddata report

I have this metric: The first value right above the "if" statement should be considered just for dates after September 1st; The second value right above the "else" statement should be considered just for old dates (before September 1st). What…
0
votes
1 answer

Can the Treemap be configured with a different legend location?

I'm using @gooddata/react-components version 5.3.0. The documentation here suggests that you can supply a chart config to the config property. I'm using the same chart config that I'm using for other chart types: { legend: { enabled: true, …
0
votes
3 answers

Change Gooddata Attribute Element Identifier

As long as Gooddata don't work with hours, we created two attribute datasets (begin_hour and end_hour) to handle hours of the day (from 00 to 23). We also have a Store dataset whitch have two fields to handle the working hours for each store…
0
votes
1 answer

Copy Insight through API

Is it possible to copy an insight through the API? I know it's possible to "save as new" an insight through the designer, but I would like to do so programmatically.
0
votes
1 answer

Gooddata Report Showing Weather by Store

I do have in my project model 3 datasets showing stores (DS_SITE), cities (Cidades) and weather (DS_DADOS_CLIMA) like in the image below: datasets And I want to see the name of the store with it's respectively weather information, but when I try…
0
votes
1 answer

GoodData attributes with multiple tags

We do not have a current example of what the value would look like for attributes with multiple tags. So for attributes that have multiple tags, how are the tags separated in the meta.tags property?
0
votes
1 answer

React components not respecting legend position configuration

Is there any reason why my chart legends are always appearing on the right? My config looks like this: legend: { enabled: true, position: 'bottom' } Setting enabled to false causes the legend to disappear as expected, but changing the…
0
votes
2 answers

Issues retrieving information from API

Unfortunately I cannot offer a reproducible dataset. I'm attempting to connect to an API and pull out report data from GoodData. I've been able to successfully connect and pull the report out, but occasionally it fails. There is a specific point in…
Matt W.
  • 3,692
  • 2
  • 23
  • 46
0
votes
1 answer

GoodData.UI - Unreliable event firing for initial filter values on Windows Chrome

Today we released to our customers the first customised chart built with the GoodData UI JS SDK. On Chrome and Firefox on Mac and Linux we couldn't find any issues. On Windows Chrome, however, it is very unstable. On two company machines the…
spaudanjo
  • 764
  • 7
  • 13
0
votes
1 answer

How to list records with the "NOT IN" filter based in two atributes in GoodData

For example, I have these tables: __vendors___ _______sales_______ |V_Cod|Name | |S_Cod |Item |Price| |1 |Alan | |2 |apple |10 | |2 |Fred | |2 |sugar |5 | |3 |Alex | |3 |rice |9 | |4 |David | |3 …
0
votes
1 answer

Differences between the Visualization and Automation APIs

I'm a bit new to Gooddata, my question is about the APIs... I understand the Visualization API is the JavaScript API for building front-end Gooddata widgets and the Automation API is the Ruby API for automating ETL/deployment tasks. Is there overlap…
Heath Lilley
  • 393
  • 1
  • 6
  • 11
0
votes
1 answer

Can a metric use multiple Variables in a dashboard?

Say there is metric that has records from multiple clients select count(id) WHERE variable Is there a way to have the metric use multiple variables which are defined in a dashboard? Something like select count(id) WHERE variable_value1 OR…
Faye
  • 53
  • 1
  • 1
  • 6
0
votes
1 answer

How to replicate attribute data for all lines in GoodData table report?

I'm working on a table report where the client needs all lines fulfilled with data, with no blank spaces. We need the Date information, for example, to be repeated for each metric line. And so the Number, Week Day, and Store. This can be made?