0
0
Tableaubi_tool~10 mins

Subscriptions and alerts 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 create a subscription for a dashboard in Tableau.

Tableau
Subscribe to the dashboard by clicking the [1] button on the toolbar.
Drag options to blanks, or click blank then click option'
AExport
BSubscribe
CRefresh
DFilter
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Export' instead of 'Subscribe' because both are on the toolbar.
Selecting 'Refresh' which updates data but does not send emails.
2fill in blank
medium

Complete the sentence to set an alert condition in Tableau.

Tableau
To create an alert, select the measure and click [1] > Create Alert.
Drag options to blanks, or click blank then click option'
AMore Options
BAlert
CSubscribe
DData
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Subscribe' which is for dashboard emails, not alerts.
Selecting 'Alert' which is not a menu but an action inside 'More Options'.
3fill in blank
hard

Fix the error in the alert setup by completing the missing step.

Tableau
After selecting the condition, click [1] to save the alert.
Drag options to blanks, or click blank then click option'
ACancel
BClose
CDelete
DSave
Attempts:
3 left
💡 Hint
Common Mistakes
Clicking 'Cancel' which discards the alert setup.
Clicking 'Delete' which removes existing alerts.
4fill in blank
hard

Fill both blanks to complete the subscription setup steps.

Tableau
To subscribe, select the dashboard, click [1], then choose the [2] frequency.
Drag options to blanks, or click blank then click option'
ASubscribe
BDaily
CWeekly
DExport
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Export' instead of 'Subscribe' for the first blank.
Selecting 'Weekly' when the question asks for daily frequency.
5fill in blank
hard

Fill all three blanks to complete the alert configuration code snippet.

Tableau
If [1] [2] [3], then send alert email.
Drag options to blanks, or click blank then click option'
ASales
B>
C10000
DProfit
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'Profit' instead of 'Sales' which changes the alert logic.
Using '<' instead of '>' which reverses the condition.