WriteBackExtreme
WebsiteAll products
V4.0
V4.0
  • Prologue
    • WriteBackExtreme v4
    • Release Notes
    • Changelogs
    • Architecture
  • Installation guide
    • Requirements
      • Windows
      • Linux
    • Getting started
      • Windows
      • Linux
      • Containerization
        • Docker standalone
        • Docker compose
        • ODBC connections
    • Installation wizard
      • License
      • Repository database
        • SQL Server
        • MySQL
        • PostgreSQL
        • SQLite
      • Create a user
      • URL & SSL Certificate
      • Run as a service
      • Summary
        • Running on Linux
    • Configuration panel
      • Home page
      • Domain & SSL Management
      • Repository Database
      • License Management
      • User Management
      • Ip Whitelisting
      • Primary keys in Data Add
    • Upgrade
      • Upgrade from 2.x
    • Update license
    • Moving to production
  • Product Guide
    • Getting started
    • Tableau Extension
      • Getting started
        • Create a worksheet with Username()
        • Add the Extension to your dashboard
        • Ready to start
      • Configuration
        • General
          • Schemas
          • Authentication
          • Popup
          • Theming
          • Tabs
          • Mapping
          • Tableau
          • Import/Export
        • Schemas
          • General
            • Editable Conditions
          • Field Formatting
            • Single line text
            • Paragraph text
            • Number
            • Boolean
            • Dropdown select
              • Dynamic Populated content
              • Cascading dropdown
            • Date/DateTime
          • Form Builder
            • Features
            • Dynamic Values
              • Troubleshoot | values
        • Changelog
      • End-user
        • Features
          • Dynamic Filtering
          • Bulk Import
          • Audits (History)
          • Bulk Edit
          • Duplicate rows
        • Add Data
          • Overview
          • Add rows
          • Edit rows
        • Collaboration
          • Overview
          • Add / Edit
          • Reply
        • Data Helper
          • Overview
          • Add rows
          • Edit rows
        • Data Correction
          • Add records
          • Edit records
          • Remove records
          • Interpolate
          • Calculations
          • Vertical layout
        • SSO/SAML or Oauth authentication
    • Management console
      • Setup security
        • OAuth Setup
          • Microsoft Entra
          • Auth0
          • Google
        • SSO Setup
          • OKTA Example
          • PingOne Example
          • Azure Example
          • Troubleshooting SSO
      • Connections
      • Schemas
        • Permissions
        • Audits
        • Import/export
        • Row Level Security
        • Schema data
        • Workflows
          • Stored procedures
      • Tableau sync
      • User management
      • Group management
      • Info & License
    • Database Connections
      • DataBricks
        • Windows
        • Linux
      • Snowflake
        • Using ODBC
          • Windows
          • Linux
        • OAuth Authentication
  • Support
    • Troubleshoot
      • Errors
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Support

FAQ

Does Apps for Tableau look at any of my data?

No, WriteBackExtreme is a on-premises solution without the need of any internet connection. Our SaaS solutions are hosted in an isolated Azure environment only accessible for a by you approved group of engineers.

Is blending essential for the writeback functionality?

You can use a blend, Join or Relationship to connect primary data with writeback data. With Data Correction you can write back in the primary data source (if on a live connection) and you only need a Blend/Join or Relationship if you want to combine your primary data with the writeback data in the same visualization. You can also use an ETL process to combine primary data with WriteBack data.

Can WriteBackExtreme run in docker / kubernetes?

Yes WriteBackExtreme can run in a container. The configuration for this is next-level since it needs to be configured manually without the one-click installer. Reach out to our support channel for the possibilities.

How to copy a schema to another database

WriteBackExtreme does not support transferring a schema to another database. The best option is to copy the table using the export/import function via management console and transfer the data itself using your own database management tool.

  1. Open the management console.

  2. Go to schemas and select the schema you want to copy

  3. Click the export button at the top right. A json fill will be downloaded in your browser

  4. Click Schemas in the menu again

  5. Click the import button

  6. Select the connection to the other database

  7. Click import. The table will be created.

  8. After this, export all data from your original table with your favorite database management tool and import it to the new table in the destination database table.

Since we made a copy, all dashboards need to be reconfigured using the new schema.

The easiest way to do this is trough the export/import functionality of the extension. This way your dashboard extension settings are preserved.

  1. In the management console, open the schema.

    1. The url looks like this: https://[your-writebackextreme-url]/backend/schemas/84f7d654-f672-4e16-91fa-3b3d4c58c64b/

    2. The last part (excluding the / at the end) is the UUID of the new schema.

    3. Copy this UUID.

  2. In your dashboard extension go to configuration

  3. Select import/Export in the left menu

  4. Click Download data file

  5. Open the file in a text editor like notepad.

  6. Search for the term schema_key in the file. The value should be a UUID (for example 9ab26ae5-5e5f-4142-ba6a-b61ac77f7a23)

  7. Change the original UUID to the new one you copied from the management console.

  8. Save the file

  9. Go to the dashboard configuration again

  10. Remove the old schema.

  11. Import the data.json file you just edited on the import/Export page.

  12. After importing you will see that the schema is added and all configuration is preserved.

PreviousErrors

Last updated 8 months ago

Was this helpful?