Actions

QS

Min num value n: Difference between revisions

From LimeSurvey Manual

(Marked this version for translation)
((using . (dot) for decimal separator))
Line 18: Line 18:
'''Valid values'''
'''Valid values'''
*Any integer value above 0
*Any integer value above 0
*Any number{{NewIn|1.92}}  
*Any number{{NewIn|1.92}} (using . (dot) for decimal separator)
*Any SGQA code{{NewIn|1.92}}  
*Any SGQA code{{NewIn|1.92}}  
*Any question code (variable name){{NewIn|1.92}}  
*Any question code (variable name){{NewIn|1.92}}  

Revision as of 10:18, 17 April 2015


Minimum value (min_num_value_n)

Description

Minimum value of the numeric input

For multiple numeric and numeric array input questions (New in 1.92 ) . When this attribute is set, each input value must meet this criteria.

Valid values

  • Any integer value above 0
  • Any number (New in 1.92 ) (using . (dot) for decimal separator)
  • Any SGQA code (New in 1.92 )
  • Any question code (variable name) (New in 1.92 )
  • Any equation, using Expression Manager syntax, without surrounding curly braces. (New in 1.92 )