Appian

123456789101112
Across
  1. 5. Returns the specified text, minus any characters not in the list of valid characters.
  2. 6. Returns location of data within multiple values
  3. 7. Detects if a SAIL interface is displayed within Appian for Mobile Devices on a phone
  4. 8. Converts the given externalized string representation of a value to the original value
  5. 10. Concatenates the elements of an array together into one string and inserts a string separator between each element.
  6. 12. Takes a variable number of lists and merges them into a single list
Down
  1. 1. Checks whether an array contains the value.
  2. 2. Retrieves users from a set of users and groups.
  3. 3. Evaluates the choice argument at the given index and returns the result.
  4. 4. This returns the actual number of work days between two Date and Times (both inclusive), according to the calendar defined for the system
  5. 5. Converts a decimal number into a generic currency value
  6. 9. Represents a constant number that stands for Not A Number
  7. 11. Returns an array in reverse order.