Actions

Check data integrity/it: Difference between revisions

From LimeSurvey Manual

(Created page with "La funzione '''Verifica integrità dei dati''' verifica la coerenza e la ridondanza dei dati. È possibile accedervi dalla finestra di dialogo '''Configurazione''':")
(Updating to match new version of source page)
 
(11 intermediate revisions by 2 users not shown)
Line 5: Line 5:
=Generale=
=Generale=


<div class="mw-translate-fuzzy">
La funzione '''Verifica integrità dei dati''' verifica la coerenza e la ridondanza dei dati. È possibile accedervi dalla finestra di dialogo '''Configurazione''':
La funzione '''Verifica integrità dei dati''' verifica la coerenza e la ridondanza dei dati. È possibile accedervi dalla finestra di dialogo '''Configurazione''':
</div>


<center>[[File:Check data integrity configuration.png]]</center>


=Data consistency check=
In general two categories of checks will be executed:
* Data consistency
* Data redundancy


It looks for possible errors that might exist between the response tables and survey tables or between the token list and the CPDB, ...
=Verifica coerenza dati=


<center>[[File:Data consistency check.png]]</center>
<div class="mw-translate-fuzzy">
Cerca eventuali errori che potrebbero esistere tra le tabelle di risposta e le tabelle dei sondaggi o tra l'elenco dei token e il CPDB, ...
</div>


All the values from the screenshot need to meet the consistency standards.
=== Additional parameter for response table field checks ===
Starting with version 6.x you can set an additional parameter to the integrity check URL named checkResponseTableFields.
Just add the following text to the end of the URL


=Data redundancy check=
<code>?checkResponseTableFields=y</code>


If you deactivate a survey, the token tables, the response tables etc., will not be automatically deleted. They will get stored in archived tables. If you do not need them anymore, use the '''Check data integrity''' function and select the "leftovers" you wish to delete:
and press enter.
If you set this parameter, an additional check will be executed, which checks if all fields in all response tables have correct names, which can take a long time to complete.


<center>[[File:Data redundancy check.png]]</center>
=Verifica ridondanza dati=


{{Alert|title=Warning|text=Please note that you cannot undo the deletion. Once you click on the '''Delete checked items!''' button, the data will be gone forever.}}
Se disattivi un sondaggio, le tabelle dei token, le tabelle delle risposte ecc. non verranno automaticamente eliminate. Verranno archiviati in tabelle archiviate. Se non ti servono più, utilizza la funzione '''Verifica integrità dei dati''' e seleziona gli "avanzi" che desideri eliminare:
 
{{Alert|title=Avviso|text=Tieni presente che non puoi annullare l'eliminazione. Dopo aver fatto clic sul pulsante '''Elimina gli elementi selezionati!''', i dati saranno persi per sempre.}}

Latest revision as of 13:05, 16 February 2024

Generale

La funzione Verifica integrità dei dati verifica la coerenza e la ridondanza dei dati. È possibile accedervi dalla finestra di dialogo Configurazione:


In general two categories of checks will be executed:

  • Data consistency
  • Data redundancy

Verifica coerenza dati

Cerca eventuali errori che potrebbero esistere tra le tabelle di risposta e le tabelle dei sondaggi o tra l'elenco dei token e il CPDB, ...

Additional parameter for response table field checks

Starting with version 6.x you can set an additional parameter to the integrity check URL named checkResponseTableFields. Just add the following text to the end of the URL

?checkResponseTableFields=y

and press enter. If you set this parameter, an additional check will be executed, which checks if all fields in all response tables have correct names, which can take a long time to complete.

Verifica ridondanza dati

Se disattivi un sondaggio, le tabelle dei token, le tabelle delle risposte ecc. non verranno automaticamente eliminate. Verranno archiviati in tabelle archiviate. Se non ti servono più, utilizza la funzione Verifica integrità dei dati e seleziona gli "avanzi" che desideri eliminare:

  Avviso : Tieni presente che non puoi annullare l'eliminazione. Dopo aver fatto clic sul pulsante Elimina gli elementi selezionati!, i dati saranno persi per sempre.