Hello everyone,
I can't figure out how to sort this data.
I can do it on SQL but can't figure out how to add conditions while sorting. [sequence like ( sequence || '.' || '%')]
My data look like:
| ID | Sequence | APP | 
| 1 | 1.1.1.10 | 22 | 
| 1 | 1.1.1 | 22 | 
| 1 | 1.1.1.10.1 | 20 | 
| 1 | 1.1.1.1 | 20 | 
| 1 | 1.1.1.10.1.1 | 20 | 
| 1 | 1.1.1.1.1 | 20 | 
I want something like this:
| ID | Sequence | APP | 
| 1 | 1.1.1 | 22 | 
| 1 | 1.1.1.1 | 20 | 
| 1 | 1.1.1.1.1 | 20 | 
| 1 | 1.1.1.10 | 22 | 
| 1 | 1.1.1.10.1 | 20 | 
| 1 | 1.1.1.10.1.1 | 20 | 
I would appreciate any help in this regard.
Thanks!
Solved! Go to Solution.
Thanks! I did that and it didn't work initially.
After closing Alteryx and running it again, it worked.
 
					
				
				
			
		
