You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS Version: Windows 10 Enterprise 10.0.19045 Build 19045
When viewing the "Query Results (Preview)" view to see multiple result sets at once (e.g. results of a script which executes multiple SELECT statements), result filters on any one result set are incorrectly being applied to all result set tables.
My expectation is for the behavior to match ADS, so when I filter on a column, I expect the filter to be applied to that column and that column only, rather than being applied to all tables shown in the results.
Steps to Reproduce:
Execute SQL script which returns multiple result sets (e.g. executes multiple SELECTs)
Attempt to filter a column on any returned table
Filter will attempt to apply to the correspondingly-indexed column on all result tables, instead of just the one
This seems to occur regardless of the data or structure returned, as long as the script returns more than one set.
The text was updated successfully, but these errors were encountered:
zcoop98
changed the title
Filters on results affect all result tables instead of just one, when results contain multiple sets/ tables
Result filters affect all result set tables instead of just the one they're added to
Feb 28, 2025
When viewing the "Query Results (Preview)" view to see multiple result sets at once (e.g. results of a script which executes multiple
SELECT
statements), result filters on any one result set are incorrectly being applied to all result set tables.My expectation is for the behavior to match ADS, so when I filter on a column, I expect the filter to be applied to that column and that column only, rather than being applied to all tables shown in the results.
Steps to Reproduce:
SELECT
s)This seems to occur regardless of the data or structure returned, as long as the script returns more than one set.
Here's a gif to demonstrate for clarity:
And a simple sample script if it helps:
The text was updated successfully, but these errors were encountered: