InterviewSolution
Saved Bookmarks
| 1. |
What is a parameter in Tableau? |
|
Answer» The parameter is a variable (numbers, strings, or date) created to replace a constant value in calculations, filters, or reference LINES. For example, you create a field that returns true if the sales are greater than 30,000 and false if otherwise. Parameters are USED to replace these numbers (30000 in this CASE) to dynamically set this during calculations. Parameters allow you to dynamically modify values in a CALCULATION. The parameters can accept values in the following options:
|
|