NX SQL editor does not display the entire report query
search cancel

NX SQL editor does not display the entire report query

book

Article ID: 418442

calendar_today

Updated On:

Products

CloudHealth

Issue/Introduction

The NX SQL editor currently displays only the SQL query component that’s embedded as part of a larger report query, rather than the entire “report query” itself. This is a key difference compared to the Classic FlexReport editor, which presents the full GraphQL-based report query.

Resolution

Key Differences Between Classic (FlexReport) and NX editors

  • Classic FlexReport Editor: Shows the entirety of the report query, including parameters like timeRange, row limits, and any associated metadata as part of the GraphQL structure.

  • NX SQL Editor: Only displays the explicit SQL statement embedded within the report, so contextual elements like timeRange and row limits aren’t visible in the NX editor.