jSetting()
Estimated reading time: 1 minuteFunction Summary
The jSetting function is a simple way to create a JSON Tag/Value pair that can be used internally by the Interject system.
This function can be used as a standalone function and does not need to be embedded in another function.
For an example of this function, see Appending a Prefix.
Function Arguments
Type | String |
Constraints | Max 255 char |
If Blank | Empty string |
Type | String |
Constraints | Max 255 char |
If Blank | Empty string |
Excel Formula Bar Example
=jSetting("NamedRangePrefix", "Filter")
Function Composition
Argument Name | Example Mapping | Explanation |
---|---|---|
Function Name | =jSetting() | The name of this function. |
Tag | "NamedRangePrefix" | This setting is tagged as "NamedRangePrefix" |
Value | "Filter" | This setting's value is "Filter" |