In Excel, it is quite easy to compute Permutation and Combination using the formula - Permute(x,y) & Combin(x,y)
However, there is no similar function in Alteryx
Ask is to
1. To compute Permutation - xPy using Alteryx and make x dynamic
2. List out all the possible output. e.g. input: 2C3, Output: (1,2);(1,3);(2,3)
Thanks!