https://www.gooddata.com/ logo
Join Slack
Powered by
  • s

    Sasha Bratyshkin

    07/15/2025, 3:54 PM
    once again, for some reason we wake up and get 10 tickets about our filters for the "cycle name" field being broken. we go and look at our embedded, sub-tenanted version of the visualizer and sure enough none of the cycles appear. when I open the visualizer inside of good data (for the parent workspace of all the sub-tenant, child workspaces) I do get all the proper fields loaded in the filter. so now I go back and look at our embedded version and sure enough, they now load in the embedded visualizer as well. what is going on? these screenshots were taken 10 mins apart
    0
    m
    • 2
    • 1
  • c

    Chris Potts

    07/15/2025, 1:52 PM
    hi, I am trying to run a visual where one metric is filtered by a date in one table but then I need a count of details from another table. when it is filtered on the date from the first table I am not getting a total count. this is hte visual https://autoflow-dev.cloud.gooddata.com/analyze/#/ad276fc1-449f-46b1-9bac-aaeaf013d5be/194c70ec-6df4-46d9-93c7-a53eec12e93f/edit
    0
    m
    • 2
    • 5
  • c

    Clément Contamine

    07/14/2025, 8:22 PM
    Hi! I am trying to implement a
    variable
    to be able to dynamically change the definition of some metrics based on a filter (cf exemple below). This is something I am used to us in Looker Studio (is it something working on Gooddata)?
    Copy code
    SELECT CASE
      WHEN $(ComparisonType) = "Previous Period" THEN
        (
          SELECT SUM({fact/revenue})
          - 
          SELECT SUM({fact/revenue}) FOR PreviousPeriod({date.period})
        ) 
        / 
        SELECT SUM({fact/revenue}) FOR PreviousPeriod({date.period})
        
      WHEN $(ComparisonType) = "Previous Year" THEN
        (
          SELECT SUM({fact/revenue})
          - 
          SELECT SUM({fact/revenue}) FOR PreviousPeriod({date.year})
        ) 
        / 
        SELECT SUM({fact/revenue}) FOR PreviousPeriod({date.year})
        
      ELSE NULL
    END
    0
    j
    • 2
    • 2
  • j

    Jon Mongan

    07/14/2025, 6:28 PM
    Hey all. During our trial, I was able to create a tabbed dashboard for things. Now I am trying to do the same, but cannot figure out how, anymore. Was this feature removed?
    0
    y
    j
    p
    • 4
    • 11
  • c

    Chris Potts

    07/14/2025, 3:47 PM
    Hi guys, I was taking a look at using the new Column Container and was wondering if there is a way to align the visuals better. As you can see in this screen shot the visual to the right is slightly taller than the ones on the left which doesn't make for a great look on the report
    0
    j
    m
    p
    • 4
    • 6
  • v

    Vivek Kushwaha

    07/14/2025, 10:06 AM
    Hi team, I need to update all users’ email attributes in GoodData (e.g., their email IDs). Here’s what I’m planning to do: 1. Get all users: gooddataApi.get(
    /api/v1/entities/users?page=${page}&size=20&metaInclude=page,ALL
    ) 2. Fetch user data from our database. 3. Patch the updated emails: gooddataApi.patch(
    /api/v1/entities/users/${userId}
    , payload) payload = { data: { attributes: { email }, id: userId, type: 'user' } } Before I run this in production, I’d like to back up all existing user data. Is there an export feature or recommended way to back up all users from wizehive-zengine.cloud.gooddata.com? Thanks in advance for any guidance!
    0
    m
    • 2
    • 2
  • c

    Chris Potts

    07/11/2025, 2:36 PM
    In Usage Analytics what is the best way to see if a workspace is still active, when I look at the workspace state I get workspaces that are both active and deleted
    0
    i
    • 2
    • 7
  • d

    Dylan Conley

    07/11/2025, 1:35 PM
    When I go to our dashboard, I get a 404 error. GoodData appears to be down, at least for us. Is anyone else experiencing this? Is it a known issue with an estimated resolution time?
    0
  • d

    Dylan Conley

    07/11/2025, 1:34 PM
    Apologies if this is not the right place for this but I couldn’t find an Incident channel. Our customers are experiencing a disruption of service and when I look in the Chrome Console, I’m seeing CORS errors
    0
    m
    d
    • 3
    • 9
  • m

    Michael Gray

    07/09/2025, 3:10 PM
    Hey everyone! Quick question: Is there any way to customize the text of a KPI visualization? Specifically I’m wondering if there’s a way to create a subtitle (e.g. some text under “Recurring Revenue MTD” in the screenshot below)? Also is there any way to change font size or color or boldness? Thanks!
    0
    i
    • 2
    • 4
  • r

    Ryan Peters

    07/08/2025, 5:02 PM
    Trying to do some management of groups, and I'm getting this error. What could be causing this?
    0
    m
    m
    • 3
    • 9
  • e

    Evangelos Malandrakis

    07/08/2025, 11:31 AM
    Hi team, we're getting
    500 Server Error: Internal Server Error
    when trying to export PDFs via the API (Note: Exporting via the UI for the same WS and dashboard works as expected). An example of a failed request below:
    Copy code
    <https://data.park46.se/api/v1/actions/workspaces/sbb/export/visual/cbcd0ea2d3620de94873d4090a8c1bf2f63ff367>
    Can you please check it out?
    0
    m
    d
    • 3
    • 9
  • j

    Jhonatan Teixeira

    07/07/2025, 3:54 PM
    Hi team, I received information that it is possible to embed Dashboards editor (create/delete) via an IFRAME using a similar script as this: <iframe src="https://<your_domain>/dashboards/embedded/#/workspace/<workspaceId>/new-dashboard??showNavigation=false" height="700px" width="100%" frameborder="0"></iframe> we currently embed the Analytics editor, that works fine, BUT when I tried to embed the Dashboards editor it did not work. Could you confirm if embedding dashboards editor is indeed supported, and if Dashboards editor IFRAME supports the same
    apiTokenAuthentication
    as the Analytics editor (currently we authenticate the IFRAME using JWT token) ?
    0
    y
    j
    m
    • 4
    • 11
  • a

    Anant Dalela

    07/03/2025, 7:29 PM
    Hi team, just wanted to flag a small gap in the current docs - the Theme Properties page does not currently list "images" as a supported property, even though it is referenced in Manage Slide Deck Exports
    0
    m
    • 2
    • 1
  • c

    Chris Potts

    07/03/2025, 2:15 PM
    Another question from me, I am trying to pull out activity by workspace, so far I am looking at Workspace Title and how many dashboard executions they each have. I am trying to see which workspaces have no executions in a month but I don't be able to see this, is there any advice for this?
    0
    m
    • 2
    • 2
  • c

    Chris Potts

    07/03/2025, 1:32 PM
    Another question around usage stats i keep getting these errors and I think it is because the data times out
    0
    m
    • 2
    • 8
  • c

    Chris Potts

    07/03/2025, 1:17 PM
    Hi I am looking further into the usage stats and was looking for some help. I want to see what our most used visuals are. I tried seeing the visual objects by action count but the only actions I am seeing is "Visualisation executed in AD" but I want to see is the visuals that are being viewed on the dashboard. thanks
    0
    m
    • 2
    • 3
  • c

    Cian Cullinan

    07/03/2025, 9:38 AM
    Hi team 😄 I previously asked about some permissions issues we see when using the gooddata CLI in this thread. What I want to know: 1. Is there a plan / timeline to take the CLI from experimental to stable release ? 2. Does this include solving the issue I've mentioned below ? If not, then we might need to look into building our own solution.
    0
    y
    • 2
    • 3
  • s

    Sunil Katkar

    07/02/2025, 1:48 PM
    Hi Team, I'm facing an issue while integrating a GoodData chart as a widget. Below is the code I'm currently using:
    Copy code
    import React from "react";
    import { InsightView } from "@gooddata/sdk-ui-ext";
    import { backend } from "./gooddataBackend";
    import { ErrorComponent, LoadingComponent } from "@gooddata/sdk-ui";
    
    function Widget() {
      const WORKSPACE_ID = '16dc08728a664c6f111a219ffa86058d';
      const WIDGET_ID = '08a304f9-5269-4fb6-8c36-ea1eef6c0aa4';
    
      console.log("Backend:", backend);
      console.log("Workspace:", WORKSPACE_ID);
      console.log("Insight:", WIDGET_ID);
    
      return (
        <div style={{ padding: 40 }}>
          <h2>GoodData Chart Widget</h2>
          <InsightView
            insight={WIDGET_ID}
            backend={backend}
            workspace={WORKSPACE_ID}
            LoadingComponent={LoadingComponent}
            ErrorComponent={ErrorComponent}
          />
        </div>
      );
    }
    
    export default Widget;
    Below is issue am facing after integration,
    Copy code
    CorrelationContext.tsx:94 
     Uncaught TypeError: effectiveBackend.withCorrelation is not a function
        at CorrelationContext.tsx:94:1
        at useBackendWithCorrelation (CorrelationContext.tsx:90:1)
        at useBackendWithVisualizationCorrelation (InsightView.tsx:289:1)
        at InsightView (InsightView.tsx:268:1)
    Widget.js:10 Backend: 
    BackendWithDecoratedServices {capabilities: {…}, config: {…}, decorated: TigerBackend, factories: {…}}
    Widget.js:11 Workspace: 16dc08728a664c6f991a219ffa86058d
    Widget.js:12 Insight: 08a304f9-3239-4fb6-8c36-ea1eef6c0aa4
    CorrelationContext.tsx:94 
     Uncaught TypeError: effectiveBackend.withCorrelation is not a function
        at CorrelationContext.tsx:94:1
        at useBackendWithCorrelation (CorrelationContext.tsx:90:1)
        at useBackendWithVisualizationCorrelation (InsightView.tsx:289:1)
        at InsightView (InsightView.tsx:268:1)
    react-dom.development.js:18687 
     The above error occurred in the <InsightView> component:
    
        at InsightView (<http://localhost:3000/static/js/bundle.js:977268:19>)
        at div
        at Widget
        at RenderedRoute (<http://localhost:3000/static/js/bundle.js:629264:5>)
        at Routes (<http://localhost:3000/static/js/bundle.js:629754:5>)
        at AppRoutes (<http://localhost:3000/static/js/bundle.js:264:56>)
        at Router (<http://localhost:3000/static/js/bundle.js:629692:15>)
        at BrowserRouter (<http://localhost:3000/static/js/bundle.js:627881:5>)
        at div
        at AppProvider (<http://localhost:3000/static/js/bundle.js:156:5>)
        at App (<http://localhost:3000/static/js/bundle.js:42:78>)
    
    Consider adding an error boundary to your tree to customize error handling behavior.
    Visit <https://reactjs.org/link/error-boundaries> to learn more about error boundaries.
    CorrelationContext.tsx:94 
     Uncaught TypeError: effectiveBackend.withCorrelation is not a function
        at CorrelationContext.tsx:94:1
        at mountMemo (react-dom.development.js:17225:1)
        at Object.useMemo (react-dom.development.js:17670:1)
        at useMemo (react.development.js:1650:1)
        at useBackendWithCorrelation (CorrelationContext.tsx:90:1)
        at useBackendWithVisualizationCorrelation (InsightView.tsx:289:1)
        at InsightView (InsightView.tsx:268:1)
        at renderWithHooks (react-dom.development.js:16305:1)
        at mountIndeterminateComponent (react-dom.development.js:20074:1)
        at beginWork (react-dom.development.js:21587:1)
    Could you please suggest what might be going wrong here?
    0
    y
    j
    • 3
    • 2
  • c

    Chris Potts

    07/01/2025, 3:55 PM
    Hi Team, I am taking a look at usage data at the minute and had a couple of questions. Firstly is there anyway I can create my own metrics within this space? and secondly, when the action type refers to AD what does that mean? as in "visualization executed in AD"
    0
    m
    • 2
    • 6
  • s

    Sheetal Popat

    07/01/2025, 3:09 PM
    Hello GD team, Can you please grant access to Etienne Gautier (ega@outsight.tech) to all the 3 Outsight environments ? Thanks!
    👀 1
    0
    m
    b
    • 3
    • 2
  • s

    Sunil Katkar

    07/01/2025, 11:12 AM
    Hi GoodData Support Team, We have added a filter to our GoodData dashboard, which contains multiple charts. When we change the filter, the data in the charts updates accordingly—this part is working as expected. Now, we need to dynamically pass filter values via code. We’ve created a single dashboard with a filter supporting multiple projects. Our goal is to embed this same dashboard across different projects in our application, changing only the filter value based on the selected project. We have already reviewed the GoodData documentation, but unfortunately, it did not resolve our issue. We are currently stuck and would appreciate your assistance on this as a priority. For reference, we’ve attached: • A screenshot of the dashboard with the filter. • A screenshot showing how the dashboard is embedded in our application. Please review the attachments and advise us on how we can achieve dynamic filter passing programmatically. Looking forward to your prompt support.
    0
    j
    r
    • 3
    • 14
  • a

    Alson Yap

    06/28/2025, 9:04 AM
    Perhaps I should redirect to this channel instead, is it possible to get any assistance on this pls?
    0
  • m

    Michael Ullock

    06/26/2025, 2:15 PM
    We are currently facing issues with our GoodData Cloud environment. Our Engineers are currently looking into this issue and our investigation is currently in progress and we will keep you posted with updates as details become available. Please follow the announcement below for more details: https://support.gooddata.com/hc/en-us/articles/42486336068371-Thu-June-26th-2025-Unexpected-GoodData-Cloud-Issue
    0
    • 1
    • 2
  • d

    Doug Creighton

    06/26/2025, 1:49 PM
    Having this error, Gooddata can not connecto the servers. Any immediate help? Can't find a trace id. Nothing is working
    0
    m
    j
    • 3
    • 5
  • j

    Joaquim Grilo

    06/26/2025, 1:10 PM
    Hi there! Is good data dashboard having issues right now? Mine is not loading data. I am trying to debug. Just checking if anyone having issues as well
    👆 2
    0
    d
    m
    +5
    • 8
    • 29
  • j

    Jhonatan Teixeira

    06/26/2025, 9:47 AM
    Hi there, Looks like we are having issues with tiger backend when importing modules using JWT authentication, which seems to be happening after
    gd-ai-assistant
    release, is there anyone specialist in this area available to help?
    0
    m
    r
    +2
    • 5
    • 15
  • t

    Tim Cashion

    06/23/2025, 6:12 PM
    Hey team, Another issue this morning. A user of ours is reporting that their private dashboards menu keep 'disappearing'. When they view their dashboards in the embedded iFrame, it won't be there but will 'appear' when you save a new dashboard. Refreshing the page causes the private dashboard section to disappear again. Any thoughts?
    0
    j
    b
    • 3
    • 7
  • t

    Tim Cashion

    06/23/2025, 5:14 PM
    Hi team, We've recently run into an issue with a visualization not loading / being able to be edited. I think this is the relevant error in the console:
    Invariant Violation: Item attribute.business_date.day was not found in cache.
    Our yaml file has this for the filter:
    Copy code
    filter_by:
        business_date.day_filter:
          type: attribute_filter
          using: attribute/business_date.day
    0
    m
    m
    • 3
    • 12
  • n

    Naveen Chaurasia

    06/20/2025, 1:41 PM
    Hi GoodData Team, I’m facing two issues: 1. Multiple Filters on Report: 2. When I apply multiple filters at the same time on a report, it seems to return incorrect or inconsistent values. Individually the filters work as expected, but combined, the results appear off. 3. Could you please confirm if applying multiple filters simultaneously is supported, and help check why this might be happening? 4. Unable to Edit Child Workspace: 5. I’m also unable to edit a child workspace that was created using a master workspace. It shows a lock icon and prevents any changes. 6. Can you please help me understand why this is happening and how I can enable editing in the child space? Let me know if you need more information or access details. Thanks,
    0
    y
    • 2
    • 2