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
1
vote
1 answer

GoodData: Deleting and updating metadata objects through API

How do you delete / update a metadata object through the API? For example Scheduled emails: http://docs.gooddata.apiary.io/#reportsanddashboardsbyemail In the documentation I see how to create a new one or get existing ones. How do I delete a…
pcv
  • 2,121
  • 21
  • 25
1
vote
1 answer

How to access key-value Lookup through the API in GoodData?

In GoodData's ETL tool there's a key-value store that one can use for keeping some kind of state between ETL runs: http://developer.gooddata.com/cloudconnect/manual/lookup-table-functions-ctl2.html Is there a way how to set / read these values…
pcv
  • 2,121
  • 21
  • 25
1
vote
1 answer

Combining data from plural different data sources at GoodData embedded dashboards

Is it possible to display combined data from plural different data sources at GoodData embedded dashboards? Or is it only possible to show data from same data source to embedding target system?
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
1
vote
2 answers

Cannot get data from Google analytics downloader in CloudConnect

I create new GA connection for Google Analytics Reader component in GoodData Cloudconnect. Validation of connection is ok. I set up GA reader. I choose profile id from list. Everything seems fine. I run graph localy and then I get error: Poll…
Honza Sestak
  • 115
  • 1
  • 2
  • 8
1
vote
1 answer

Export entire Logical Data Model from GoodData

In this https://developer.gooddata.com/article/data-modeling-api there is a logical data model and its corresponding JSON. However, I can't seem to find out how to extract JSON from a logical data model via the REST API. Is there a way to do this…
jpavs
  • 648
  • 5
  • 17
1
vote
1 answer

CloudConnect data encoding validation

Hopefully, such functionality will be appreciated if it covers exclusion of invalid records by row from the input flat text files and only allowing the remaining rows from the input to pass through the process flow. I thought ExtFilter component…
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
1
vote
1 answer

How to recognize latest sequence ID from the GD project dataset?

How can I dynamically refer the latest sequence ID from the GD project dataset when calling sequence function in ETL to connect that project? If intending to dynamically determine from which number to restart incrementing the sequence, how should I…
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
0
votes
1 answer

GoodData - fixed value over time

Is it possible to carry one last value in time (T2) over to previous times? In Tableau I would use LOD "FIXED" expression.. I already tried all the PARENT filters WITH/WITHOUT EXCEPT.. Nothing…
romanzdk
  • 930
  • 11
  • 30
0
votes
0 answers

How can we embed GoodData platform dashboard onto GoodDataUI

On the Official GoodData website some code is given for the integration, but I am unable to understand how to use it. Link for the Dashboard integration code In my case QuantitativeAnalysis is the dashboard I created in GoodData platform and now I…
0
votes
1 answer

What is the GoodData SSO provider name

Anyone can tell me what is the SSO Provider name in GoodData when we send request to their support team to create SSO, In the documentation they say send your SSO Provider Name, What name I need to enter in this place?
Gaurav Patil
  • 1,162
  • 10
  • 20
0
votes
1 answer

Drilling into reports

I have a headline stat drilling into a separate report showing table data for that stat. Headline Stat: # of Widgets Filterable by in Dashboard: Widget Category Date (Timeline) App Store Status Drills into a report showing: Widget Name, Widget…
0
votes
1 answer

MAQL - Average sales

I need help to make a metric where I need to display the average sales for the last 10 days. I tried to do it this way, but I was not successful. SELECT AVG(Sales WHERE (Date “in this case the day”) BETWEEN THIS - 10 AND THIS) In short, I need to…
0
votes
1 answer

GoodData and AWS S3 Integration

I have two questions related to the situation, if I need to set up the GoodData-S3 Integration for all projects under a segment: Will LCM help me to deploy the ADD Component across all the projects on that segment, OR do I need to deploy the ADD…
juan.cruz
  • 11
  • 1
0
votes
1 answer

How to lock the aggregation level in a result

I’m having a problem trying to lock the aggregation level in a result. I have a report showing : store, articule, sales, and stock. I need that the sales metric doesn’t change despite the store. For example: if one articule had 3 sales in one store…
Larry S.
  • 1
  • 1
0
votes
1 answer

Missing value in the Attribute value list

I’m creating a metric with a condition that is looking for a value in the attribute value list, but that value doesn't exist in the Attribute values appearance. Here is my case: SELECT COUNT(Fctpropertyunitsummarykey) WHERE Propertystate =…