Questions tagged [tableau-cloud]

7 questions
0
votes
0 answers

How to Combine Incremental and Full Refresh for Data in Tableau

I have a dataset with approximately 100 million rows and almost 10 GB of data stored in the Tableau Cloud. I encounter issues when performing a full refresh, as it takes more than two hours and often results in errors. I am considering using an…
Axis
  • 2,066
  • 2
  • 21
  • 40
0
votes
0 answers

Using R to extract tableau data

I am trying to extract tableau data in .csv format using R so I can test some data quality. My link works if I use in the browser itself where the backend data is loaded on my download directory in .csv format. However, the link returns no record…
Neel
  • 31
  • 6
0
votes
1 answer

how to stop non-null filter affect when you select from another filter?

I am having difficulties with the Tableau in terms of filter context. I have a table like this: Shop Type Profit Revenue Plan Online 10 15 Store 20 Popup 30 10 So in this worksheet, I have a filter for Revenue Plan (Measure)to show…
mbsouksu
  • 78
  • 1
  • 7
0
votes
1 answer

How to change language (for dates) on Tableau Cloud?

I'm creating a dashboard with Tableau Cloud. When I began to work, Tableau was in French (I work in France), but I would do my dashboard in English. I changed the Settings (Language = English, Locale = English), but the months are still indicated in…
Elise1369
  • 259
  • 1
  • 6
  • 19
0
votes
0 answers

How to integrate tableau dashboards in a android application (java)?

I want to integrate some tableau dashboards in my android application. for that I have utilized its JavaScript API and JWT token using JS, in which basically I bypassed the login page to let my customers sees dashboards without authenticating under…
-1
votes
0 answers

Tableau Driver for Interbase 2020

I am looking for any assistance or tips to be able to connect Tableau (Desktop and then Cloud) to Interbase 2020 using JDBC. I have a very usable .jar driver that I use with DBVisualizer, but using the same driver for Tableau generates an error and…
Art
  • 1
-1
votes
0 answers

How to integrate Tableau Cloud, InfluxDB Cloud and Mac OS

My goal is to use Tableau Cloud for data visualization and Influxdb Cloud for time series data storage. I am using a macbook pro m2. I used the influxdb guide to setup a JDBC connection to influxdb in Tableau and it works locally in Tableau desktop.…