Reduce rows by checking for duplicates in reference column
wkeepdup num:=2
Please refer to the page for additional option switches when accessing the x-function from script
| Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
|---|---|---|---|---|
| Reference Column | irng |
Input Range |
|
Specify the column in which duplicated rows will be searched for. |
| Minimum Number of Duplicate to Keep | num |
Input int |
|
Specify the minimum number of duplicated rows to keep. If the number of duplications of a row value is less than this value, the row will not be kept. |
| Case Sensitive | sensitive |
Input int |
|
Specify whether the duplication checking is case-sensitive. |
| Support Undo | undo |
Input int |
|
Obsolete since Origin 2024b, use XF switch "-u" instead. |
| Output Worksheet | ow |
Output Worksheet |
|
Specify the worksheet in which to output the duplicated rows.
|
In the num variable, specify the minimum number of duplicated rows to keep. If the number of duplications of a row value is less than the value of num, the row will not be kept.
Keywords:data reduction