About 65,800 results
Open links in new tab
  1. What is Custom SQL, and How Can I Use it? - The Tableau …

    Custom SQL (cSQL) is the object model that enables developers to create a more involved and optimised data set using hand-crafted SQL; and aside from stored procedures, it is the only …

  2. Can we perform custom sql queries on excel file - The Tableau …

    Hi Kumar, Custom sql query is inbuilt function of Tableau. Yes, you can use Custom sql query with excel file. Go onto the landing page of Tableau desktop, choose excel option to import the …

  3. Extracting Custom SQL Query contents from Tableau Server …

    Mar 6, 2018 · Custom SQL is kept in blob data form in the PostgreSQL, along with the rest of the workbook XML. It is not in an easy-to-use table. To get at it in the Repository, you will need to …

  4. Using WITH in SQL query in Tableau

    You say something like: WITH (CTE) (rest of the SQL statement, which references the CTE) That doesn't work in a custom SQL connection because the custom SQL expression actually …

  5. Custom SQL in Tableau Prep

    Aug 10, 2023 · Custom SQL in Tableau Prep What flavor of SQL is actually being used in Tableau Prep's Custom SQL feature, and what are its limitations? I see heaps of articles …

  6. Always better to Avoid Custom Sql to get better performance

    With a custom SQL connection, on the other hand, Tableau treats the entire custom SQL connection as an embedded query and wraps all the clauses it needs to filter or group or …

  7. How to edit the Custom SQL once the data source ... - The Tableau …

    1. I'm unable/How to see the Custom SQL that I created initially? Below is the screenshot#1. 2. Also when I published the data source and dashboard for the first time I have chosen 'Live' …

  8. Custom SQL - Query Building with Parameters? - The Tableau …

    Jan 11, 2020 · Yes you can! We utilize the feature, though the lost performance (in time to update the data/extract) using custom SQL is noticeable. Halfway down this page Tableau describes …

  9. Creating Union with Custom SQL - The Tableau Community

    Jan 2, 2019 · Creating Union with Custom SQL Hi Everyone, I have recently transitioned from using excel to MySQL for my data sources and had a question regarding Unions. Is it possible …

  10. Issue with custom sql starts with a "WITH" statement

    HI Jackie, Using CTE is not possible in custom sql connection of tableau. Instead of using a CTE directly in tableau custom SQL connection, you can create a view for that CTE and use the …