Relative Content

Tag Archive for tableau-apitableau-desktop

Tableau Extensions – Python script execution

Tableau Extensions: I have a python script that i want to trigger w/o using tabpy. I would like to use this python script within Tableau Extensions to be triggered? I read about html and javascript but how to i integrate python script to be executed?

Tableau Extensions – Python script execution

Tableau Extensions: I have a python script that i want to trigger w/o using tabpy. I would like to use this python script within Tableau Extensions to be triggered? I read about html and javascript but how to i integrate python script to be executed?

Tableau Extensions – Python script execution

Tableau Extensions: I have a python script that i want to trigger w/o using tabpy. I would like to use this python script within Tableau Extensions to be triggered? I read about html and javascript but how to i integrate python script to be executed?

Buckets based on a column’s dynamic value

I have a long list of 400 values that I need to assign into 5 bucket groups (1-5) based on value’s the percent of total. I have tried creating bins, but it has been tricky due to the dynamic values changing on a daily basis.

Tableau Dashboard – Displaying view as a filter

I have a tabular report with seven attributes in total.
Account,r1,r2,r3, and r4 are in row shelf and Month in columns shelf with Amount as a measure.
Image1 shows the current view for month 1.

Displaying data in one row for all attributes in Row shelf

I need help in displaying one row for each account name. Apart from the Account name, all attributes in the row shelf are calculated fields that say Yes or No based on the Amount in the Column shelf. The amount is getting split based on the attributes on the column shelf, which I don’t want. I want to see aggregated values for each Account name.

Is there a way in tableau to select the maximum value of a column, based on other columns?

I have three columns: a column of dates, a column of numerical values, and a a column of strings (states for example). I would like to create a column that assigns a 1 to any row in which the numerical value column is the largest value for each date and each string, and a 0 for all else. Is there a way to do this? For example, say there is are 5 different rows for every date in a year and every state. One out of each of these 5 rows should have a value of 1, as this row has the maximum numerical value out of the 5.