Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Derived Tables are in-memory tables you can create by combining columns and/or expressions from one or more tables and are treated just like a native database table in the Diagram and SQL Panes. There are a few methods of creating Derived Tables.

  • You can right-click within the Diagram Pane and select [Create Derived Table]
    Image Added
  • You can left-click the menu triangle (or right-click) on a tab at the bottom of the Diagram Pane and choose [New > Derived Table]
  • You can choose [Worksheet > New > Derived Table]

Each Derived Table receives its own Worksheet tab.

Image Added

Construct your Derived Table within its Worksheet by dragging table columns, views, and aliases into decks or JOINs as you would in the Main Query.

Image Added

To see the Derived Table Entity in the Main Query, click on your Main Query's tab. Derived Tables display a unique icon on their left side to allow you to distinguish them from other items in the decks, Diagram Pane, and Worksheet Tabs.

Image Added

You can then use this Derived Table just as you would a native table you dragged into the Diagram Pane from the Data Pane.