English (Español a continuación)
The following commands are used to remove from the Report Script those rows in which all their data is zeros / #missings.
- SUPMISSINGROWS
- SUPZEROROWS
- SUPEMPTYROWS
Characteristic
- They can be placed at the top of the Report Script, affecting the entire report.
- If the Report Script integrates different Reports (each of them ending with the corresponding !), it affects all of them.
- However, its effect can be overridden in a later block by including the following commands:
- INCMISSINGROWS
- INCZEROROWS
- INCEMPTYROWS
1.- SUPMISSINGROWS
Eliminates from the Report Script those rows in which all the data is #missings.
Syntax:
- {SUPPMISSINGROWS}
The effect of this command can be overridden later in the Report Script with the command {INCMISSINGROWS}
- This command includes rows with all their data #missings, overriding the effect of the {SUPEMPTYROWS} / {SUPMISSINGROWS} commands.
Its syntax is:
- {INCMISSINGROWS}
2.- SUPZEROROWS
Eliminates from the Report Script those rows in which all the data is zero.
Syntax:
- {SUPZEROROWS}
The effect of this command can be overridden later in the Report Script with the command {INCZEROROWS}
- This command includes rows with all data zero, overriding the effect of the {SUPEMPTYROWS} / {SUPZEROROWS} commands.
Its syntax is:
- {INCZEROROWS}
3.- SUPEMPTYROWS
Removes from the Report Script those rows whose data is all zeros or #missings.
Syntax:
- {SUPEMPTYROWS}
The effect of this command can be overridden later in the Report Script with the command {INCEMPTYROWS}
- This command includes rows with all their data zeros or #missings, overriding the effect of the {SUPEMPTYROWS} / {SUPMISSINGROWS} / {SUPZEROROWS} commands.
Its syntax is:
- {INCEMPTYROWS}
Español
Los siguientes comandos se utilizan para eliminar del Report Script aquellas filas en las que todos sus datos son ceros / #missings.
- SUPMISSINGROWS
- SUPZEROROWS
- SUPEMPTYROWS
Características
- Se pueden colocar en la parte superior del Report Script, afectando a todo el informe.
- Si el Report Script integra diferentes Reports (cada uno de ellos finalizado con el correspondiente !), afecta a todos ellos.
- No obstante, su efecto se puede anular en un bloque posterior incluyendo los siguientes comandos:
- INCMISSINGROWS
- INCZEROROWS
- INCEMPTYROWS
1.- SUPMISSINGROWS
Elimina del Report Script aquellas filas en las que todos los datos son #missings.
Sintaxis:
- {SUPMISSINGROWS}
El efecto de este comando se puede anular más adelante en el Report Script con el comando {INCMISSINGROWS}
- Este comando incluye filas con todos sus datos #missings, anulando el efecto de los comandos {SUPEMPTYROWS} / {SUPMISSINGROWS}.
Su sintaxis es:
- {INCMISSINGROWS}
2.- SUPZEROROWS
Elimina del Report Script aquellas filas en las que todos los datos son ceros.
Sintaxis:
- {SUPZEROROWS}
El efecto de este comando se puede anular más adelante en el Report Script con el comando {INCZEROROWS}
- Este comando incluye filas con todos sus datos ceros, anulando el efecto de los comandos {SUPEMPTYROWS} / {SUPZEROROWS}.
Su sintaxis es:
- {INCZEROROWS}
3.- SUPEMPTYROWS
Elimina del Report Script aquellas filas cuyos datos son todos ceros o #missings.
Sintaxis:
- {SUPEMPTYROWS}
El efecto de este comando se puede anular más adelante en el Report Script con el comando {INCEMPTYROWS}
- Este comando incluye filas con todos sus datos ceros o #missings, anulando el efecto de los comandos {SUPEMPTYROWS} / {SUPMISSINGROWS} / {SUPZEROROWS}.
Su sintaxis es:
- {INCEMPTYROWS}