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-08-20 UTC."],[[["A SavedQuery stores selection criteria for running a report, essentially a saved ReportQuery."],["It is identified by a unique ID and has a descriptive name."],["The `reportQuery` field contains the actual query definition but is only populated if the saved query is compatible with the current API version."],["Compatibility is indicated by the `isCompatibleWithApiVersion` field and hinges on whether the saved query utilizes features supported by the ReportQuery entity in the API."]]],["The `SavedQuery` within the `ReportService` defines the criteria for running a report, represented by a `ReportQuery`. Key fields include the `id` and `name` of the saved query. The `reportQuery` specifies the selection criteria and is present only if the query is compatible with the current API version. `isCompatibleWithApiVersion` indicates whether the saved query works with the current API; this field is true only if `reportQuery` is defined.\n"]]