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

getUnderlyingDataAsync() and getSummaryData() returns all columns as string #41

Closed
gyulalaszlo opened this issue Oct 26, 2017 · 8 comments
Assignees
Labels
2018.2 Released in 2018.2 Bug Logged Internally Issue which has been logged internally at Tableau

Comments

@gyulalaszlo
Copy link

When using getUnderlyingDataAsync in Tableau Desktop Beta build 17.0929.1346 the returned columns are always reported as having string dataType.

When testing with Superstore, calling (example code)

worksheet
    .getUnderlyingDataAsync({
        maxRows          : 0,
        includeAllColumns: true
     }).then( table => table.columns.forEach(c=>
         addToLog(`${c.name} : ${c.dataType}`)
     ));

results in:

...
Category : string
Order Date : string
Order Profitable? : string
...

Other Tableau workbooks also exhibit the same behaviour, as have previous versions of frelard.

@benlower
Copy link
Contributor

@gyulalaszlo @tfoldi thanks for reporting this we will take a look

@benlower benlower added the Bug label Oct 27, 2017
@lbrendanl
Copy link
Contributor

Yeap, this is definitely our bug, was able to reproduce with any sample.

@tfoldi
Copy link
Collaborator

tfoldi commented Dec 15, 2017

any update guys?

@elatt
Copy link

elatt commented Jun 21, 2018

This appears to still be present in build 2018.2 Beta 1

@johnDance
Copy link
Contributor

This has been fixed internally, and will be part of our our next release. Thanks!

@marco79cgn
Copy link

Has this already been released? If so, which Tableau version contains the bugfix?

@johnDance
Copy link
Contributor

Hi, this should be fixed in the final 2018.2 and all releases going forward.

@KeshiaRose
Copy link
Contributor

Closing this as it was fixed in 2018.2. This is different from the bug with values being returned as strings which we will keep track of in #192.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2018.2 Released in 2018.2 Bug Logged Internally Issue which has been logged internally at Tableau
Projects
None yet
Development

No branches or pull requests

9 participants