Hi Folks,
Looking for a condition to merge the following example.
Table A
1
2
Table B
Table A and Table B are joined (Join columns not illustrated here.)
Now, I would like to have a column with all numerics in one column(ID_Numeric)
Thanks in advance
Hi @Arcane
Does this work
Hope this helps : )
Hi @Arcane sorry just a little confused what you are requiring, please can you show an example output of what you need?IF you just need all ID's concatenated, you can use the summarize tool for that, and then append it to every record.CheersTheOC
@TheOC- That was quick!
The sample output would look like this,
I have been writing the condition using IIF, but failing to achieve it.
Can we do it using a conditional formula?
hey @Arcane haha, yeah saw your question as soon as i loaded the community!I think this is what you need, please have a look and let me know.Thanks,TheOC
Hey @Arcane Are you able to provide a larger data sample showing what you mean?Thanks,TheOC