extensions-api icon indicating copy to clipboard operation
extensions-api copied to clipboard

MarksInfo undefined using getSummaryDataAsync

Open cjkooij opened this issue 3 years ago • 1 comments

We'd like to get the MarkInfo of all the datapoints in a worksheet but seem to get "undefined" returned for "MarksInfo" when using getSummaryDataAsync.

image

When an element in the visualisation is selected and getSelectedMarksAsync is applied, the MarksInfo is supplied.

image

How is it possible to get the MarksInfo on all elements (selected or not selected)? It doesn't seem to be any of the options in GetSummaryDataOptions.

Thank you kindly in advance for the help.

Version information:

  • Tableau version: Online
  • OS: MacOs
  • Browser Safari
  • Version Version 15.6 (17613.3.9.1.5)

Steps to reproduce (please include a code snippet, if possible): See images and text supplied above.

A clear and concise description of what you expected to happen.

See images and text supplied above.

If possible, attach a workbook with sample data add/or screenshots to help explain your problem.

NOTE: Be careful not to post user names, passwords, auth tokens or any other private or sensitive information.

cjkooij avatar Aug 13 '22 08:08 cjkooij

Hi @cjkooij I'm afraid marksInfo is not fully implemented. It is marked as not implemented in the documentation (https://tableau.github.io/extensions-api/docs/interfaces/datatable.html#marksinfo)

It is on our roadmap. Thank you, John

johnDance avatar Aug 15 '22 20:08 johnDance