I uploaded a dashboard to Tableau Server. I included a URL Action for each row in my data table. The URL works and appears when I click on the record in Tableau Desktop, but when I click on the record in Tableau Server, the URL does not appear. The menu still appears, but the hyperlink is not present. Does anyone know why might this occur? Has anyone run into a similar issue in the past? Thank you!
Related
I am creating a set of Tableau dashboards and I want to change from dashboard to dashboard using shapes. I followed this tutorial on creating a navigation page and it worked on the Tableau application, but once I upload the data into the server, the buttons stop working.
Enable show sheet as tabs when you publish dashboard in tableau sever or you can enable this option later in tableau server option.
Without enabled sheet as tabs button will not work.
New bee to Tableau and need your help on the below requirement.
I need to add a legal disclosure as first page to a dashboard and when user clicks OK only then we need to go to dashboard.
Dashboard which I created in desktop will be published to the server. I need to share the server link to the users with the above requirement.
If your users only need to see the notice once and click ok, you could create two workbooks. One that you give out the link to which contains your legal notice and a url action pointing to the other dashboard.
The following error message is being displayed
"We're sorry, something went wrong."
while integrating with account kit for web (Javascript)
I am not also able to update Server URLs field under Web login setting section of the Facebook account kit product. When I click on Save changes button, it shows message as 'Saved' but it doesn't save the urls given in text field.
Is anyone else getting this issue?
it is working now. actually i had to select domain name from popup box.
detailed report is here
https://developers.facebook.com/bugs/1190154747695673/
You can file an issue with Facebook support here - https://developers.facebook.com/bugs/?tag_ids=1679169675664406. You specify more information about your setup and code samples to figure out what's going on there.
I cannot get the facebook's activity feed social plugin to work. I set it up on one website a few weeks ago and it has been working fine.
Last week, I tried to set up another activity feed (from a different FB page) to a different website, and it will not work. I keep getting this message: "No recent activity to display.
Put some Like buttons on your website to engage your users. Details can be found here."
The like button has already been set up and there is obviously recent activity.
I have tried this on a couple different sites now, and I keep getting the same message.
Is this a facebook problem? Can anyone help?
Thanks!
The only things I can think of are to get rid of the facebook plugin code and get it again from the website, making sure the URL is correct. http://developers.facebook.com/docs/reference/plugins/like-box/
I would like to show a graph of visitors (eg. 7 days back) on a specific subpage on my website - not the entire site!
I've been looking at:
http://www.jensbits.com/2010/06/23/google-analytics-data-export-api-with-google-chart-visualizations-2/
.. but i cant figure out how to show a graph for a specific url/subpage.
Any ideas?
Follow these steps
1.Go to your Google Analytics Account.
2.Click on the 'gear' icon. It will show you 3 tabs-> Profile, Tracking Code and Property Settings. Click on Tracking Code.
Under What are you tracking? select A Single Domain radio button. It will show you its corresponding options on the right. Select I want to track PHP pages. It will show you the tracking code underneath. Copy paste the code in the php file/page you are willing to track.
Dont worry about the query parameters. They will be identified automatically with respect to the tracking code. So if your page identifies 100 different layouts with respect to the parameters, they will show up in your analytics account.
Use the following Api to export data from your account
Google Analytics PHP API
Then, after you have received the data, you can set up an ajax request that fetches the data from your PHP script and embeds it in your site using a javascript API chart builder. This is also available with Google
Google Charts API
Hope that helps. All the best!