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

GoodData Export Dashboard API

I'm working on how do I export a dashboard from some specific project, like this link shows up. The code I made, generates the link for download correctly, like expected. But the PDF file exported don't bring the values filtered like I aimed. My…
0
votes
1 answer

Error in Cloud-Connetion for connection with my BD(SQL Server 2012 Express)

I'm brazilian and my english is very bad, so sorry, rs I'm trying to create a cloud-connection with SqlServer connection but is showing an error when performed the connection validation. Error: Can not connect to DB: Network error IOException:…
0
votes
1 answer

Retrieving a report from GoodData using Python?

Is it possible to retrieve a report from GoodData using Python? All what I can find is documentation on Ruby (http://sdk.gooddata.com/gooddata-ruby-examples/).
ajohnrobertson
  • 267
  • 2
  • 10
0
votes
1 answer

How to find real and actual using of an object in GoodData by Ruby

I try to deal with a problem of using/non-using attributes and facts on reports. GoodData API documentation says to use "using?" method. Here is my code: project.attributes.each do |attr| project.reports.each do |report| puts report.title …
Michal
  • 15
  • 3
0
votes
1 answer

How to connect to GoodData ADS using Microsoft .NET

We have an emerging need to modify the schema in our Agile Data Warehouse including adding new tables. We've been able to manually connect to the ADS database using Squirrel SQL and CloudConnect. However, we would like a way to automate this process…
Ron Frum
  • 31
  • 2
0
votes
1 answer

Quick Delta Between Two Rows/Columns in GoodData

Right now, I see there are quick ways to get things like Sum/Avg/Max/Etc. for two or more rows or columns when building a table in GoodData. quick total options I am building a little table that shows last week and the week prior, and I'm trying to…
0
votes
1 answer

Downloading only new files in GoodData

How can I use the "Download File" component to only download new files or files that have been updated remotely? Consider a graph like the following: where File Download is defined as: I have many *.csv files in ${S3_OR_DATA_DIR_LOCATION}; I'm…
Amelio Vazquez-Reina
  • 91,494
  • 132
  • 359
  • 564
0
votes
2 answers

How to model/publish tables with composite keys in CloudConnect

I'm trying to understand how in CloudConnect Designer to model and publish (in my ETL graph) 2 tables with composite keys. Example: TableA has columns foo and bar. TableB has columns foo and baz Even though the column names are different, our old…
mrjabba
  • 503
  • 1
  • 5
  • 8
0
votes
1 answer

Gooddata - Custom Attribute Buckets - Custom Filters

How do I go about bucketing an attribute for use in a filter? For example, let's say I have an attribute called 'site' with 4 different values. The values are: www.purple1.com --- www.purpleXX.com --- www.blue1.com --- www.blueXX.com I wish I had…
MichelleLaw
  • 11
  • 1
  • 2
0
votes
1 answer

Month-to-Date metric

I have a situation where the metric calculation(Month to Date Sales) is based on the month from the report date filter. We want the month to date filter to be for the report month and not the current month - in other words, if the user selects…
mg129
  • 1
0
votes
1 answer

MAQL - Select all records that enclose a list of dates

I'm a bit of a noob in MAQL so I would like to know if it is possible to do the following thing : I got a list of reservations with a Start Date and a End Date I would like to be able to compute a metric that would give me (for reservations that…
WNG
  • 3,705
  • 2
  • 22
  • 31
0
votes
3 answers

Gooddata Project Backup

Can someone explain to me how to backup a GoodData project so that I i can restore in case something gets deleted by mistake? The backup does not need to include the data, but should include everything else (Users, Reports, Dashboards, Attributes,…
mg129
  • 1
0
votes
1 answer

Access file on S3 with GoodData File-Download?

Probably a very silly question - but I'm trying to have a GoodData project download a file from S3 for import into GoodData. The file is uploaded to S3, and the console there gives the link in…
Mathieson
  • 1,698
  • 2
  • 17
  • 19
0
votes
1 answer

How can we keep consistency in project datasets manifest definition and the actual schema inside the target project?

Must the project datasets json manifest file always be described also about already defined datasets inside the target project, or, only be described about the very direct target datasets to be uploaded data by the Ruby script, and which is not yet…
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15
0
votes
1 answer

Is there any method supported at GoodData::Model::ProjectBlueprint to generate itself into JSON project dataset manifest file to some directory?

In order to avoid imperfect human manual definition I would like to know how to generate a json datasets manifest file from active GoodData project for Ruby automation? I thought there might be some command line to achieve this like by inputting…
Yuya Kobayashi
  • 465
  • 1
  • 4
  • 15