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

changeParameterValueAsync is accepting display text instead of value ? #44

Open
hackwithharsha opened this issue Oct 20, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@hackwithharsha
Copy link
Contributor

Hi Team,

Thanks for releasing Tableau 2022.3 for On-Premise Tableau Server customers..

Here is another issue with Tableau Embedding V3 with changeParameterValueAsync function. which is accepting display text instead of value.

workbook.changeParameterValueAsync("P.Show_Hide", 2)

Thank you !!

@ashwinar
Copy link

Hello,

Just to clarify - The signature for the method is changeParameterValueAsync(name, value). Reference

Your above syntax looks correct to me. Is it something else I am missing here?

@illonage illonage added the help wanted Extra attention is needed label Nov 22, 2022
@hackwithharsha
Copy link
Contributor Author

@ashwinar @illonage When you create a parameter in Tableau with a display text as "Hello" and value as "1"

It is accepting "Display text" instead of the value of the parameter ? In this case, it is accepting Display text i.e, Hello... Usually, Function naming convention says "changeParameterValueAsync" which should be value, even in tableau calculations we use value not the display_text in custom calculations..

@bcantoni bcantoni added the documentation Improvements or additions to documentation label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants