Download the PHP package fostercommerce/tableauconnect without Composer
On this page you can find all versions of the php package fostercommerce/tableauconnect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fostercommerce/tableauconnect
More information about fostercommerce/tableauconnect
Files in fostercommerce/tableauconnect
Package tableauconnect
Short Description Tableau integration plugin for Craft
License MIT
Informations about the package tableauconnect
Tableau Connect for Craft CMS 3.x
Tableau integration plugin for Craft
Requirements
This plugin requires Craft CMS 3.x and a Tableau 2.x server.
Installation
Install ShipStation Connect from the Plugin Store or with Composer
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for Tableau Connect.” Click on the “Install” button in its modal window.
With Composer
Open your terminal (command line) and run the following commands:
After installing with composer, go to the Craft control panel plugin settings page to install and configure the settings for the plugin.
Configuration
Tableau Server URL
This is the URL to your Tableau installation, example: https://tableau.my-org.com
Requires Authorization
Enable this setting if you need to access views which require user authorization.
Note: This uses Tableau's "trusted" scheme which requires your web server's IP address to be add to the Tableau servers list of trusted addresses. See Adding Trusted IP Addresses
Template Usage
Render Visualization
Parameters
view
The view to render.
options
Supports all options supported by Tableau JS API
onFirstInteractive
and onFirstVizSizeKnown
should be passed in as strings to Tableau Connect.
See onFirstInteractive and onFirstVizSizeKnown event classes for details about the function callback arguments.
requiresAuthorization
Override the system-wide authorization configuration for this specific view:
Example
Tableau Authorization Check
If the "Requires Authorization" setting is enabled, you can check if a logged in user is authorized by Tableau to view a visualization. If the setting is disabled, this will always return true
.