Question 45: Skipped
You have just created a histogram and now want to be able to change the size of bins dynamically. Using which of the following will easily satisfy your requirement?
A parameter is a global placeholder value such as a number, date, or string that can replace a constant value in a calculation, filter, or reference line.
For example, you may create a calculated field that returns True if Sales is greater than $500,000 and otherwise returns False. You can replace the constant value of ''500000'' in the formula with a parameter. Then, using the parameter control, you can dynamically change the threshold in your calculation.
For example -
https://help.tableau.com/current/pro/desktop/en-us/parameters_create.htm
Currently there are no comments in this discussion, be the first to comment!