Hi guys,
I need a workflow to get the required output.
951,001 ---> 951 k
1,368,890 ---> 1.4 mn
1,920,848 ---> 1.9 mn
1,128,038,087 ---> 1.1 bn
2,280,467,892 ---> 2.3 bn
I have an idea of counting the number of digits (for k,mn or bn) and then taking the first two digits, also rounding off the third digit.
Please help me how to to do this in alteryx.