I've seen this issue on a handful of workflows in the past, all the upstream tools show the Basis Date field as a V_WString but when attempting to perform a string function, the tool says it can't because the field is an integer. Anyone seen this before?
Solved! Go to Solution.
@rileyspo42 use Right function instead of TrimRight() function,
In Alteryx, the TrimRight function removes specified characters from the end (right side) of a string. Its syntax is:
TrimRight(String, y)
@rileyspo42 you can use a select tool to change datatype of basic correct to v_string, or you can use Tostring function in formula tool
User | Count |
---|---|
52 | |
27 | |
25 | |
24 | |
21 |