Hi, I have many negative data points on a table. I would like to remove all those values wich are noise induced. I know about the "Data->Remove Bad Data Points" method which allows to remove them manually but it is way to fastidious in this case.
I have also used "ctrl+f" wich allows to detect all the negative values of the table by looking for "-" but unfortunatly it only allows the "-" character to be remplaced and not the case value.
Is there a method to suppress many data points at the same time based on a specific criteria?
You can add a filter to your columns. The filter will hide all the rows that you specify. When you analyze and/or plot your data, OriginLab will not include the hidden rows in your worksheet. Refer to the link to look at how to add the filter.
Thanks for your answer. I have been looking at all the toolbars and the user guide it seems that they are no filters on the 8.1 version. Am I wrong? It should appears in the "worksheet data" toolbar but it's not.
If you want to delete the empty cell, select Worksheet--> Select reduce rows. This will open the Reduce Rows Dialog box. For the Reduce Method tab --> Select Delete Rows with Missing values.
2) You can Mask the values and then remove the rows with the masked values.
-Select Column in the Menu bar ---> Select Mask Cells by Condition. - The Mask Cells by Condition dialog box will open - Select condition < - Input 0 for Value -Select OK - All the negative values will be masked and should display a different color font in the worksheet. - To remove the masked rows: Select Worksheet ---> Reduce Rows - This time select Delete rows with Masked values from the drop down menu.