I have been working with a person @wwatson that has been very helpful. https://community.alteryx.com/t5/Alteryx-Designer/Need-to-organize-noin-delimited-no-header-flat-txt...
I did not give this person all the info involved in my data for them to be able to 100% help me. They have helped me concat my data using a multirow formula.
if contains([Field_1],"-") then [Row-1:block]
elseif contains([Row-1:Field_1],"-") then [Row-1:block]+1
else [Row-1:block] endif
We'll this gets me 50% of my data correct , but the other 50% spans more rows than what the initial does , I believe we need to compensate for this
My amateur thinking
If this contains AND this contains then this
Else if this
or other way around? Not sure very new to this and what multi row expects but we will see.
Solved! Go to Solution.
I've literally been in meetings all day. I will try out both solutions in the AM
I thank both of you !
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |