反馈已提交
网络繁忙
Count the number of occurrences of the same character in the field. For example, count the number of occurrences of "/" in the "Account" field. As shown below:
1) After uploading the data, add the fields to be analyzed in the self-service dataset.
2) Then add a formula in the newly added column, and use the nested formula of the SUBSTITUTE function and the LEN function to achieve the effect.
3) After saving the self-service dataset, update the data to view the effect.
Sample usage data: count the number of same characters.rar
Add "EXCEL Dataset" under "Package" in "Data Preparation", upload the original data, as shown below:
After uploading the "User Authority Table", modify the table name to "Count the same characters", modify the field type as needed, and click "OK" to finish uploading, as shown below:
After uploading the data, continue to add the "self-service dataset" under the "package" to analyze and process the data, as shown below:
Add a table name to the newly created self-service dataset, and then select all the fields in the uploaded EXCEL table "Count the same characters" and add them to the dataset, as shown in the following figure:
1) Add "New Column", as shown in the figure below:
2) Add a new column to count the number of "/" in the "Account" field. Enter the formula:
LEN(account)-LEN(SUBSTITUTE(account,"/","")), where the "account" field needs to be added in the text field on the left to be effective. Click "OK" when finished, as shown below:
The formula description is shown in the following table:
LEN(args): Returns the number of characters in the text string or the length of the array.
After adding the "Count the number of '/' " column, click "Save" to complete the data processing, as shown below:
Click "Update Data" to update the created self-service dataset, as shown in the figure below:
For details of the effect, please refer to section 1.1 of this article.
售前咨询电话
400-811-8890转1
在线技术支持
在线QQ:800049425
热线电话:400-811-8890转2
总裁办24H投诉
热线电话:173-1278-1526
文 档反 馈
鼠标选中内容,快速反馈问题
鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。
不再提示
10s后关闭