FunctionCopy link to clipboard
bin2oct( value, place )
Converts a Binary number as text to an Octal number as text.
ParametersCopy link to clipboard
Keyword | Type | Description |
---|---|---|
|
Text |
Binary value as text to convert, such as |
|
Number |
The number of places to return. |
ReturnsCopy link to clipboard
Text
Usage considerationsCopy link to clipboard
Using the value parameterCopy link to clipboard
Invalid digits for a value parameter, including signs, are ignored.
Using the place parameterCopy link to clipboard
The default value for place is however many places are necessary to represent the number.
ExamplesCopy link to clipboard
bin2oct(1100100)
returns 144
Feature compatibilityCopy link to clipboard
The table below lists this function's compatibility with various features in Appian.
Feature | Compatibility | Note |
---|---|---|
Portals | Partially compatible | Can be used with Appian Portals if it is connected using an integration and web API. |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Compatible | Can be used to create a custom record field that only evaluates at sync time. |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Compatible | |
Process Events | Compatible | |
Process Autoscaling | Compatible |
FeedbackCopy link to clipboard
Was this page helpful?