tableau

After upgrading Tableau to 9.2, I am unable to publish workbooks in the Tableau Server (9.1)?

假装没事ソ 提交于 2019-12-12 10:43:21
问题 Has anyone experienced this? It is very frustrating as I have spent several hours preparing workbooks in the upgraded 9.2 version. I try to publish to the 9.1 Tableau Server, but it will not allow it. Looks like I may have to spend several more hours recreating the dashboard on 9.0 again (9.0 is compatible with the Tableau Server we have, but 9.2 is not). Can someone please help :( Thank you, P 回答1: Here's a little hack that works. Unpack/unzip the .twbx file if you have a .twbx file, to get

How to sum 2 columns and display in 3rd one in Tableau?

别等时光非礼了梦想. 提交于 2019-12-12 07:04:49
问题 How can we sum two columns and get the result in third column in Tableau ? I tried doing that but instead of getting as in column header I got in row! If someone can help! Thanks ! A | B 2 | 3 3 | 2 A | B | C 2 | 3 | 5 3 | 2 | 5 回答1: You can use the row grand totals which is available in the Analysis menu. It will sum up your rows and show in a separate column. You can also create a calculated field and put the three columns in the Measure Values card. They will appear side by side 来源: https:

Adding Reference Line for Weighted Average in Tableau

我的梦境 提交于 2019-12-12 04:57:02
问题 I've got a bar chart with three months worth of data. Each column in the chart is one month's data showing the percentage of Rows that met a certain criterion for that month. In the first month, 100% of 2 rows meet the measure. In the second month, 24.2% of 641 rows meet the measure. In the 3rd month, 28.3% of 1004 rows meet the measure. My reference line which is supposed to show the average across the entire time-frame is showing 50.8%, the simple average (i.e. [100+24.2+28.3]/3) instead of

Authenticate & Embed Tableau Rest API using python 2.7

邮差的信 提交于 2019-12-12 04:35:31
问题 I am trying to use the sample code provided by Tableau to authenticate and generate trusted token using Tableau Rest API. I am using python v2.7 Below is the code (same as sample provided by Tableau)-: try: from urllib.request import urlopen, Request except ImportError: from urllib2 import urlopen, Request import xml.etree.ElementTree as ET # For parsing XML responses server_name = "http://dashboard.crgroup.com" user_name = "abc" password = "abc" site_url_id = "default_site" signin_url =

Tableau multiple charts with calculated field

怎甘沉沦 提交于 2019-12-12 04:34:46
问题 I have below raw data table Table Name: A Mode Country Month Visitor Air Switzerland Sep-16 Rob Air Switzerland Oct-16 Bob Air Switzerland Nov-16 Ben Air Rome Sep-16 Zen Air Rome Sep-16 Jen Air Rome Oct-16 Todd Air Rome Nov-16 Ron Air Italy Sep-16 John Air Italy Sep-16 Scott Air Italy Sep-16 Jeff Air Italy Oct-16 Audrey Air Italy Nov-16 Steve Ground Switzerland Sep-16 Rob Ground Switzerland Oct-16 Russel Ground Switzerland Oct-16 Zen Ground Rome Nov-16 Ron Ground Italy Sep-16 Dan Ground Italy

Return values where each statement is true Tableau

最后都变了- 提交于 2019-12-12 04:19:20
问题 I am attempting to return records where multiple fields may be missing values. I have the following statement: IF ISNULL([Sales Team]) THEN 'Sales Team' ELSEIF ISNULL([Portfolio]) THEN 'Portfolio' ELSEIF ISNULL([Category Type]) THEN 'Category Type' ELSEIF [Datasource] = 'DS1' AND ISNULL([Item Class Dtl]) THEN 'Item Class Dtl' ELSEIF ISNULL([Market]) THEN 'Market' END If Sales Team and Portfolio are NULL in a single record I want to return Sales Team and Portfolio amounts under their

Is it possible to display percentage and count together?

百般思念 提交于 2019-12-12 04:13:49
问题 I have created a 100.00% stacked bar chart in Tableau, and I want to know if I can show the total count of entries within each category next to the percentage that is listed. This is what I currently have: And this is what I want: _____________________________________________ |______66.66% (666)______|___33.33% (333)___| Is this possbile? 回答1: Yes, drag your measure to the text shelf and set it a percent of total like you have done in columns. Place the same measure again in the text shelf.

Tableau 's R integration for sentiment analysis

£可爱£侵袭症+ 提交于 2019-12-12 03:16:46
问题 could you help me. I saw on youtube the video about sentiment analysis in R, and the man showed how integrate R in Tableau, but he used another package , namely "sentiment", it does not suit me. And he used classify _ function from sentiment package and when he wrote formula in "calculate field" in tableau, he entered this SCRIPT_STR('classify_polarity(.arg,algorithm="Bayes",verbose=TRUE) [,4]', ATTR([CommentText])) link https://boraberan.wordpress.com/2013/12/24/sentiment-analysis-in-tableau

Tableau Reports not showing in iPhone and iPad in asp.net application

半世苍凉 提交于 2019-12-12 02:56:51
问题 I have an ASP.NET application in which I have embedded tableau reports with trusted authentication. These reports work just fine in all browsers, laptop and desktop. But on an iPhone or iPad whenever I am trying to open it, I get nothing. I have searched a lot and tried all possibilities. I have embed=yes parameter but it's just not showing up. Here is my Javascript. In the label I am having a URL that looks like this (this is just an example): https://online.tableau.com/t/Sales/views/test

Can I connect ActivePivot to the tableau software?

て烟熏妆下的殇ゞ 提交于 2019-12-12 02:37:55
问题 I would like to know if it is possible to connect activepivot to tableau software ? By the way is it possible to connect to microsoft reporting services ? 回答1: Based the information I see here: http://quartetfs.com/en/products/activepivot/open-component ...the product understands MDX. It also allows connectivity from Excel, which infers that there is an ODBC / Other driver that Tableau could also probably leverage. So, I suspect the answer is "yes", but you'll need to tell us a little bit