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

Tableau Extension API : Column name change with current language | Add property "fieldId" to "Field" class #568

Open
apiveteau opened this issue Nov 29, 2024 · 0 comments

Comments

@apiveteau
Copy link

apiveteau commented Nov 29, 2024

Hello !
I work on Dashboard & Viz extension in Tableau, and we use Tableau Extension API 1.12.0-pre.16

Is it possible to add the property fieldId in the Field class ?
I try to get the original name of the data source columns (not the translation result) to make it persistent through multiple users with many different languages.
I would like to link "Field" class with "Column" class returned by

The property exist in Column class (like Columns in sources returned by getAllPagesAsync())

image

But it don't in Field list returned by getDataSourcesAsync:

let dataSource = await tableauWorksheet.getDataSourcesAsync()[0]
// Fields
let { fields } = dataSource;

image

Version information:

  • Tableau version: 2024.2
  • Tableau Extension API 1.12.0-pre.16

Thanks a lot for any help on this <3

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

No branches or pull requests

1 participant