Saturday, June 3, 2017

An Easter EGG in tableau - DebugMenu

Debugging menu is which officially doesn't in version 10. However, this unsupported version is a great tool for tableau developers for troubleshooting the scenarios. Thus we have to name it as an Easter egg of tableau. Let us break it.

Debugging in Tableau Desktop
Tableau Desktop includes a built-in debugger that you can use to test many things like version changed workbooks, Memory test, your connectors and many more features. Use the built-in debugger when you encounter differences that you cannot debug in the simulator.

Points to be Noted:
  • The version runs only on Professional license. Doesn't work with student key.
  • The built-in debugger only runs on Windows.
  • It is provided as-is and without official support by Tableau.
  • The debugger communicates with Tableau Desktop synchronously and therefore might appear unresponsive at times.
  • Work with Tableau Public .
  • Provides more options when you open the workbook.
To run the built-in debugger, complete the following steps:
  1. Open a command prompt.
  2. Navigate to the Tableau Desktop directory.
    cd "C:\Program Files\Tableau\Tableau <version>\bin\"
    
  3. Run Tableau Desktop with the debugging flag:
    tableau.exe -DDebugmenu  
  4. You can add it in shortcut as displayed above.
              

2 comments:


  1. Nice and good article. It is very useful for me to learn and understand easily. Thanks for sharing your valuable information and time. Please keep updating
    Tableau Online Training
    Tableau Training
    Tableau support

    ReplyDelete
  2. Thank you so much for such a wonderful blog post which keeps us updated about tableau operations and solutions.This tool is really like a revolution in the IT world.

    Tableau Rest Api Connection



    ReplyDelete

Java Scripting fun with Tableau

Here is one of the JavaScript I am listing below which will pop-up and will allow you to download the .CSV file of the dashboard you are v...