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

Summary data column data type returns nothing but strings #121

Closed
craigbloodworth opened this issue May 22, 2018 · 3 comments
Closed

Summary data column data type returns nothing but strings #121

craigbloodworth opened this issue May 22, 2018 · 3 comments
Labels
2018.2 Released in 2018.2 Duplicate Logged Internally Issue which has been logged internally at Tableau

Comments

@craigbloodworth
Copy link

craigbloodworth commented May 22, 2018

sheet.getSummaryDataAsync({ignoreSelection: true}).then((data) => {

The column meta data contained in data.columns[i] has the attribute dataType which presumably is supposed to return string, float, int, date, etc.

However it seems to always be returning the value 'string' even when it's obviously not a string type:
image

@craigbloodworth craigbloodworth changed the title Summary Data Column Data Type all Strings Summary data column data type returns nothing but strings May 22, 2018
@johnDance
Copy link
Contributor

Hi Craig:
Thanks for your report. We have fixed this in house. It should be fixed in the next beta update. Thanks for working with extensions. We are excited to see what developers are building.
John

@elatt
Copy link

elatt commented Jun 21, 2018

I think this is a duplicate of #41. Is the GetUnderlyingDataAsync() call fixed as well?

@KeshiaRose
Copy link
Contributor

Yes, both are fixed in 2018.2.

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 Duplicate Logged Internally Issue which has been logged internally at Tableau
Projects
None yet
Development

No branches or pull requests

4 participants