Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:create:filter-boolean [28.11.2014 13:36] – [The One OR the Other Condition is True] alexander.ritteren:create:filter-boolean [10.12.2014 15:05] – [Linking Multiple Conditions] alexander.ritter
Line 8: Line 8:
   * Does the participant usually buy -- according to a multiple-choice --  chocolate **and** dairy products?    * Does the participant usually buy -- according to a multiple-choice --  chocolate **and** dairy products? 
  
-So-called "logical operators" (also known as "Boolean operators", see [[http://php.net/manual/en/language.operators.logical.php|PHP: Logical Operators]]) aid the linking of conditions. Three operators are required particularly frequently:+These "logical operators" (also known as "Boolean operators", see [[http://php.net/manual/en/language.operators.logical.php|PHP: Logical Operators]]) aid the linking of conditions. Three operators are required particularly frequently:
  
   * The AND operator (''and'' or ''&&'') links two conditions and checks if both conditions are true.    * The AND operator (''and'' or ''&&'') links two conditions and checks if both conditions are true. 
Line 86: Line 86:
 ===== Check If a Selection has the One OR Another Value ===== ===== Check If a Selection has the One OR Another Value =====
  
-It must be checked often whether a certain set of values was selected in a completely normal selection or for a scale item. For example, if the value 1, 2 or 3 was selected. +It must often be checked if a certain set of values was selected in a completely normal selection or for a scale item. For example, if the value 1, 2 or 3 was selected. 
  
 If the values are directly linked, the greater than (>) and less than (<) comparison operators can be used.  If the values are directly linked, the greater than (>) and less than (<) comparison operators can be used. 
Line 97: Line 97:
  
  
-If the values are not linked, then each condition can be looked up individually:+If the values are not linked, then each condition can be called up individually:
  
 <code php> <code php>
en/create/filter-boolean.txt · Last modified: 07.12.2023 12:31 by empschul
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki