Dashboard Subscription messing up order of published graphs

Hi,

I have started using the Dashboard Subscriptions but the order keeps getting messed up. I have 3 sub total summary tables and 1 grand total summary table. I need the grand total Summary total to show up last. But it keeps showing up 3rd.

Is there any way to fix this?

It is critical that the order is maintained.

It is very limiting that I cannot set the minute when the report goes out. This is limiting because at least this way I can control the order in which the reports are published.

Thank you,
Vinayak

{
  "browser-info": {
    "language": "en-US",
    "platform": "MacIntel",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.10+9",
    "java.vendor": "AdoptOpenJDK",
    "java.vendor.url": "https://adoptopenjdk.net/",
    "java.version": "11.0.10",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.10+9",
    "os.name": "Linux",
    "os.version": "4.14.193-149.317.amzn2.x86_64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "postgres",
      "h2",
      "redshift"
    ],
    "hosting-env": "elastic-beanstalk",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "11.10"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.2.18"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2021-03-03",
      "tag": "v0.38.1",
      "branch": "release-x.38.x",
      "hash": "79ef63a"
    },
    "settings": {
      "report-timezone": null
    }
  }
}
1 Like

Hi @VinayakK
You are seeing this issue:
https://github.com/metabase/metabase/issues/15030 - upvote by clicking :+1: on the first post
Latest release is 0.39.3: https://github.com/metabase/metabase/releases/latest

1 Like