{"id":10283,"date":"2024-11-23T13:03:55","date_gmt":"2024-11-23T21:03:55","guid":{"rendered":"https:\/\/inside.ewu.edu\/institutional-research\/?page_id=10283"},"modified":"2025-03-07T09:29:27","modified_gmt":"2025-03-07T17:29:27","slug":"tableau-training","status":"publish","type":"page","link":"https:\/\/inside.ewu.edu\/institutional-research\/tableau-training\/","title":{"rendered":"Tableau Training"},"content":{"rendered":"<div class=\"gb-container gb-container-ca3cd8f8\">\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n<title>All-Purpose Datablocks<\/title>\n\n<style>\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}  \n\n.modaldivone {\n  margin-left: 2rem;\n  padding: 0.2rem;\n  font-family: 'Montserrat', sans-serif;\n  width: 100%;\n    display:flex-wrap;\n    justify-content: center;\n    align-items: center;\n}\n\n.center {\n  margin: auto;\n  width: 50%;\n}\n\n\n.btn-hero {\n  margin: 0.1rem;\n  padding: 0.2rem;\nfont-size: 14px;\nFONT-WEIGHT:800;\nline-height: 40px;\nwidth: 500px; \/* Button Width *\/\nheight: 50px; \/* Button Height *\/\nbackground: #DCDCDC;\n  color: #000;\nborder: dashed 2px;\n}\n    \n.btn-hero:hover {\n  color: #fff !important;\n  background: #b7142e !important;\nborder: dashed 2px;\n}\n\n\n\/* Modal *\/\n.modal {\n  position: fixed;\n  left: 0;\n  top: 10%; \/* Pct from top of page to top of Modal *\/\n  width: 100%;\n  height: 100%;\n  display: none;\n  justify-content: center;\n  align-items: flex-start; \/* or center *\/\n\n  \n  \n  z-index: 1000; \/* depending on what z-index values exist in your page, in order for the modal layer to sit on top of other content *\/\n  overflow: auto; \/* enable scrolling if needed - although this is not really necessary since we are going take care of overflow in modal-content *\/\n  background-color: rgba(0,0,0,0.8);\n}\n\n.modal.modal-show {\n  animation: fadeIn 0.1s ease-in-out forwards;\n}\n.modal.modal-hide {\n  animation: fadeOut 0.1s ease-in-out 0.1s forwards;\n}\n\n.modal-content {\n  position: relative;\n  background-color: #fff;\n  margin: 2rem;\n    padding: 2rem;\nborder-radius: 0.25rem;\n  width: 80%; \/* Pct of page width used for Modal *\/\n  max-height: 75%;\n  overflow: auto;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.4);\n}\n\n.modal.modal-show .modal-content {\n  animation: fadeInDown 0.3s ease-in-out forwards;\n}\n.modal.modal-hide .modal-content {\n  animation: fadeOutUp 0.2s ease-in-out forwards;\n}\n\n.modal-content h1 {\n  text-align: center;\n  margin-bottom: 2rem;\n}\n\n.modal-content h3 {\n  text-align: center;\n  margin-bottom: 1.75rem;\n}\n\n.modal-content h4 {\n  text-align: center;\n  margin-bottom: 1.5rem;\n}\n\n.modal-content p {\n  margin: 1rem 0;\n  line-height: 1.15rem;\n}\n\n\n \/*\n.modal-content iframe {\n    max-width: 100%;\n    max-height: 100%;\n    display: flex;\n    align-content:center;\n    border-style:none;\n    margin: 0 auto;\n    background-color: #777;\n}\n *\/\n\n\n.modal-content img {\n    max-width: 100%;\n    max-height: 100%;\n    display: flex;\n    align-content:center;\n    border-style:none;\n    margin: 0 auto;\n    background-color: #777;\n}\n\n.modal-close {\n  position: absolute;\n  top: 0;\n  right: 0;\n  font-size: 1.75rem;\n  font-weight: bold;\n  padding: 0 0.75rem;\n  \/* width: 2rem;\n  height: 2rem;\n  display: flex;\n  justify-content: center;\n  align-items: center; *\/\n  color: #000;\n  cursor: pointer;\n  user-select: none;\n}\n\n.modal-close:hover, .modal-close:focus {\n  color: #b7142e;\n}\n\n\/* Animations *\/\n@keyframes fadeIn {\n  0% {\n    opacity: 0;\n  }\n  100% {\n    opacity: 1;\n  }\n}\n@keyframes fadeOut {\n  0% {\n    opacity: 1;\n  }\n  100% {\n    opacity: 0;\n  }\n}\n@keyframes fadeInDown {\n  0% {\n    opacity: 0;\n    transform: translateY(-3rem);\n  }\n  100% {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n@keyframes fadeOutUp {\n  0% {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  100% {\n    opacity: 0;\n    transform: translateY(-3rem);\n  }\n}\n\n@media(max-width: 992px) {\n  html { font-size: 14px; }\n  .modal-content { width: 80%; }\n}\n@media(max-width:767px) {\n  html { font-size: 12px; }\n  .modal-content { padding: 2rem 1rem 1rem 1rem; width: 90%; }\n  .modal-content h1 { margin-bottom: 1.5rem; }\n}\n\n.divtitle {\n    width: 100%;\n    height: 75px;\n}\n\n.hollow {\n  font-size: 60px;\n  font-weight: 600;\n  text-align:center;    \n  color: black;\n  -webkit-text-fill-color: white; \/* Will override color (regardless of order) *\/\n  -webkit-text-stroke-width: 1px;\n  -webkit-text-stroke-color: black;\n  }\n\n.hollowtwo {\n  font-size: 60px;\n  font-weight: 600;\n  text-align:center;    \n  color: #b7142e;\n  -webkit-text-fill-color: #b7142e; \/* Will override color (regardless of order) *\/\n  -webkit-text-stroke-width: 1px;\n  -webkit-text-stroke-color: #b7142e;\n  }\n\nspan.filled {\n  font-size: 60px;\n  font-weight: 600;\n  text-align:center;    \n  color: black;\n  -webkit-text-fill-color: black; \/* Will override color (regardless of order) *\/\n  -webkit-text-stroke-width: 0px;\n  -webkit-text-stroke-color: black;\n  }\n\ntable {\n  table-layout: fixed;\n  width:100%;\n}\n\ntable caption {\n  font-size: 1.5em;\n  margin: .5em 0 .75em;\n}\n\ntable td {\n  background: #dcdcdc;\n  color: black;\n  border-radius: 0;\n  top: 0;\n  padding: .625em;\n    text-align: center;\n\n}   \n\ntable td a {\n  background: #dcdcdc;\n  color: black;\n  text-decoration: underline;\n}     \n\ntable td:hover {\n  background-color: #b7142e;\n  color: #fff;\n  transition: 0.3s;\n}\n\ntable td:hover a {\n  background-color: #b7142e;\n  color: #fff;\n    cursor: pointer;\n    text-decoration: underline;\n  transition: 1.0s;\n}\n\n\n\n<\/style>\n<\/head>\n<body>\n\n   <div class=\"divtitle\">\n      <p class=\"hollowtwo\"><span class=\"filledtwo\">TABLEAU<\/span><\/p>   \n   <\/div>    \n\n   <div class=\"divtitle\">\n      <p class=\"hollow\">RESOURCES + <span class=\"filled\">TRAINING<\/span><\/p>   \n   <\/div>    \n\n\n<div class=\"modaldivone\">\n\n\n<button class=\"btn-hero\" data-modal-target=\"modal13\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getting Started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button> <!-- modal triggering buttons selection by \"data-modal-target\" attribute. Alternatively, we could define a class e.g. \"modal-trigger\" -->\n  <button  class=\"btn-hero\" data-modal-target=\"modal14\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Basic Troubleshooter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n  <button  class=\"btn-hero\" data-modal-target=\"modal15\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Three Types of Dashboards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n  <button  class=\"btn-hero\" data-modal-target=\"modal16\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Running Reports&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n  <button  class=\"btn-hero\" data-modal-target=\"modal17\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interacting With Dashboards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n  <button  class=\"btn-hero\" data-modal-target=\"modal18\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dashboard Essentials by Topic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n  <button  class=\"btn-hero\" data-modal-target=\"modal19\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Public Tableau Videos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>  \n  <button  class=\"btn-hero\" data-modal-target=\"modal20\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How to Use a Tableau Dashboard &#8211; The Basics&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n  <button  class=\"btn-hero\" data-modal-target=\"modal21\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Quick Start Guide&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n  <button  class=\"btn-hero\" data-modal-target=\"modal22\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getting Started with Tableau (Video)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>    \n    <button  class=\"btn-hero\" data-modal-target=\"modal23\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Using Dashboards as a Viewer (Video)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>\n  <button  class=\"btn-hero\" data-modal-target=\"modal24\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Free Online Training Courses&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>    \n\n\n  <button  class=\"btn-hero\" data-modal-target=\"modal25\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Keep or Exclude Data Points in a View&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>    \n  <button  class=\"btn-hero\" data-modal-target=\"modal26\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Build Common Chart Types in Data Views&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>    \n  <button  class=\"btn-hero\" data-modal-target=\"modal27\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Visual Vocabulary (Dashboard)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>    \n  <button  class=\"btn-hero\" data-modal-target=\"modal28\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;History of the Dow30 (Dashboard)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>    \n\n  <button  class=\"btn-hero\" data-modal-target=\"modal29\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dashboard Basics &#8211; Using Highlighting to Filter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>    \n  <button  class=\"btn-hero\" data-modal-target=\"modal30\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An Earthquake Trend Story #1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>    \n  <button  class=\"btn-hero\" data-modal-target=\"modal31\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An Earthquake Trend Story #2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>    \n  <button  class=\"btn-hero\" data-modal-target=\"modal32\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sorting Data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>  \n\n  <button  class=\"btn-hero\" data-modal-target=\"modal33\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Filtering Data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>  \n  <button  class=\"btn-hero\" data-modal-target=\"modal34\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Viewing Underlying Data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>  \n  <button  class=\"btn-hero\" data-modal-target=\"modal35\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tableau Desktop vs. Tableau Server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>  \n  <button  class=\"btn-hero\" data-modal-target=\"modal36\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tableau Canvas Course&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>  \n\n\n  <button  class=\"btn-hero\" data-modal-target=\"modal37\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Three Different Tableau Reporting Tools&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/button>  \n\n<\/div>\n\n<!--   MODAL 13   -->\n\n\n<div class=\"modal\" id=\"modal13\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Did you know all EWU employees have free access to Tableau?<\/h2>\n     <h3 style=\"text-align:center;\">Tableau is required to view many different data dashboards at EWU. If you haven&#8217;t already, just fill out and submit the request form.<\/h3>\n<table>\n<tbody>\n<tr>\n    <td scope=\"row\"><a href=\"https:\/\/support.ewu.edu\/support\/catalog\/items\/113\">Request Tableau Access<\/a><\/td>\n    <td><a href=\"https:\/\/in.ewu.edu\/financialservices\/wp-content\/uploads\/sites\/44\/2019\/02\/Tableau-Web-based-Training-Material.pdf\">Tableau Resources Webpage<\/a><\/td>\n    <td><a href=\"https:\/\/canvas.ewu.edu\/courses\/1311704\">Tableau Canvas Course<\/a><\/td>\n    <\/tr>\n<\/tbody>\n<\/table>\n    <\/div>\n  <\/div>\n\n<!--   MODAL 14   -->\n\n <div class=\"modal\" id=\"modal14\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">How to Solve Common Tableau Problems:<\/h2>\n  <p>Tableau recognizes the permission level of each individual user. This limits the most commom problems to one of the following:<\/p>\n  <ul>\n     <li>Not being able to log in to Tableau:<\/li>\n  <ul>\n     <li style=\"list-style-type:disc;\">You probably still need to request Tableau access.<\/li>  \n     <\/ul>   \n      <\/ul>   \n   <ul>\n      <li>Not being able to view any data using Tableau:<\/li>\n  <ul>\n     <li style=\"list-style-type:disc;\">You probably still need to request database access.<\/li>  \n     <\/ul>   \n     <\/ul>   \n  <ul>\n   <li>Not being able to run a dashboard or data report:<\/li>\n  <ul>\n     <li style=\"list-style-type:disc;\">The data behind the dashboard probably requires a higher permission level than what has been granted to you.<\/li>\n <li style=\"list-style-type:disc;\">If you believe your permission level should allow you to view any data that you can&#8217;t, please check with your supervisor, re-submit the database access requesr form, or both.<\/li>\n      <\/ul>       \n      <\/ul>       \n    <\/div>\n  <\/div>\n\n<!--   MODAL 15   -->\n \n <div class=\"modal\" id=\"modal15\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">The Three Ways Dashboards Are Displayed:<\/h2>\n  <br>\n  <ul>\n     <li><strong>As a single dashboard:<\/strong><\/li>\n  <ul>\n     <li style=\"list-style-type:disc;\">An individual dashboard  typically does not have any navigation functions (no tabs or cards).<\/li>\n     <li style=\"list-style-type:disc;\">Our <a href=\"https:\/\/inside.ewu.edu\/institutional-research\/eastern-up-close\/peer-comparison\/\">Annual Retention<\/a> series is a single dashboard.<\/li>  \n     <\/ul>   \n     <li><strong>A Set of Dashboards:<\/strong><\/li>\n  <ul>\n     <li style=\"list-style-type:disc;\">A set of dashboards will be displayed in tabs rather than cards. Any filters chosen on one tab will be applied to all tabs.<\/li>  \n     <li style=\"list-style-type:disc;\">For example, <a href=\"https:\/\/inside.ewu.edu\/institutional-research\/eastern-up-close\/peer-comparison\/\">Our Peer Institutions<\/a> dashboard has seven tabs with each essentially being another dashboard.<\/li>\n         <\/ul>   \n  <\/ul>\n  <ul>\n    <li><strong>As a Story:<\/strong><\/li>\n  <ul>\n     <li style=\"list-style-type:disc;\">The cards across the top of the dashboard help navigate you through the narrative of the data visualization. Filters will not carry over across cards.   <\/li>  \n     <li style=\"list-style-type:disc;\">The <a href=\"https:\/\/tableau.ewu.edu\/t\/ewu\/views\/Retention_Rate_by_Term_V1_16021032782470\/StudentRetention\">First Time in College (FTIC) Retention and Graduation Rates<\/a> dashboard is a Tableau Story. Each card uses different, but relevant data providing greater insight and context.<\/li>  \n      <\/ul>   \n     <\/ul>\n    <\/div>\n  <\/div>\n\n\n<!--   MODAL 16   -->\n\n<div class=\"modal\" id=\"modal16\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">How to Run Data Reports Using Tableau:<\/h2>\n<br>\n<p>You will find a wide variety of Tableau dashboards at EWU:<\/p>\n<ul>\n  <li>Some provide insight into issues that support EWU&#8217;s overall mission and vision &#8211; where all EWU employees can make an impact.<\/li>\n  <li>Other dashboards, such as those used for specific operational purposes, only a few employees have a need-to-know the information. So you may or may not be able to access a dashboard based on the content and your permission level to view its data.<\/li>\n<ul>\n  <li>If you have access, dashboards with any higher-level data will prompt you to log in using your EWU Oracle credentials. If you do not have access, you will not see an Oracle credentials prompt.<\/li>\n  <li>More information is available from the <a href=\"https:\/\/support.ewu.edu\/support\/home\">EWU IT Help Desk<\/a> website.<\/li>\n<\/ul>\n<\/ul>\n<br>\n     <h3 style=\"text-align:center;\">Additional Tableau Data Reporting Resources:<\/h3>\n<table>\n<tbody>\n<tr>\n    <td scope=\"row\"><a href=\"#\">Link #1<\/a><\/td>\n    <td><a href=\"#\">Link #2<\/a><\/td>\n    <td><a href=\"#\">Link #3<\/a><\/td>\n    <\/tr>\n<tr>\n    <td><a href=\"#\">Link #4<\/a><\/td>\n    <td><a href=\"#\">Link #5<\/a><\/td>\n    <td><a href=\"#\">Link #6<\/a><\/td>\n    <\/tr>    \n<\/tbody>\n<\/table>\n    <\/div>\n  <\/div>\n\n\n<!--   MODAL 17   -->\n\n<div class=\"modal\" id=\"modal17\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n<br>\n    <h2 style=\"text-align:center;\">Interacting With Dashboards<\/h2>\n  <ul>\n   <li><strong>Using Filters:<\/strong><\/li>\n  <ul>\n     <li style=\"list-style-type:disc;\">Most dashboards have filters to refine the data results by including or excluding data. For example, selecting an individual academic year includes those data only while excluding all data for other academic years.<\/li>\n     <li style=\"list-style-type:disc;\">After a filter is selected, the dashboard updates reflecting the new specifications.<\/li>\n     <li style=\"list-style-type:disc;\">Filters also allow different users to retrieve different data from the same dashboard. For example, the <a href=\"https:\/\/inside.ewu.edu\/institutional-research\/eastern-up-close\/annual-enrollment\/\">Graduation Rates<\/a> dashboard has nine filters.<\/li>\n     <\/ul>   \n <\/ul>  \n<ul>\n   <li><strong>Tooltips:<\/strong><\/li>\n  <ul>\n     <li style=\"list-style-type:disc;\">Tooltips show additional informaton for a specific data point. Hover over a data point to reveal its tooltip.<\/li>\n     <\/ul>   \n     <\/ul>   \n<ul>\n   <li><strong>Highlighting:<\/strong><\/li>\n  <ul>\n     <li style=\"list-style-type:disc;\">Clicking on a data point in a chart or legend highlights all the elements associated with the data point. To remove highlighting, click on the same element again.<\/li>\n     <li style=\"list-style-type:disc;\">Using the <a href=\"https:\/\/inside.ewu.edu\/institutional-research\/eastern-up-close\/annual-enrollment\/\">Annual Fall Enrollment<\/a> dashboard, click on a different element or multiple elements to watch the dashboard refine the results.<\/li>      \n     <li style=\"list-style-type:disc;\">When this dashboard initially loads, it represents all EWU students. Click on the red bar in the Student Level section and all of the other elements now show data for just undergraduate students.<\/li>      \n <\/ul>\n <\/ul>\n    <\/div>\n  <\/div>\n\n\n<!--   MODAL 18   -->\n\n<div class=\"modal\" id=\"modal18\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n<br>\n    <h2 style=\"text-align:center;\">Tableau Essentials &#8211; By the Topic<\/h2>\n     <h3 style=\"text-align:center;\">Courtesy of Robert Curtis May and Interworks.com<\/h3>\n  <h5 style=\"text-align:center;\">Chart Types:<\/h5>\n<table>\n<tbody>\n<tr>\n    <td scope=\"row\"><a href=\"https:\/\/interworks.com\/blog\/2014\/08\/04\/tableau-essentials-chart-types-introduction\/\" target=\"_blank\" rel=\"noopener noreferrer\">Intro<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/08\/04\/tableau-essentials-chart-types-text-table\/\" target=\"_blank\" rel=\"noopener noreferrer\">Text Table<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/08\/06\/tableau-essentials-chart-types-heat-map\/\" target=\"_blank\" rel=\"noopener noreferrer\">Heat Map<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/08\/06\/tableau-essentials-chart-types-highlight-table\/\" target=\"_blank\" rel=\"noopener noreferrer\">Highlight Table<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/09\/23\/tableau-essentials-chart-types-filled-map\/\" target=\"_blank\" rel=\"noopener noreferrer\">Filled Map<\/a><\/td>\n<\/tr>\n<tr>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/09\/26\/tableau-essentials-chart-types-pie-chart\/\" target=\"_blank\" rel=\"noopener noreferrer\">Pie<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/09\/30\/tableau-essentials-chart-types-horizontal-bar-chart\/\" target=\"_blank\" rel=\"noopener noreferrer\">Horizontal Bar<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/10\/03\/tableau-essentials-chart-types-stacked-bar-chart\/\" target=\"_blank\" rel=\"noopener noreferrer\">Stacked Bar<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/10\/08\/tableau-essentials-chart-types-side-side-bar-chart\/\" target=\"_blank\" rel=\"noopener noreferrer\">Side-by-Side Bar<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/10\/14\/tableau-essentials-chart-types-treemap\/\" target=\"_blank\" rel=\"noopener noreferrer\">Treemap<\/a><\/td>\n<\/tr>\n<tr>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/10\/17\/tableau-essentials-chart-types-circle-view\/\" target=\"_blank\" rel=\"noopener noreferrer\">Circle View<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/10\/28\/tableau-essentials-chart-types-line-charts-continuous-discrete\/\" target=\"_blank\" rel=\"noopener noreferrer\">Line<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/11\/05\/tableau-essentials-chart-types-dual-line-chart-non-synchronized\/\" target=\"_blank\" rel=\"noopener noreferrer\">Dual Line<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/11\/13\/tableau-essentials-chart-types-area-charts-continuous-discrete\/\" target=\"_blank\" rel=\"noopener noreferrer\">Area<\/a><\/td>\n    <td scope=\"row\"><a href=\"https:\/\/interworks.com\/blog\/2014\/11\/21\/tableau-essentials-chart-types-scatter-plot\/\" target=\"_blank\" rel=\"noopener noreferrer\">Scatter Plot<\/a><\/td>\n<\/tr>\n<tr>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/11\/26\/tableau-essentials-chart-types-histogram\/\" target=\"_blank\" rel=\"noopener noreferrer\">Histogram<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/12\/09\/tableau-essentials-chart-types-box-and-whisker-plot\/\" target=\"_blank\" rel=\"noopener noreferrer\">Box &#038; Whisker<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/12\/18\/tableau-essentials-chart-types-gantt-chart\/\" target=\"_blank\" rel=\"noopener noreferrer\">Gantt<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2014\/12\/29\/tableau-essentials-chart-types-bullet-graph\/\" target=\"_blank\" rel=\"noopener noreferrer\">Bullet Graph<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/01\/06\/tableau-essentials-chart-types-packed-bubbles\/\" target=\"_blank\" rel=\"noopener noreferrer\">Packed Bubbles<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n  <h5 style=\"text-align:center;\">Formatting Tips:<\/h5>\n<table>\n<tbody>\n<tr>\n    <td scope=\"row\"><a href=\"https:\/\/interworks.com\/blog\/ccapitula\/2015\/01\/16\/tableau-essentials-formatting-tips-introduction\/\" target=\"_blank\" rel=\"noopener noreferrer\">Intro<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/ccapitula\/2015\/01\/16\/tableau-essentials-formatting-tips-custom-shapes\/\" target=\"_blank\" rel=\"noopener noreferrer\">Shapes<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/01\/22\/tableau-essentials-formatting-tips-labels\/\" target=\"_blank\" rel=\"noopener noreferrer\">Labels<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/02\/12\/tableau-essentials-formatting-tips-color\/\" target=\"_blank\" rel=\"noopener noreferrer\">Color<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/ccapitula\/2015\/02\/17\/tableau-essentials-formatting-tips-tooltips\/\" target=\"_blank\" rel=\"noopener noreferrer\">Tootips<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/02\/25\/tableau-essentials-formatting-tips-maps\/\" target=\"_blank\" rel=\"noopener noreferrer\">Maps<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n  <h5 style=\"text-align:center;\">Calculated Fields &#038; Functions:<\/h5>\n<table>\n<tbody>\n<tr>\n    <td scope=\"row\"><a href=\"https:\/\/interworks.com\/blog\/2015\/03\/24\/tableau-essentials-calculated-fields-introduction\/\" target=\"_blank\" rel=\"noopener noreferrer\">Intro<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/04\/01\/tableau-essentials-calculated-fields-logical-functions\/\" target=\"_blank\" rel=\"noopener noreferrer\">Logical<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/04\/07\/tableau-essentials-calculated-fields-number-functions\/\" target=\"_blank\" rel=\"noopener noreferrer\">Number<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/04\/15\/tableau-essentials-calculated-fields-date-functions\/\" target=\"_blank\" rel=\"noopener noreferrer\">Date<\/a><\/td>\n<\/tr>\n<tr>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/04\/22\/tableau-essentials-calculated-fields-string-functions\/\" target=\"_blank\" rel=\"noopener noreferrer\">String<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/04\/30\/tableau-essentials-calculated-fields-type-conversion\/\" target=\"_blank\" rel=\"noopener noreferrer\">Conversion<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/05\/07\/tableau-essentials-calculated-fields-aggregate-functions\/\" target=\"_blank\" rel=\"noopener noreferrer\">Aggregate<\/a><\/td>\n    <td><a href=\"https:\/\/interworks.com\/blog\/2015\/05\/14\/tableau-essentials-calculated-fields-user-functions\/\" target=\"_blank\" rel=\"noopener noreferrer\">User<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n    <\/div>\n  <\/div>\n\n\n<!--   MODAL 19   -->\n\n<div class=\"modal\" id=\"modal19\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n<br>\n    <h2 style=\"text-align:center;\">Public Tableau Resources<\/h2>\n      <h3 style=\"text-align:center;\">Courtesy of <a href=\"https:\/\/public.tableau.com\/app\/resources\/learn\">Public Tableau<\/a>. Videos include:<\/h3>\n<ul>\n<li>Get Started (0:22)<\/li>\n<li>Navigate the Workspace Area (2:17) &#8211; Learn the layout of the workspace area and the high-level dashboard creation process.<\/li>\n<li>Area Charts: Sales by Category and Sales by Segment (5:05) &#8211; Learn several fundamental Tableau concepts while creating two area charts.<\/li>\n<li>Bar Charts: Profit Ratio by City (2:06) &#8211; Learn how to create a bar chart that appears when you hover over the map.<\/li>\n<li>Map: Profit Ratio by Geography (2:22) &#8211; Learn how to create and format a map.<\/li>\n<li>Text Tables: Key Performance Indicators (2:23) &#8211; Learn how to quickly create a text table using the measure names and measure values automatically-generated fields.<\/li>\n<li>Build a Dashboard (3:39) &#8211; Learn how to combine views and apply actions to create a fully interactive dashboard.<\/li>\n  <\/ul>\n     <h3 style=\"text-align:center;\">Community Resources available for free &#8211; no account required:<\/h3>\n  <ul>\n      <li>Community Projects; Tableau Public Blog; Tableau Community Forums; <\/li>\n      <li>Coursera &#038; Trailhead Courses; <\/li>\n      <li>Podcasts; <\/li>\n      <li>Social Media and More<\/li>\n  <\/ul><\/div>\n  <\/div>\n\n\n<!--   MODAL 20   -->\n\n<div class=\"modal\" id=\"modal20\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h1>How to Use a Tableau Dashboard &#8211; The Basics:<\/h1>\n    <h3>Courtesy of DWU Consulting<\/h3>\n<div style=\"center\">    \n<div class='tableauPlaceholder' id='viz1689114735021' style='position: relative'><noscript><a href='https:&#47;&#47;dwuconsulting.com'><img alt='Tutorial ' src='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;15&#47;150516DWUExpDashboardTutorial_0&#47;Tutorial&#47;1_rss.png' style='border: none' \/><\/a><\/noscript><object class='tableauViz'  style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' \/> <param name='embed_code_version' value='3' \/> <param name='site_root' value='' \/><param name='name' value='150516DWUExpDashboardTutorial_0&#47;Tutorial' \/><param name='tabs' value='no' \/><param name='toolbar' value='yes' \/><param name='static_image' value='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;15&#47;150516DWUExpDashboardTutorial_0&#47;Tutorial&#47;1.png' \/> <param name='animate_transition' value='yes' \/><param name='display_static_image' value='yes' \/><param name='display_spinner' value='yes' \/><param name='display_overlay' value='yes' \/><param name='display_count' value='yes' \/><param name='showTabs' value='y' \/><\/object><\/div>                <script type='text\/javascript'>                    var divElement = document.getElementById('viz1689114735021');                    var vizElement = divElement.getElementsByTagName('object')[0];                    vizElement.style.width='800px';vizElement.style.height='627px';                    var scriptElement = document.createElement('script');                    scriptElement.src = 'https:\/\/public.tableau.com\/javascripts\/api\/viz_v1.js';                    vizElement.parentNode.insertBefore(scriptElement, vizElement);                <\/script>\n    <\/div>\n  <\/div>\n  <\/div>\n\n\n<!--   MODAL 21   -->\n\n<div class=\"modal\" id=\"modal21\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n      <h1>Tableau &#8220;Quick Start&#8221; Guide:<\/h1>\n<br>\n<img decoding=\"async\" src=\"https:\/\/inside.ewu.edu\/institutional-research\/wp-content\/uploads\/sites\/65\/2023\/07\/tableau-quick-user-guide1024_1.jpg\" alt=\"Tableau Dashboard Quick User Guide Part 1\">\n<img decoding=\"async\" src=\"https:\/\/inside.ewu.edu\/institutional-research\/wp-content\/uploads\/sites\/65\/2023\/07\/tableau-quick-user-guide1024_2.jpg\" alt=\"Tableau Dashboard Quick User Guide Part 2\">\n  <\/div>\n  <\/div>\n\n\n<!--   MODAL 22   -->\n\n<div class=\"modal\" id=\"modal22\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n      <h1>Getting Started with Tableau<\/h1>\n      <h3>Courtesy of Analytics Box<\/h3>\n      <br>\n<div style=\"center\">\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/mQqmJBjE9-s\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe>\n    <\/div>\n  <\/div>\n  <\/div>\n\n\n<!--   MODAL 23   -->\n\n<div class=\"modal\" id=\"modal23\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n      <h1>How to Use a Tableau Dashboard as a Viewer<\/h1>\n      <h3>Courtesy of Tableau Tim<\/h3>\n<br>\n   <div style=\"center\">\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/s_uDUmIUeWA\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe>\n    <\/div>\n<br>\n       <h3>The following links will jump to bookmarks within the video on YouTube:<\/h3>\n<table>\n<tbody>\n<tr>\n    <td scope=\"row\"><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=90s\">Viewers &#038; Explorers<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=125s\">Viewer Landing Page<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=309s\">Adding Favorites<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=358s\">Search For Items<\/a><\/td>\n<\/tr>\n<tr>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=414s\">Navigation and Layout<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=592s\">Interactions<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=833s\">Additional Controls<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=896s\">Pausing a View<\/a><\/td>\n <\/tr>    \n <tr>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=959s\">Date Pickers<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=981s\">Reset a Dashboard<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=1104s\">The \u201cExport\u201d Button<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=1167s\">Full-Screen View<\/a><\/td>\n <\/tr>    \n <tr>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=1198s\">Leaving Comments<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=1275s\">Downloading Data<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=1745s\">Sharing a Dashboard<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=1819s\">Subscribe to a Dashboard<\/a><\/td>\n <\/tr>    \n <tr>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=2022s\">Using Metrics<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=2127s\">Using Alerts<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=2212s\">Custom Views<\/a><\/td>\n    <td><a href=\"https:\/\/www.youtube.com\/watch?v=s_uDUmIUeWA&#038;t=2331s\">Data Changes &#038; Details<\/a><\/td>\n <\/tr>    \n<\/tbody>\n<\/table>\n   <\/div>\n  <\/div>\n\n\n<!--   MODAL 24   -->\n\n<div class=\"modal\" id=\"modal24\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Free Online Tableau Training Courses:<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.coursera.org\/learn\/analytics-tableau\" target=\"_blank\" rel=\"noopener noreferrer\">Data Visualization and Communication with Tableau (Duke U. via Coursera)<\/a><\/li>\n<li><a href=\"https:\/\/www.udemy.com\/course\/tableau-tutorial-for-beginners\/\" target=\"_blank\" rel=\"noopener noreferrer\">Tableau Tutorial For Beginners (Udemy)<\/a><\/li>\n<li><a href=\"https:\/\/www.udemy.com\/course\/learn-tableau-fundamentals\/\" target=\"_blank\" rel=\"noopener noreferrer\">Tableau Fundamentals for Aspiring Data Scientists (Udemy)<\/a><\/li>\n<li><a href=\"https:\/\/www.datacamp.com\/courses\/introduction-to-tableau\" target=\"_blank\" rel=\"noopener noreferrer\">Introduction to Tableau (Data Camp)<\/a><\/li>\n<li><a href=\"https:\/\/www.coursera.org\/specializations\/data-visualization\" target=\"_blank\" rel=\"noopener noreferrer\">Data Visualization with Tableau Specialization (UC Davis via Coursera)<\/a><\/li>\n<li><a href=\"https:\/\/www.analyticsvidhya.com\/learning-paths-data-science-business-analytics-business-intelligence-big-data\/tableau-learning-path\/\" target=\"_blank\" rel=\"noopener noreferrer\">Your Guide to Become a Tableau Expert (Analytics Vidhya)<\/a><\/li>\n  <li><a href=\"https:\/\/www.guru99.com\/tableau-tutorial.html\" target=\"_blank\" rel=\"noopener noreferrer\">Learn Tableau in Three Days (Guru 99)<\/a><\/li>\n<li><a href=\"https:\/\/intellipaat.com\/blog\/tutorial\/tableau-tutorial\/\" target=\"_blank\" rel=\"noopener noreferrer\">Learn Tableau Data Visualization (Intellipaat)<\/a><\/li>\n<\/ul>\n    <\/div>\n  <\/div>\n\n\n\n<!--   MODAL 25   -->\n\n<div class=\"modal\" id=\"modal25\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Keep or Exclude Data Points in a View:<\/h2>\n<br>\n<p>Select <strong>Keep Only<\/strong> to keep only the selected marks in the view.<\/p>\n<img decoding=\"async\" src=\"https:\/\/help.tableau.com\/current\/pro\/desktop\/en-us\/Img\/include1.gif\" alt = \"Include Only gif\">\n<br>\n<p>Select <strong>Exclude<\/strong> to remove the selected marks from the view.<\/p>\n<img decoding=\"async\" src=\"https:\/\/help.tableau.com\/current\/pro\/desktop\/en-us\/Img\/exclude1.gif\" alt = \"Exclude only gif\">\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 26   -->\n\n<div class=\"modal\" id=\"modal26\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Build Common Chart Types in Data Views:<\/h2>\n<br>\n<img decoding=\"async\" src=\"https:\/\/help.tableau.com\/current\/pro\/desktop\/en-us\/dataview_examples.htm\" alt = \"Data view example\">\n<br>\n<img decoding=\"async\" src=\"https:\/\/help.tableau.com\/current\/pro\/desktop\/en-us\/Img\/filter_showallvalues.gif\" alt = \"Show all values gif\">\n<br>\n<img decoding=\"async\" src=\"https:\/\/help.tableau.com\/current\/pro\/desktop\/en-us\/filtering.htm#SelectData\" alt = \"Filtering select data example\">\n<br>\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 27   -->\n\n<div class=\"modal\" id=\"modal27\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Visual Vocabulary:<\/h2>\n    <h3 style=\"text-align:center;\">Courtesy of Tableau Visionary and Public Tableau<\/h3>\n<br>\n<div class='tableauPlaceholder' id='viz1689630345485' style='position: relative'><noscript><a href='http:&#47;&#47;www.vizwiz.com&#47;2018&#47;07&#47;visual-vocabulary.html'><img alt=' ' src='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;Vi&#47;VisualVocabulary&#47;VisualVocabulary&#47;1_rss.png' style='border: none' \/><\/a><\/noscript><object class='tableauViz'  style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' \/> <param name='embed_code_version' value='3' \/> <param name='site_root' value='' \/><param name='name' value='VisualVocabulary&#47;VisualVocabulary' \/><param name='tabs' value='yes' \/><param name='toolbar' value='yes' \/><param name='static_image' value='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;Vi&#47;VisualVocabulary&#47;VisualVocabulary&#47;1.png' \/> <param name='animate_transition' value='yes' \/><param name='display_static_image' value='yes' \/><param name='display_spinner' value='yes' \/><param name='display_overlay' value='yes' \/><param name='display_count' value='yes' \/><\/object><\/div>                <script type='text\/javascript'>                    var divElement = document.getElementById('viz1689630345485');                    var vizElement = divElement.getElementsByTagName('object')[0];                    if ( divElement.offsetWidth > 800 ) { vizElement.style.width='1400px';vizElement.style.height='1100px';} else if ( divElement.offsetWidth > 500 ) { vizElement.style.width='1400px';vizElement.style.height='1100px';} else { vizElement.style.width='100%';vizElement.style.height='4050px';}                     var scriptElement = document.createElement('script');                    scriptElement.src = 'https:\/\/public.tableau.com\/javascripts\/api\/viz_v1.js';                    vizElement.parentNode.insertBefore(scriptElement, vizElement);                <\/script>\n\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 28   -->\n\n<div class=\"modal\" id=\"modal28\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">History of the Dow30:<\/h2>\n    <h3 style=\"text-align:center;\">Courtesy of Core Product Marketing and Public Tableau<\/h3>\n<br>\n<div class='tableauPlaceholder' id='viz1689641001085' style='position: relative'><noscript><a href='#'><img alt=' ' src='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;FI&#47;FINALDOW30_TheHistoryoftheDow30_10_0&#47;HistoryoftheDOW30&#47;1_rss.png' style='border: none' \/><\/a><\/noscript><object class='tableauViz'  style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' \/> <param name='embed_code_version' value='3' \/> <param name='site_root' value='' \/><param name='name' value='FINALDOW30_TheHistoryoftheDow30_10_0&#47;HistoryoftheDOW30' \/><param name='tabs' value='yes' \/><param name='toolbar' value='yes' \/><param name='static_image' value='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;FI&#47;FINALDOW30_TheHistoryoftheDow30_10_0&#47;HistoryoftheDOW30&#47;1.png' \/> <param name='animate_transition' value='yes' \/><param name='display_static_image' value='yes' \/><param name='display_spinner' value='yes' \/><param name='display_overlay' value='yes' \/><param name='display_count' value='yes' \/><param name='language' value='en-US' \/><\/object><\/div>                <script type='text\/javascript'>                    var divElement = document.getElementById('viz1689641001085');                    var vizElement = divElement.getElementsByTagName('object')[0];                    vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px';                    var scriptElement = document.createElement('script');                    scriptElement.src = 'https:\/\/public.tableau.com\/javascripts\/api\/viz_v1.js';                    vizElement.parentNode.insertBefore(scriptElement, vizElement);                <\/script>\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 29   -->\n\n<div class=\"modal\" id=\"modal29\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Dashboard Basics &#8211; Using Highlighting to Filter:<\/h2>\n    <h3 style=\"text-align:center;\">Courtesy of Sesha Sai and Public Tableau<\/h3>\n    \n<br>\n<div class='tableauPlaceholder' id='viz1689637152772' style='position: relative'><noscript><a href='#'><img alt=' ' src='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;Da&#47;Dashboardbasic-highlighterasfilter&#47;ByQuarter&#47;1_rss.png' style='border: none' \/><\/a><\/noscript><object class='tableauViz'  style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' \/> <param name='embed_code_version' value='3' \/> <param name='site_root' value='' \/><param name='name' value='Dashboardbasic-highlighterasfilter&#47;ByQuarter' \/><param name='tabs' value='yes' \/><param name='toolbar' value='yes' \/><param name='static_image' value='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;Da&#47;Dashboardbasic-highlighterasfilter&#47;ByQuarter&#47;1.png' \/> <param name='animate_transition' value='yes' \/><param name='display_static_image' value='yes' \/><param name='display_spinner' value='yes' \/><param name='display_overlay' value='yes' \/><param name='display_count' value='yes' \/><param name='language' value='en-US' \/><\/object><\/div>                <script type='text\/javascript'>                    var divElement = document.getElementById('viz1689637152772');                    var vizElement = divElement.getElementsByTagName('object')[0];                    if ( divElement.offsetWidth > 800 ) { vizElement.style.minWidth='420px';vizElement.style.maxWidth='100%';vizElement.style.minHeight='610px';vizElement.style.maxHeight=(divElement.offsetWidth*0.75)+'px';} else if ( divElement.offsetWidth > 500 ) { vizElement.style.minWidth='420px';vizElement.style.maxWidth='100%';vizElement.style.minHeight='610px';vizElement.style.maxHeight=(divElement.offsetWidth*0.75)+'px';} else { vizElement.style.width='100%';vizElement.style.minHeight='1750px';vizElement.style.maxHeight=(divElement.offsetWidth*1.77)+'px';}                     var scriptElement = document.createElement('script');                    scriptElement.src = 'https:\/\/public.tableau.com\/javascripts\/api\/viz_v1.js';                    vizElement.parentNode.insertBefore(scriptElement, vizElement);                <\/script>\n\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 30   -->\n\n<div class=\"modal\" id=\"modal30\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Are Big Earthquakes on the Rise? An Earthquake Trend Story:<\/h2>\n<br>\n<div class='tableauPlaceholder' id='viz1689638642560' style='position: relative'><noscript><a href='#'><img alt='Are big earthquakes on the rise? ' src='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;Z5&#47;Z54GB9HZ5&#47;1_rss.png' style='border: none' \/><\/a><\/noscript><object class='tableauViz'  style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' \/> <param name='embed_code_version' value='3' \/> <param name='path' value='shared&#47;Z54GB9HZ5' \/> <param name='toolbar' value='yes' \/><param name='static_image' value='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;Z5&#47;Z54GB9HZ5&#47;1.png' \/> <param name='animate_transition' value='yes' \/><param name='display_static_image' value='yes' \/><param name='display_spinner' value='yes' \/><param name='display_overlay' value='yes' \/><param name='display_count' value='yes' \/><param name='language' value='en-US' \/><\/object><\/div>                <script type='text\/javascript'>                    var divElement = document.getElementById('viz1689638642560');                    var vizElement = divElement.getElementsByTagName('object')[0];                    vizElement.style.width='1016px';vizElement.style.height='991px';                    var scriptElement = document.createElement('script');                    scriptElement.src = 'https:\/\/public.tableau.com\/javascripts\/api\/viz_v1.js';                    vizElement.parentNode.insertBefore(scriptElement, vizElement);                <\/script>\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 31   -->\n\n<div class=\"modal\" id=\"modal31\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">An Earthquake Trend Story:<\/h2>\n<br>\n<div class='tableauPlaceholder' id='viz1689638759869' style='position: relative'><noscript><a href='#'><img alt=' ' src='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;D5&#47;D5FHMDNRK&#47;1_rss.png' style='border: none' \/><\/a><\/noscript><object class='tableauViz'  style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' \/> <param name='embed_code_version' value='3' \/> <param name='path' value='shared&#47;D5FHMDNRK' \/> <param name='toolbar' value='yes' \/><param name='static_image' value='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;D5&#47;D5FHMDNRK&#47;1.png' \/> <param name='animate_transition' value='yes' \/><param name='display_static_image' value='yes' \/><param name='display_spinner' value='yes' \/><param name='display_overlay' value='yes' \/><param name='display_count' value='yes' \/><param name='language' value='en-US' \/><\/object><\/div>                <script type='text\/javascript'>                    var divElement = document.getElementById('viz1689638759869');                    var vizElement = divElement.getElementsByTagName('object')[0];                    vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px';                    var scriptElement = document.createElement('script');                    scriptElement.src = 'https:\/\/public.tableau.com\/javascripts\/api\/viz_v1.js';                    vizElement.parentNode.insertBefore(scriptElement, vizElement);                <\/script>\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 32   -->\n\n<div class=\"modal\" id=\"modal32\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Sorting Data:<\/h2>\n<br>\n<p>If you\u2019re looking at a table of data and want to sort it alphabetically or numerically, just hover over a column header and click the sort icon.<\/p>\n<img decoding=\"async\" src=\"https:\/\/help.tableau.com\/current\/pro\/desktop\/en-us\/Img\/viewer_sort.gif\" alt=\"Computer man\" style=\"width:250px;height:170px;\">\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 33   -->\n\n<div class=\"modal\" id=\"modal33\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Details About Specific Data Points:<\/h2>\n<br>\n<p>As you move the mouse across a view, you\u2019ll often see tooltips that reveal details about each data point, or mark. Marks can take many forms; here\u2019s how they look in maps, bar charts, and tables:<\/p>\n<img decoding=\"async\" src=\"https:\/\/help.tableau.com\/current\/pro\/desktop\/en-us\/Img\/viewer_mark_map.gif\" alt=\"Tableau Filter\" style=\"width:250px;height:170px;\">\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 34   -->\n\n<div class=\"modal\" id=\"modal34\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">View Underlying Data:<\/h2>\n<br>\n<p>Summarized source data can provide better understanding of the data behind the dashboard. When available, first click on any mark in the view, and then the <strong>View Data<\/strong> icon.<\/p>\n<img decoding=\"async\" src=\"https:\/\/help.tableau.com\/current\/pro\/desktop\/en-us\/Img\/viewer_underlying_data.gif\" alt=\"Tableau Underlying Data\" style=\"width:250px;height:170px;\">\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 35   -->\n\n<div class=\"modal\" id=\"modal35\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Tableau Desktop vs. Tableau Server:<\/h2>\n    <h3 style=\"text-align:center;\">What&#8217;s the Difference?<\/h3>\n<br>\n<p><strong>Tableau Desktop<\/strong> is an application that is installed locally on your machine. The application is used to create content such as reports and dashboards that can be published to the Tableau Server. You will need a license to use Tableau Desktop.<\/p>\n<p><strong>Tableau Server<\/strong> is a web-based modern analytics platform that contains published content (reports, dashboards) accessible 24\/7 using your SSO (Single Sign-On) credentials. Tableau Server allows:<\/p>\n<ul>\n    <li>Organizational deployment of vetted content that can be shared across an entire organization. It also allows an organization to explore\/see data, to ask questions and to spot data trends.<\/li>\n    <li>Interactions with the published content at no cost to the department.<\/li>\n    <li>Content privacy based on each users individual data permission levels.<\/li>\n<\/ul>\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 36   -->\n\n<div class=\"modal\" id=\"modal36\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">Tableau Canvas Course:<\/h2>\n<br>\n<p>We have created a Tableau Resources site on Canvas where you will find documentation on:<\/p>\n<ul>\n    <li>Tableau Server &#8211; Connect and Navigate<\/li>\n    <li>How to run reports on EWU Tableau Server<\/li>\n    <li>Tableau Tips and Tricks<\/li>\n    <li>How to connect to ODS (Operation Data Store) in Tableau Desktop<\/li>\n<\/ul>\n<table>\n<tbody>\n<tr>\n    <td scope=\"row\" style=\"pointer-events: none;\"> <\/td>\n    <td><a href=\"https:\/\/canvas.ewu.edu\/enroll\/P837AA\">Register for the Tableau Canvas Course<\/a><\/td>\n    <td style=\"pointer-events: none;\"> <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n  <\/div>\n\n\n<!--   MODAL 37   -->\n\n<div class=\"modal\" id=\"modal37\">\n    <div class=\"modal-content\">\n      <span class=\"modal-close\">&times;<\/span>\n    <h2 style=\"text-align:center;\">The Three Different Tableau Reporting Tools:<\/h2>\n<br>\n<p>Tableau provides three levels of user tools. Each contains different features intended for varying user needs ranging from query developer to data consumer. They are:<\/p>\n<ul>\n    <li><strong>Creator:<\/strong> the data visualization and ad hoc query tool.<\/li>\n    <li><strong>Explorer:<\/strong> access existing workbooks on the Tableau Server to query and sort from a selection of predetermined datasets.<\/li>\n    <li><strong>Viewer:<\/strong> primarily for consuming information; it does not have any development or modification tools, but can select from dropdown menus of existing datasets.<\/li>\n<\/ul>\n<\/div>\n  <\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<!--  END OF HTML  -->\n\n\n<script>\/\/ Adding open-close interactivity for the dialog:\nconst modalTriggerButtons = document.querySelectorAll(\"[data-modal-target]\");\nconst modals = document.querySelectorAll(\".modal\");\nconst modalCloseButtons = document.querySelectorAll(\".modal-close\");\n\nmodalTriggerButtons.forEach(elem => {\n  elem.addEventListener(\"click\", event => toggleModal(event.currentTarget.getAttribute(\"data-modal-target\")));\n});\nmodalCloseButtons.forEach(elem => {\n  elem.addEventListener(\"click\", event => toggleModal(event.currentTarget.closest(\".modal\").id));\n});\nmodals.forEach(elem => {\n  elem.addEventListener(\"click\", event => {\n    if(event.currentTarget === event.target) toggleModal(event.currentTarget.id);\n  });\n});\n\n\/\/ Maybe also close with \"Esc\"...\ndocument.addEventListener(\"keydown\", event => {\n  if(event.keyCode === 27 && document.querySelector(\".modal.modal-show\")) {\n    toggleModal(document.querySelector(\".modal.modal-show\").id);\n  }\n});\n\nfunction toggleModal(modalId) {\n  const modal = document.getElementById(modalId);\n\n  if(getComputedStyle(modal).display===\"flex\") { \/\/ alternatively: if(modal.classList.contains(\"modal-show\"))\n    modal.classList.add(\"modal-hide\");\n    setTimeout(() => {\n      document.body.style.overflow = \"initial\"; \/\/ Optional: in order to enable\/disable page scrolling while modal is hidden\/shown - in this case: \"initial\" <=> \"visible\"\n      modal.classList.remove(\"modal-show\", \"modal-hide\");\n      modal.style.display = \"none\";      \n    }, 200);\n  }\n  else {\n    document.body.style.overflow = \"hidden\"; \/\/ Optional: in order to enable\/disable page scrolling while modal is hidden\/shown\n    modal.style.display = \"flex\";\n    modal.classList.add(\"modal-show\");\n  }\n}\n<\/script>\n<\/body>\n<\/html>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>All-Purpose Datablocks TABLEAU RESOURCES + TRAINING &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getting Started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Basic Troubleshooter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Three Types of Dashboards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Running Reports&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interacting With Dashboards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dashboard Essentials by Topic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Public Tableau Videos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How to Use a Tableau Dashboard &#8211; The Basics&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Quick Start Guide&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getting Started with Tableau (Video)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Using Dashboards as a Viewer (Video)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Free Online Training Courses&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Keep or &#8230; <a title=\"Tableau Training\" class=\"read-more\" href=\"https:\/\/inside.ewu.edu\/institutional-research\/tableau-training\/\" aria-label=\"Read more about Tableau Training\">Read more<\/a><\/p>\n","protected":false},"author":9834,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"wpo365_audiences":[],"wpo365_private":false,"footnotes":""},"class_list":["post-10283","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/pages\/10283"}],"collection":[{"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/users\/9834"}],"replies":[{"embeddable":true,"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/comments?post=10283"}],"version-history":[{"count":6,"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/pages\/10283\/revisions"}],"predecessor-version":[{"id":10403,"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/pages\/10283\/revisions\/10403"}],"wp:attachment":[{"href":"https:\/\/inside.ewu.edu\/institutional-research\/wp-json\/wp\/v2\/media?parent=10283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}