Ole Dyring
Articles
-
Criteria bar Search Operators
[Cloud release date: 2024.02.01][On-prem release: 2024 February][On-prem build: 24.02.13001] From this version, you will always get a tooltip with available search operators when you click into the...
-
Copy/Paste Criteria Bar
[Cloud release: 2024.03.13][On-prem release: 2024 April][On-prem build: 24.05.03003] Use the 'Copy/Paste criteria bar' option to easily copy all elements from the criteria bar in on dashboard to th...
-
Data mashup - multiple fact tables
If your Data Discovery cube contains multiple fact tables, it is strongly advised to introduce common dimension tables as well. With common dimension tables you can ensure a proper many-to-one fact...
-
2024 releases
Link to release log for 2024 releases: Change Log (On-prem)
-
InMemory ETL task: Group
Cloud release: February 2024On-prem release: February 2024 Use the 'Group' task as a container where you can add other ETL tasks. The Group task does not do anything in itself. One purpose of a Gr...
-
InMemory ETL task: Exit
Use the 'Exit' task to insert an exit point in your ETL project. When the Exit task is reached the ETL project will immediately stop from processing. Typically, this is used in debugging situation...
-
InMemory ETL task: Enum
Use the 'Enum' task to create simple two-column tables - typically with the purpose of providing additional dimension tables that can "translate" otherwise meaningless IDs into meaningful categori...
-
InMemory ETL task: Drop
Use the 'Drop' task to drop (remove) any table that was previously imported as part of the current ETL project. Often you will want to drop temporary tables that were only imported to facilitate o...
-
InMemory ETL task: Declare Variable
Use the 'Declare Variable' task to declare any variables you may need in any subsequent script in your ETL project. Examples of setting a variable: SET @IntegerCounter=@IntegerCounter+1 SET @P...
-
InMemory ETL task: Bulk Import
Use the 'Bulk Import' task to import selected tables or selected fields from any available data source. In this example, an SQL Server database is used as the data source. On the 'Next' step, you...