You may be trying to access this site from a secured browser on the server. Please enable scripts and reload this page.
Turn on more accessible mode
Turn off more accessible mode
Skip Ribbon Commands
Skip to main content
Turn off Animations
Turn on Animations
SharePoint
Sign In
Use SHIFT+ENTER to open the menu (new window).
To navigate through the Ribbon, use standard browser navigation keys. To skip between groups, use Ctrl+LEFT or Ctrl+RIGHT. To jump to the first Ribbon tab use Ctrl+[. To jump to the last selected command use Ctrl+]. To activate a command, use Enter.
Browse
Tab 1 of 2.
Page
Tab 2 of 2.
Follow
Bluespring Online
Bluespring ProcessView
Bluespring LeanView
BPM5 Documentation
Currently selected
Comparison Functions
It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.
Updated Pages
Update Specific Group LDAP Entries
Home
Write Values to a Password-protected Workbook and Worksheet
Write Data Item Values to a Delimited Text File
Update Specific User LDAP Entries
Documents
Welcome & Introduction
Guides
Hardware & Software Requirements (PDF)
Install Guide (PDF)
Activity Reference Guide (PDF)
BPM Designer Topics
Workspace and Solution Topics
Solution Item Topics
Activity Topics
Common Expression Functions
BPM Admin Topics
Process and Activity Monitoring (with Filters)
Service Monitoring
View All Site Content
Recent
Images
Business View Topics
Feedback
Solution Items and Activities
Guides
Home
About
The most common comparison functions are provided in the table below. In addition the description, syntax, arguments, and an example have all been provided.
Function Name
Description
Syntax
Arguments
Example
AllAreTrue
Returns true if all of the provided conditions are true. You may want to use this function to define a rule.
AllAreTrue(condition1, ...)
condition:
intrinsic-conditions to evaluate
AllAreTrue(a=1,b=2,c=3)
AnyAreTrue
Returns true if any of the provided condtions are true. Otherwise false. You may want to use this function to define a rule.
AnyAreTrue(condition1, ...)
condition:
intrinsic-conditions to evaluate
AnyAreTrue(a=1,b=2,c=3)
NoneAreTrue
Returns true if none of the provided conditions are true. Otherwise false. You may want to use this function to define a rule.
NoneAreTrue(conditional1,...)
condition:
intrinsic- conditions to evaluate
NoneAreTrue(a=1, b=2, c=3)
IsNullOrEmpty
Returns true if a field is null or empty (unassigned).
IsNullOrEmpty(field)
field:
intrinsic- a field of datatype text.
IsNullOrEmpty(Field1)
Related Topics
Date Functions
String Functions
Math Functions
Bluespring-Specific Functions
Source
BPM Designer Topics
>
Common Expression Functions
Last modified at 7/31/2020 11:18 AM