Exercise: Add Sales Order tables to MDW
Most tables in TimeXtender are brought in from a data source and moved into the data warehouse directly from the ODX Server or via a staging database. For more detailed information, please see Tables.
Steps:
- Drag the SalesOrderHeader and -Detail from DSA Data Warehouse and drop them on the Tables node in the MDW Data Warehouse
- Deploy and Execute the project using option "Only modified tables and views"
- Preview the tables to validate the data
Show Example
function ToggleShowHide1() {
var x = document.getElementById('Video1');
if (x.style.display === 'none')
{x.style.display = 'block';}
else {x.style.display = 'none';}}
Note: Video is free of audio
Have Questions?
- Search for key words in the Support Portal to find topics that may already have answers.
- Can find the answer to your question? Post your question in the TimeXtender community forum!
- Write your question in the box and select the appropriate topic.