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

    Ian Bryan

    11/12/2025, 4:44 PM
    Hello - question about Scheduled Exports Previously I was informed of a limit to the number of 'actions' per day and am wondering if there is any way to: • Increase the limit • Found out how many actions have executed • Find more documentation on 'actions' (not sure if this is the accurate term)
    0
    k
    • 2
    • 4
  • v

    Victor Bjorn

    11/11/2025, 1:31 PM
    Hi, In my Angular 20 app, I’ve implemented a layout that displays the selected dashboard from the navigation bar. However, when I switch between dashboards that belong to different workspaces, I get 404 error on the screen and the following message in the browser console: Context is already set It seems that I need to re-set the context somehow, but I’m not sure what’s the proper way to do it. It's Web Component implementation and everything else works just fine. In my Angular component, I currently load the workspace scripts like this:
    Copy code
    private async loadScriptAsModule(url: string, id: string): Promise<any> {
      return new Promise((resolve, reject) => {
        const script = document.createElement('script');
        script.type = 'module';
        script.src = url;
        script.id = id;
    
        script.onload = async () => {
          try {
            const module = await window.eval(`import('${url}')`);
            resolve(module);
          } catch (err) {
            reject(err);
          }
        };
    
        script.onerror = reject;
        document.head.appendChild(script);
      });
    }
    Authentication setup:
    Copy code
    private setupGDBackend() {
      if(!this.gdBackend) {
        console.log("setting up tiger backend");
        this.gdBackend = tigerFactory()
          .onHostname(this.apiService.getGoodDataBaseUrl())
          .withAuthentication(
            new TigerJwtAuthProvider(this.token,
              this.notAuthHandler,
              this.jwtIsAboutToExpiryHandler,
              10)
          );
      }
    }
    That's how I set the context:
    Copy code
    this.workspaceModule.setContext({
      backend: this.gdBackend,
      workspaceId: workspaceId,
    });
    I tried to remove the loaded workspace A script and load the proper workspace B script and set the context again, but it hasn't helped. Could you please advise how to correctly re-initialize or reset the context when switching workspaces? Thank you!
    0
    k
    • 2
    • 1
  • c

    Chris Potts

    11/10/2025, 3:55 PM
    Hi I am looking at our usage data starts for user activity, is there anyway to see activity for provisioned users? I am looking to get some data on how many are logging in
    0
    k
    j
    • 3
    • 8
  • v

    Václav Slováček

    11/10/2025, 9:15 AM
    Hello, is there a change in behavior that if a label of an attribute it
    null
    in a table, then the attribute value itself is used instead? If so, can it be turned off?
    0
    k
    m
    • 3
    • 9
  • j

    James Ekema

    11/07/2025, 8:37 PM
    Hello, a second question: With a line chart, when using "Compare the period with" to prior periods, the tooltip for the data points shows the correct values, but not the correct dates for the "prior period" data points. Is this a bug and/or is there a way to work around this? See thread for example
    ✅ 1
    0
    k
    j
    p
    • 4
    • 9
  • j

    James Ekema

    11/07/2025, 8:18 PM
    Hello! Is it possible to dynamically adjust the time granularity of a line chart based on the selected date filter range? e.g. If I use a "Trend By" date, grouped by month, this works great for date filter periods of months or years. However if I select "Last Week", I get one data point, but I would instead prefer to have it group by day. Is there a "best fit" option, or a way to automatically (or even manually) adjust the "Trend By" grouping based on the selected date filter? See thread for example
    0
    k
    • 2
    • 2
  • n

    Nick Dysle

    11/07/2025, 4:54 PM
    Hello! I have been working on a dashboard that stems from a single visualization and am running into some issues with date filtering. Within the dashboard, I want to use 3 different dates that correspond to different facts within the visualization and dynamically filter the results by all 3. What would be the best way to do this? Also, if possible, is there a way to allow the user to select the past 14 days or some other time frame and have it affect all three filters simultaneously? Or would they need to change all three filters each time they used the dashboard?
    0
    k
    • 2
    • 4
  • c

    Cian Cullinan

    11/07/2025, 1:07 PM
    Hi Team, we're trying to configure our authentication with Gooddata Cloud as OIDC via JumpCloud. We've previously configured it with both Google and Auth0, but we cannot get it to work with JumpCloud. I know its not officially tested, but do you have any customers who have successfully set it up ? Alternatively, is it possible to use SAML ?
    0
    k
    m
    • 3
    • 7
  • m

    Mitch Gammie

    11/06/2025, 11:56 PM
    Hi everyone, has anyone figured out how to remove Hours and Minutes from the Date filters when they are added to a dashboard? In my data model the granularities are disabled and they are hidden as expected within the Analyze page for building reports but using the filter on an actual dashboard it still shows those Hour and Minute options which when selected result in no data loading, I would like to hide them on the dashboard as well if possible
    0
    k
    • 2
    • 7
  • d

    DasaDama

    11/06/2025, 11:49 AM
    Hi, I was wondering — is there a way to dynamically generate GoodData links that include hashed filters? My use case: I would like to have a Streamlit app with all other information and also offer a clickable link to GoodData, but this link should include all the necessary filters applied. From what I can see, the filters in GoodData are hashed. Is there any way — for example, an API endpoint — to get those hashed filters so that I can create these links dynamically? Thank you!
    0
    k
    • 2
    • 1
  • m

    Masha Akatieva

    11/05/2025, 10:07 AM
    hi guys, we're experiencing xlsx export issues across different users, could you please check if that's on your side? thank you
    0
    k
    y
    • 3
    • 4
  • z

    Ziad Metheni

    11/05/2025, 8:49 AM
    Hi team not sure if this is the right channel, I am experiencing an issue with my dashboard. I have added an insight recently to it and since then the dashboard is unable to load and raise a react issue when inspecting the page.
    👍 1
    0
    k
    m
    • 3
    • 2
  • v

    Václav Slováček

    11/05/2025, 8:48 AM
    Is there a way to load a list of visualizations via API without downloading the whole visualization definitions? Just selected items such as name and id?
    0
    k
    • 2
    • 1
  • r

    Raffaella Gozzini

    11/03/2025, 6:39 PM
    Hey Team I am seeing quite odd Rollup (Total) aggregated numbers, could I please share an example via DM to verify with you?
    0
    k
    m
    • 3
    • 5
  • r

    Raffaella Gozzini

    11/03/2025, 2:46 PM
    Hi Team, On custom colours in visualisation bars: I have a visualisation that returns no data when unfiltered (as expected), but gets populated when added to a dashboard and specific dashboard filtering criteria are added. In this scenario I find myself unable to edit the bar colours to match the rest of the dashboard, as when editing the visualisation, this goes back to being empty (see image). Is there any workaround for this?
    0
    i
    j
    • 3
    • 6
  • a

    Aman

    11/03/2025, 11:18 AM
    I wanted to show retention metric such as "Customer Retention", "Lifetime Value" etc. What is the best possible way of calculating it in Good Data?
    0
    k
    y
    • 3
    • 3
  • v

    Vivek Kushwaha

    11/03/2025, 6:22 AM
    Hi Team, I encountered an error while querying the data using the SQL query from ExplainAfm. Cannot run query, because it is invalid. DB request exception (state=GENERAL_ERROR dataSourceId=zengine_master vendorErrorState=GENERAL_ERROR vendorErrorCode=3) General errororg.postgresql.util.PSQLException: ERROR: target lists can have at most 1664 entries (Trace ID: 5a805ec447f1884f8d4c91eadce47ced) Could you please look into this ?
    0
    k
    • 2
    • 1
  • r

    Raffaella Gozzini

    10/31/2025, 6:29 PM
    Hi Team, any pointers on how to filter a table report like this one attached, to only show "Business" values where the overall (aggregated) completion % is above a certain threshold, while maintaining the breakdown of user, job title and individual content? I've tried using the metric filter, but it ends up looking at each row individually, and not at the aggregated Business level. The ultimate issue I have is that I need this to dynamically show only the businesses with a completion rate >80% and tie this report to a headline one, so by clicking the headline I can see this breakdown report.
    0
    j
    • 2
    • 3
  • t

    Tim Cashion

    10/31/2025, 3:48 PM
    Hi team, I have a question about showing attribute data in tables. I have a request from a customer to show the data in a 'wide' format instead of a 'long' format. Is this possible without changing the underlying data source? The issue with changing the underlying data source is that both 'Attribute' and 'Attribute Value' are user inputted values so we have 1000s of unique responses for each. Here's an example: (Long/Tidy):
    0
    m
    • 2
    • 2
  • r

    Raffaella Gozzini

    10/31/2025, 3:32 PM
    Hi, I have a question on a headline visualisation that appears as empty. I believe the metric is correct and should at the moment show "0" as I have no business unit with that percentage of completion. However this shows the No values to display message which suggests to the user that there may be an issue. Is there any way to force the headline to show 0% instead of this message?
    0
    m
    • 2
    • 2
  • r

    Raffaella Gozzini

    10/31/2025, 12:37 PM
    Hi Team, noticed that when adding aggregate rows there is consistently a blank space in between the table and the aggregate row. See attached. Is this a bug?
    👀 1
    0
    m
    • 2
    • 4
  • m

    Mira Jill Yumul

    10/31/2025, 3:57 AM
    Hi GoodData team, Is it possible to have a metric that counts firms who have exactly one associated matter (so far) for a barrister, within the given period? By given period, I mean the first matter's date falls within the applied date filter. I've prepared some metrics for this, but it doesn't seem to meet the expected requirement. For instance, when a barrister has been briefed by the firm 11 times (has 11 matters), then this firm will no longer be counted at all. What's currently happening is that, since the barrister has only been briefed by the firm once within this month, then it is still considered as a "new firm". Another example: 1. Given Barrister A has never had a matter with Firm A on Oct 15, 2025 2. When Firm A has a matter with Barrister A on Oct 16, 2025 3. Then Firm A will count as a ‘New Firm’ for Barrister A from the period that includes Oct 16, 2025 a. If the filter is FY Q1 (Jul-Sep) - then Firm A will not count as a New Firm for Barrister A b. If the filter is FY Q2 (Oct-Dec) - then Firm A now counts as a New Firm for Barrister A I wonder if this is something that we could do in GD? Thanks in advance and apologies for the long read!
    0
    k
    j
    • 3
    • 5
  • s

    Sam Mayen

    10/30/2025, 9:21 PM
    Hello team! I'm trying to hunt down a bug that's causing some alerts to fail in one of our workspaces but I need the Snowflake Query ID to really get into the nitty gritty. Any chance someone could grab that for me? Trace ID for the Alert error: 6fbd62c298469997
    0
    j
    j
    m
    • 4
    • 16
  • r

    Raffaella Gozzini

    10/30/2025, 5:27 PM
    Hi Team. question on GoodData MCP Server (experimental feature). I see the available tools are the following: • List all metrics in a workspace • Get workspace name, description, organization information • See active alerts and scheduled exports • Create new alerts (comparison, range, or relative) • Update thresholds, operators, or convert alert type • List available delivery channels (email, Slack, webhooks) Are you planning to expand this list to allow creation of metrics, visualisations and dashboards?
    0
    k
    m
    p
    • 4
    • 3
  • r

    Raffaella Gozzini

    10/30/2025, 11:09 AM
    Hi Team, question on dashboard views: my understanding is that these are set individually (e.g. if I set views on a shared dashboard, these are only appearing for me). is there any plan for admins to set certain views for all viewers of the dashboard?
    0
    k
    y
    p
    • 4
    • 5
  • m

    Masha Akatieva

    10/30/2025, 9:50 AM
    Hi GD team, i imagine some deletions took place at our data model level and now we have phantom objects. Is there a way to recover or delete them from the metadata?
    0
    j
    • 2
    • 3
  • a

    Aishwarya K

    10/30/2025, 4:49 AM
    Hello GoodData Team, @kapa.ai When I try to create a custom SQL dataset in the GoodData LDM for an object that exists as a view in the Snowflake data source, it results in a timeout error after 30 seconds of execution. This issue does not occur with other regular tables. According to the GoodData documentation, the default timeout is set to 160 seconds. However, the query stops after just 30 seconds. Please help us identify if there is any specific setting we should adjust to increase the timeout limit, or assist us in investigating this issue further. Please refer below SS for reference:
    0
    k
    j
    +2
    • 5
    • 14
  • s

    Slackbot

    10/30/2025, 4:47 AM
    This message was deleted.
    0
    k
    • 2
    • 1
  • m

    Mira Jill Yumul

    10/27/2025, 2:29 AM
    Hi GoodData team, I just wanted to reach out regarding a
    java.sql.SQLNonTransientConnectionException
    issue occurring in one of our visualizations. We would like to have a Barrister Overview table that lists the financial metrics (total invoices, outstanding, receipts, etc.) per barrister. In this scenario, it seems that if we add the 'Matter Count' metric, the error appears. Could you please help check and advise whether this is due to the size of the data, or complexity of the query? Thanks in advance 🙏 Link: https://barbooks-au.cloud.gooddata.com/analyze/#/1cb8f28d23d94c71b970f255178d0c4b/a3704fed-cfaa-4321-8876-5d9468443880/edit/reload
    0
    j
    • 2
    • 6
  • m

    Max Donsky

    10/24/2025, 4:48 PM
    hi there - trying to use a filter for what is shown as "has prior done app" which comes from a new dataset that was added to our LDM - but when switching the filter to 'true" we get this error. Can someone please advise
    👀 1
    0
    m
    • 2
    • 1