Tableau Reports
As of 2017-01-31, we have Tableau reports on two pages.
Home page
Create a code chunk with the following code:
As of 2017-01-31, we have Tableau reports on two pages.
Create a code chunk with the following code:
<?php require_once '/ip/uirrwww/inc/wcms-lib.php';
$wydth = getScreenWidth();
if ($wydth > 500) {
displayTableauBlock(1004, 512, 'Hist_Enr/HistEnr');
} elseif ($wydth > 0) {
displayTableauBlock(374, 432, "Hist_Enr/Hist_Phone");
}
?>Create a code chunk with the following code:
<?php require_once '/ip/uirrwww/inc/wcms-lib.php';
$wydth = getScreenWidth();
if ($wydth > 500) {
displayTableauBlock(1004, 862, 'uirr_degrees_web_grad/DegreesAwarded');
} elseif ($wydth > 0) {
displayTableauBlock(374, 712, "uirr_degrees_web_grad/DegreesAwarded_PhoneVersion");
}
?>