embedding-api-v3-guide icon indicating copy to clipboard operation
embedding-api-v3-guide copied to clipboard

Incorrect float parameter value

Open florent-guinard opened this issue 3 years ago • 4 comments

I have an issue with the Embedding API retrieving the value of a float parameter in one of our Worksheets: image

This Worksheet is embedded with the Embedding API and we use the following code to logs its parameters: const sheet = viz.workbook.activeSheet; const parameters = await viz.workbook.getParametersAsync(); console.log(parameters);

The Embedding API returns an incorrect value for this parameter: image

The JavaScript API returns the expected value for the same Worksheet/parameter: image

florent-guinard avatar Jun 15 '22 15:06 florent-guinard

Hi @florent-guinard - I am not able to reproduce it. Could you give me edit access to your workbook please?

illonage avatar Jun 20 '22 19:06 illonage

@illonage Sure: https://glitch.com/edit/#!/vanilla-pyrite-beret You should be able to open/edit the Viz (you're an Explorer on this Tableau preview site)

florent-guinard avatar Jun 21 '22 08:06 florent-guinard

@florent-guinard I would need edit access to the workbook to check how you set up your parameter

illonage avatar Jun 21 '22 15:06 illonage

@illonage My bad, it should be ok now !

florent-guinard avatar Jun 21 '22 15:06 florent-guinard