Extract Masked Points to a New Workbook Automatically

This post will show you how to mask data points on a graph and extract masked points to a new workbook automatically. When you mask or unmask more data, the workbook will be updated automatically.

Extract_Masked_Data_Points_09

We have put together a sample OPJ file in Extract_Masked_Data_Points.zip (12.2 KB) fileTo learn how to make this graph, you can download this file, extract the contents and open the OPJ file. You should see the workbook Source Data which contains column for X data and column for Y data, and Graph1 which is a scatter plot of versus X.

!!! Note: In Origin 2019 and later, you can use data highlighter tool to select masked points and then create subset.  E.g.

  • Click the Data Highlighter toolbar button on left side of workspace.
  • Drag rectangle to select the masked points.
  • Ctrl+key to continue the selection. –> You will see the corresponding row in worksheets are highlighted as well. 
  • Press ESC to finish data highlighting. –> Rows are still highlighted in worksheet.
  • Right click highlighted data and choose Create Subset Sheet.  –> A new sheet is created with highlighted points.

In both Origin 2019 and earlier versions, you can follow the following procedures to extract masked data points automatically.

Mask Desired Data Points on Graph

  1. With Graph1 window active, click Button_Mask button on Regional Mask toolbar on the left side of Origin workspace, Single click on data point to mask it. Usually it change color. You can also drag a region to mask all points inside the region.

Extract_Masked_Data_Points_01

  1. The corresponding datas in worksheet will also change color to indicate they are masked. See the source sheet’s Red cells.

Extract_Masked_Data_Points_02

 

 

Extract Masked Data Points Automatically

To extract the masked data to a new workbook, let’s use Worksheet Query tool.

  1. Activate Source Data workbook, go to menu Worksheet: Worksheet Query… to bring up the dialog.

  2. Select Y in Columns: list and click Extract_Masked_Data_Points_03 button to make it show under Select Column Variables for If Test table since we want to extract data based on mask status of Y data.

  3. Enter the following condition in Condition: edit box:

isMasked(i,Y) // i is built-in row index variable, Y is the Alias name.
  1. Before actually extract out the data points, we can click button Test — select if true button to highlight data rows that matched with the entered condition.

Extract_Masked_Data_Points_04

 

  1. Once we confirmed the results, we can extract the data points to a new workbook by selecting  Extract to New Workbook radio box in Output group. To keep the results updated for any change in later process, we can select Recalculate mode as Auto.

Extract_Masked_Data_Points_05

  1. Click OK button to extract data points.

Extract_Masked_Data_Points_07

  1. Because the Recalculation mode is set to Auto, When you unmask or mask more points, the workbook will be updated automatically.

Extract_Masked_Data_Points_08

 

2 Comments on “Extract Masked Points to a New Workbook Automatically”

  1. Hi there, I tried this with OriginPro 2018, and it does not work. The only difference was that my alias name is C and that I have 2599 rows. Is this a problem with Origin 2018?

    1. Hello,
      Did you mask data first in graph and then try the IsMasked(i,C) in Worksheet Query dialog?
      I tried it in 2018. It works fine with isMasked(i,C).

      If it still doesn’t work, could you send your problematic opj to tech@originlab.com so we can take a look?

      Thanks, Snow

Leave a Reply

Your email address will not be published. Required fields are marked *