Vordefinierte Berichte in verbundenen Google-Tabellenblättern ansehen
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite wird erläutert, wie Sie Berichte in verknüpften Google-Tabellen aufrufen. Außerdem wird erklärt, wie Sie Berichte in eine lokale Datei herunterladen.
Klicken Sie im Bereich Explorer auf den Pfeil arrow_right, um ein Dataset zu maximieren.
Wählen Sie einen vordefinierten Bericht aus. Beispiel: Backup Jobs Summary.
Klicken Sie auf Abfrage und wählen Sie entweder In neuem Tab oder In aufgeteiltem Tab aus.
Ein neuer Tab mit einer Beispielabfrage wird geöffnet.
Erstellen Sie eine Abfrage anhand der Feldnamen, die auf dem Tab Schema ausgefüllt sind. Mit der folgenden Abfrage können Sie beispielsweise den gesamten Bericht herunterladen.
SELECT * FROM `PROJECT_ID.BackupandDR_reports.Backup Jobs Summary`.
Klicken Sie auf Ausführen, um eine Vorschau der Abfrageergebnisse zu sehen.
Wählen Sie unter Ergebnisse speichern die Option CSV (lokale Datei) aus, um den Bericht in eine lokale Datei herunterzuladen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[],[],null,["# View prebuilt reports in Google connected sheets\n\nThis page explains how to view view reports in Google connected sheets. It also\nexplains how to download reports to a local file.\n\nAfter you [set up prebuilt reports](/backup-disaster-recovery/docs/monitor-reports/logs-route-bigquery#script), if you have access to Google Workspace,\nyou can view the results in Google connected sheets. For more information,\nsee [Using Connected Sheets](/bigquery/docs/connected-sheets).\n\nIf you don't have access to Google Workspace, you can [view the reports in Looker Studio](/backup-disaster-recovery/docs/monitor-reports/view-reports-lookerstudio)\nor download prebuilt reports in a CSV file. For instructions, see [Download prebuilt reports](#download).\n\nTo view prebuilt reports in Google connected sheets, do the following:\n\n1. In the Google Cloud console, go to the **BigQuery Studio** page:\n\n [Go to BigQuery Studio page](https://console.cloud.google.com/bigquery)\n2. In the **Explorer** panel, click the arrow_rightexpander arrow to expand a dataset.\n3. Select a prebuilt report. For example, `Backup Jobs Summary`.\n4. From **Export** , click **Explore with sheets**.\n\n A new tab opens in connected sheet with the report data.\n\nDownload prebuilt reports\n-------------------------\n\nAfter you set up the prebuilt reports, you can download them to a local file. For more information, see\n[Downloading and saving query results from the Google Cloud console](/bigquery/docs/writing-results#downloading-saving-results-console).\n\nTo download prebuilt reports in BigQuery, do the following:\n\n1. In the Google Cloud console, go to the **BigQuery Studio** page:\n\n [Go to BigQuery Studio page](https://console.cloud.google.com/bigquery)\n2. In the **Explorer** panel, click the arrow_rightexpander arrow to expand a dataset.\n3. Select a prebuilt report. For example, `Backup Jobs Summary`.\n4. Click **Query** and select either **In new tab** or **In split tab**.\n\n A new tab opens with a sample query.\n5. Write a query based on the field names that are populated in the **Schema** tab. For example, you can use the following query to download the entire report.\n\n SELECT * FROM `\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e.BackupandDR_reports.Backup Jobs Summary`.\n\n6. Click **Run** to display the preview of the query results.\n\n7. From **Save results** , select **CSV (local file)** to download report to a local file."]]