Whether or not the saved query is compatible with the current API version. This will be true if and only if SavedQuery.reportQuery is non-null. A saved query will be
incompatible with the API if it uses columns, dimensions, or other reporting features from the
UI that are not available in the ReportQuery entity.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["A SavedQuery stores selection criteria for running a report, essentially a saved ReportQuery."],["It has properties like ID, name, and the ReportQuery itself, accessible if compatible with the current API version."],["SavedQuery's compatibility depends on whether its ReportQuery uses features supported by the API, indicated by isCompatibleWithApiVersion."],["If a SavedQuery uses UI features unavailable in ReportQuery, it will be marked as incompatible."]]],["The `ReportService` uses `SavedQuery` to define report selection criteria. A `SavedQuery` has an ID, name, and a `ReportQuery`. `ReportQuery` is used when `isCompatibleWithApiVersion` is true. The `isCompatibleWithApiVersion` field indicates if the saved query works with the current API; if true, it includes a `ReportQuery` detailing report parameters. `SavedQuery` can be incompatible with the API if it references features unavailable in the `ReportQuery` entity.\n"]]