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

Missing identifier in project model (json) which exists in manifest

I have two projects: one is for development and another one is for integration tests. Project for integration tests is created from the template of the development project. This template I export by means of the following URL:…
0
votes
1 answer

Export data set from my good data project using Java SDK

I would like to export all data from my data set in my good data project by means of the official Java SDK. Unfortunately, I can see that the reports only can be exported through this SDK. This is the reason I would like to ask if there is any way…
0
votes
1 answer

How to find the "Local Identifier" to execute AFM function using gooddata-js

I'm using gooddata-js in my project and I'm trying to use the function execution.executeAfm, but appears error about "Local identifier no found in AFM". I followed the documentation about AFM and Result Specification, but I don't know where I find…
0
votes
0 answers

How to customize stroke/path of chart lines in gooddata UI?

I'm trying to accomplish this with GoodData UI react SDK: What its supposed to look like https://monosnap.com/file/M4ZnX3ud3koAqCBNt5Pym6IHyZkznp But my charts always have a thick stroke and filled data points: How it looks…
vego
  • 21
  • 1
  • 5
0
votes
1 answer

How to add a 'where' condition to 'execution.getData' in a gooddata-js API

I'm using gooddata-js API and I need some help to include 'where' condition into 'execution.getData' method. For example: I need compare a date month/year attribut like [/gdc/md/{PROJECT_ID}/obj/OBJ_ID] =…
0
votes
1 answer

Is it possible to distinguish between an insight of type Pivot Table and an insight of type Table from the visualizationClass?

I'm working with the GoodData.UI SDK on version 6.3.2. I've got some code that looks up the type of an Insight given its visualizationClass object. When this code (or a separate lookup) gets the visualizationClass of an insight I've created with…
Rob Dixon
  • 3
  • 2
0
votes
1 answer

(index):34 Uncaught TypeError: gooddata.login is not a function

I am trying to do an inital setup of gooddata/d3js using gooddataJS sdk but it gives me this error: "(index):34 Uncaught TypeError: gooddata.login is not a function" Not sure why I am getting this error, I did exactly what was told oin get started…
0
votes
1 answer

String columns are not listing inside the metrics, only allowed to select numeric column types from the metrics while creating report in GoodData

Hi, I am new in GoodData, I am trying to create a report in that I have to show the product name but inside the Matrics tab I am only allowed to chose numeric columns. How can I show string columns in Report?
manu vijay
  • 367
  • 3
  • 13
0
votes
1 answer

Dataset writer failing

I have created a DBinput reader, which is working fine. But after it, according to image below, I have a dataset writer. It is not working but, as you can see in image 2, filed mapping is ok. I checked the stack trace, but didn't find anything…
goes
  • 83
  • 1
  • 3
  • 9
0
votes
1 answer

Specifying color mapping in react components

Using the new "Colors" section of the analytical designer, I can specify custom colors to use for my insight: When I get my visualization object, this comes through with properties that look like this: "colorMapping": [ { "id":…
0
votes
1 answer

Issue about AttributeFilter in GoodData UI

I used AttributeFilter in GoodData UI but show : SORRY, WE CAN'T FIND THIS INSIGHT The insight with this URL does not exist. I used this example: https://sdk.gooddata.com/gooddata-ui/docs/filter_visual_components.html#attributefilter How do it fix…
0
votes
1 answer

Getting previous period/same period last year attribute filter

I'm trying to enable drill-ins for measures which are specified as "previous period" or "same period last year" of another measure. When a drill event is fired, the intersection I get looks like this: [ { id: 'fkdljsfkdljfdkslj_pop', …
0
votes
1 answer

Getting title for previous period/SP previous year measures in SDK?

I have created an insight with a date filter, and enabled "Compare the period with", selecting either "Same period previous year" or "Previous period" for all measures (I only have one). In the insight designer, things are labeled as expected: One…
0
votes
3 answers

Table render error in react components 6.0.1

I'm working on updating our @gooddata/react-components package from version 5.3.1 to version 6.0.1. I had a number of table insights which were working fine, but now some of them fail to render with this error: Warning: React.createElement: type is…
0
votes
2 answers

Connecting Google Analytics with Gooddata's Cloudconnect via an API

I have been given an ETL project as a task which requires me to ingest some data gleaned from GA into Gooddata via an API and perform some ETL operations. Also, the creation of reports and dashboards are an integral part of this assignment. It is…