|
@@ -90,6 +90,7 @@ export default {
|
|
5. equal to 0: the null value is 0 value to participate in the calculation <br>
|
|
5. equal to 0: the null value is 0 value to participate in the calculation <br>
|
|
Note: The processing of missing values here applies to all time periods of the data`,
|
|
Note: The processing of missing values here applies to all time periods of the data`,
|
|
max_null_val: 'MAX、MIN Null Value Handling',
|
|
max_null_val: 'MAX、MIN Null Value Handling',
|
|
|
|
+ max_null_val_2:'Skip null',
|
|
max_null_val_hint:`If there is a null value in the MAX and MIN formulas, handle it according to the following rules: <br>
|
|
max_null_val_hint:`If there is a null value in the MAX and MIN formulas, handle it according to the following rules: <br>
|
|
1. equal to 0, null value with 0 to participate in the calculation; <br>
|
|
1. equal to 0, null value with 0 to participate in the calculation; <br>
|
|
2. Skip the null value, remove the null value indicator, and calculate the remaining indicators. If all indicators of the date are null values, the date has no value;`,
|
|
2. Skip the null value, remove the null value indicator, and calculate the remaining indicators. If all indicators of the date are null values, the date has no value;`,
|