Hi Everyone,
I'm trying to get the same results of truncate as in Excel.
Please take a look when I divide =TRUNC(20/42489.31,8) in excel and get the last 8 decimal the result is 0.0004707
But when I do the same calculation using alteryx I get 0.00047071.
I tried all the solution that proposed to me.
Attached the screenshot of the proposal that I found to do round Multiple and divide by the number of decimal FLOOR([result]*100000000)/100000000 in Formula it present correctly but in output not.
Attached screenshot and the workflow.
Thanks in advance