Hi everyone,
I’m experiencing an issue with Amazon QuickSight in the us-west-2 region. I am trying to create a dataset using Custom SQL against an Oracle database, but the “Parameters” pane is completely missing from the UI.
The Problem: When I open the “Edit Custom SQL” window, the left sidebar (Schema Explorer) shows the Data Source, Schema, and the list of Columns for the selected table, but the “Parameters” section that usually appears below the columns is nowhere to be found.
What I’ve already tried:
-
Manual Syntax: I tried entering
WHERE COLUMN = <<$parameter_name>>directly in the code. When I click “Run Query”, it fails with a “General SQL Error” because the parameter hasn’t been defined/created in the QuickSight metadata first. -
UI Troubleshooting: I’ve checked different browser zoom levels (scaling down to 80%) to see if it was a rendering issue, but the section remains hidden.
-
Permissions: I am logged in with a QuickSight Admin account.
-
Schema Refresh: I’ve tried switching schemas and tables to force a UI refresh, but only the “Columns” list populates; the “Parameters” header never appears.
Can someone help me?