0
0
Tableaubi_tool~10 mins

Documentation and naming conventions in Tableau - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to add a comment in Tableau calculated field.

Tableau
// [1] this calculation
Drag options to blanks, or click blank then click option'
ACalculate
BComment
CExplain
DThis is
Attempts:
3 left
💡 Hint
Common Mistakes
Leaving out comments entirely
Writing unclear or vague comments
2fill in blank
medium

Complete the naming convention for a calculated field that sums sales.

Tableau
[1]_Sum
Drag options to blanks, or click blank then click option'
ASales
BTotalSales
CSumSales
DSalesTotal
Attempts:
3 left
💡 Hint
Common Mistakes
Using vague or overly long names
Not following a consistent pattern
3fill in blank
hard

Fix the error in this Tableau calculated field comment syntax.

Tableau
/* [1] This is a comment */
Drag options to blanks, or click blank then click option'
A/*
B//
C--
D#
Attempts:
3 left
💡 Hint
Common Mistakes
Using single-line comment symbols inside block comments
Mixing comment styles
4fill in blank
hard

Fill both blanks to follow best practice for naming a calculated field for average profit.

Tableau
[1]_[2]
Drag options to blanks, or click blank then click option'
AAvg
BProfit
CAverage
DSum
Attempts:
3 left
💡 Hint
Common Mistakes
Using inconsistent abbreviations
Using vague names like 'AverageValue'
5fill in blank
hard

Fill all three blanks to create a descriptive comment header for a Tableau dashboard.

Tableau
/* [1]: [2] dashboard showing [3] */
Drag options to blanks, or click blank then click option'
AProject
BSales
Cmonthly revenue
DAnalysis
Attempts:
3 left
💡 Hint
Common Mistakes
Writing unclear or incomplete comments
Not using a consistent comment format