Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some of the sorting functions in the grid do not work #1966

Closed
kyungtaak opened this issue Apr 28, 2019 · 0 comments
Closed

Some of the sorting functions in the grid do not work #1966

kyungtaak opened this issue Apr 28, 2019 · 0 comments
Labels
bug Something isn't working @datasource Component Name : Datasource/Connection Management
Milestone

Comments

@kyungtaak
Copy link
Contributor

Describe the bug
The sort function does not work properly in the data grid if the column of dimension role is defined as an integer or a real number.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Datasource management'
  2. Create datasource using this file test_sort.csv.txt (remove '.txt')
  3. Set schema
    • d1 column is integer type and dimension role
    • m2 column is integer type and measure role
  4. After creating datasource, move to "Data" tab in datasource detail view
  5. Click to "sort" icon in grid header
  6. See error

Expected behavior
The sort function should work properly according to the column data type.

Screenshots
image

Desktop (please complete the following information):
(N/A)

Additional context
Linked with #1895

@kyungtaak kyungtaak added this to the 3.3.0 milestone Apr 28, 2019
@kyungtaak kyungtaak added @datasource Component Name : Datasource/Connection Management bug Something isn't working labels Apr 28, 2019
alchan-lee pushed a commit that referenced this issue May 17, 2019
…2014)

* #1921 add status property to api for datasource in workspace

* #1921 Change data source list screen design in workspace

* #1921 remove duplicate style

* #1921 Show proper error msg when similarity API fails

* #1921 add disable icon from datasource list in workspace

* #1869 remove 'typeString' property in ingestion spec.

* #2012 fix no access workbook in a workspace which is allowed anyone to access

* Set new version to 3.2.2

* #1966 fix sort error if the column of dimension role is defined as an integer

* #1816 disable file upload while uploading file

* #2009 fix dataflow icon error in ie11 

* #2009 Change svg icon to png -> IE doesn't support svg

* #2009 Add mssql svg icon for dataprep

* #1850 fix the user must not move the workbook to a workspace with watcher privileges

* #1996 fix unnatural translations on lnb

* #1921 Change data source list screen design in workspace

* #1921 remove status parameter

* #1921 Add tooltips for inactive icons and add search initialization events

* #1921 Added an disable icon to the datasource that ingestion failed

* #1921 change icon tooltip message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @datasource Component Name : Datasource/Connection Management
Projects
None yet
Development

No branches or pull requests

1 participant