 
 
 
 
 
 
 
  
    ![\includegraphics[height=10mm]{images/merge}% WIDTH=48 HEIGHT=45](img172.png) 
The operator can be placed on the canvas in two ways:
 ;
or
  ;
or 
For example, the file below creates two 2-dimensional Ravels, one with sales in dollars and the other with sales by each salesperson as a percentage of total sales.
![\includegraphics[width=\textwidth]{images/MergeExample01TwoVariables}% WIDTH=527 HEIGHT=235](img173.png) 
SalesSalesPerson$and SalesPerson%share the same dimensions (SalesPerson and Date), and they can be separately displayed as in the next figure.
![\includegraphics[width=\textwidth]{images/MergeExample02TwoVariablesSeparate}% WIDTH=527 HEIGHT=561](img174.png) 
Using the Merge operator, you can create one new Ravel containing information from both the $ sales and the % of total sales analysis:
![\includegraphics[width=\textwidth]{images/MergeExample02TwoVariablesEditForm}% WIDTH=527 HEIGHT=278](img175.png) 
The merged Ravel has 3 dimensions, with the extra dimension Analysis now containing the Sales by dollar amount and Sales as a percentage of total sales as entries on the Analysis axis.
![\includegraphics[width=\textwidth]{images/MergeExample03TwoVariablesMerged}% WIDTH=527 HEIGHT=188](img176.png)