× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
nareshnasha(*) reported 2017-03-27T09:34:58Z  · tariqrahiman last modified 2017-03-29T04:35:48Z

Sort Ascending and Sort Descending options are not working if we right click on the field and select Ascending or Descending Sort option.


Priority Low
Complexity Unknown
Component Q Analyzer - Pivot Grid Results
Version 19.0

Product: Aqua Data Studio

Version: 19.0.0-dev-7

Build #: 53703

Build Date: 2017-Mar-26 09:15:36 PM

 

Operating Environment: Linux (4.4.0-42-generic, amd64) / UTF-8 / en / US / Oracle Corporation 1.8.0_102-b14

Memory: Max=704,643,072; Total=362,283,008; Free=202,288,600; CPUs=8

 

Steps to Reproduce:-

1. Launch ADS

2. Connect SQL Server 2012

3. Expand Database tree node.

4. Right click on table node and Select Query Analyzer.

5. In Query Analyzer Execute below scripts.

 

CREATE TABLE [dbo].[Employees]  ( 
        [Id]            int NOT NULL,
        [Name]          varchar(25) NOT NULL,
        [Phone_no.]     int NOT NULL,
        [Location]      varchar(25) NOT NULL 
        )


INSERT INTO [dbo].[Employees]([Id], [Name], [Phone_no.], [Location]) 
   VALUES(1, 'Naresh', 97901, 'PUNE')
GO
INSERT INTO [dbo].[Employees]([Id], [Name], [Phone_no.], [Location]) 
   VALUES(3, 'Vaibhav', 23901, 'PUNE')
GO
INSERT INTO [dbo].[Employees]([Id], [Name], [Phone_no.], [Location]) 
   VALUES(5, 'Aditi', 297901, 'MUMBAI')
GO
INSERT INTO [dbo].[Employees]([Id], [Name], [Phone_no.], [Location]) 
   VALUES(4, 'Abhishek', 97141, 'BANGLORE')
GO
INSERT INTO [dbo].[Employees]([Id], [Name], [Phone_no.], [Location]) 
   VALUES(2, 'Pranita', 57901, 'CHENNAI')
GO
Select * from dbo.Employees
GO

 

6. Go to Pivot Grid tab.

7. From Field List Window,

- Drag name to Drag Row Field here section.

- Drag id to Drag Column field here section.

8. Right click on name in Drag Row field here section and Select Ascending or Descending option.

 

Result:-

Column Field values and Row Field values are not getting sorted.

 

Expected Result:- 

Column Field values and Row Field values should get sorted.

 

Observations:-

 

Behaviour in different ADS builds.

Behaviour of Ascending and Descending Sort.

      WINDOWS

      UBUNTU

         MAC

ADS 19 dev-7

Y

Y

Y

ADS v18

Y

Y

Y

ADS 17

Y

Y

Y

Y - Issue is Reproducible.

N - Issue is not reproducible.

 

 

1 attachment

Issue #15103

Closed
Invalid
Resolved 2017-03-28T18:12:00Z
 
 
Completion
No due date
No fixed build
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017