About 8,630,000 results
Open links in new tab
  1. Solved: Insert Special characters in a formula using code... - Alteryx ...

    May 13, 2021 · In Excel, I would use something like so: SUBSTITUTE ( [cell], CHAR (160)," ") In Alteryx, I want to do something similar but instead of using: Replace ( [cell], " ", " ") , I want to …

  2. Formula Tool - Alteryx

    Use Formula to create new columns, update columns, and use 1 or more expressions to perform a variety of calculations and operations. Go to Functions for a list of functions to use to create …

  3. Error: Type mismatch in operator - Alteryx

    Dec 6, 2024 · 1) Use a Select Tool to change the field type before feeding the data into your Formula Tool. 2) Use the ToString Function to convert the field to a String value within the …

  4. Solved: Insert or add character into string at intervals - Alteryx ...

    Feb 22, 2018 · Expression: REGEX_Replace ( [Field1], " (.\d+') (.*)", '$1 $2')

  5. Multi-Field Formula Tool - Alteryx

    Use Multi-Field Formula to create or update multiple fields using a single expression. The Multi-Field Formula tool has 2* anchors. Input anchor: Use the input anchor to connect the data you …

  6. Troubleshooting common Formula expression errors in Alteryx

    Apr 9, 2024 · We tend to see many of the same Formula expression errors popping up amongst Alteryx Designer users, especially those new to the software. Here’s a compilation of some of …

  7. Use Special character in Formula tool - Alteryx Community

    Jul 13, 2016 · You can use the single quotes to quote the double quote. For example, you want to write the label "AAAA", you have to set the formula tool this way: ' "AAAA" ' 07-13-2016 06:58 …

  8. Currency formula, or adding the comma separator - Alteryx

    Dec 6, 2024 · A simple way to accomplish this is to use the optional "addCommas" parameter in the ToString function. This function converts a numeric value to a string, using a user-specified …

  9. Solved: Add a character after every nth charachter in a st... - Alteryx ...

    May 21, 2018 · Basically, I have records where I want to add a delimiter after every 4th value so I can use text to columns to split our the 4 character ID fields I need to isolate. I feel like the …

  10. Functions - Alteryx

    Use functions to build expressions that perform a variety of calculations and operations. These function types are available to help you transform your data. The type of data determines the …

Refresh