Talk:Main Page

From Catglobe Wiki
Revision as of 08:51, 10 April 2012 by Nguyenduyan (talk | contribs)
Jump to: navigation, search

QAS_deleteData

This function can delete data for an abitraty list of answer sheets as long as the script is executed in a user context which has at least manager access to the questionnaires which the answer sheets belong to.

Syntax

QAS_deleteData(array answerSheetIds)

Arguments

AnswerSheetIds is an array numeric (non-decimal) expression. It is the Questionnaire Answer Sheet IDs of current Questionnaire.

'Return type

array. All answer sheet ids where the function could not delete data for the answer sheets are returned as an array from the function.

Examples

QAS_deleteData(28415738);

Availability

Version 5.6