Skip to content

Conversation

@d45
Copy link
Contributor

@d45 d45 commented Dec 15, 2022

@johnDance @alicemhsiao @mwhagedorn @stephendeoca @bcantoni

  • updated release notes 1.10
  • updated Get Data topic with DataTableReader examples

Comment on lines 100 to 102
let vizActiveSheet = viz.workbook.activeSheet;
if (vizActiveSheet.sheetType === "worksheet") {
const dataTableReader = await vizActiveSheet.getSummaryDataReaderAsync();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above. We don't have the viz.workbook.activiteSheet in extensions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I missed that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got rid of the viz.workbook.activeSheet, but forgot to remove the vizActiveSheet from the remaining line.
Done now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you have committed that yet. It still has the vizActiveSheet in my review.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I spoke too soon (before the commit/push). It should be good now.
88f444f

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange. That commit had a banner that said it wasn't connected to anything. I'm running this through a fork, which might be the problem. I did another push (git push upstream). That seems to have worked.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had one more commit to fix some formatting with a catch block.

johnDance
johnDance previously approved these changes Dec 16, 2022
@d45 d45 merged commit 23fa307 into tableau:dev Dec 16, 2022
@d45 d45 deleted the d45_docs_1_10_release branch December 16, 2022 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants