Hi Team,
Can someone help me in getting this solution, The negative number -4 should be converted into (4) and it should be in integer format.
Below is the image and attachment added.
Thanks in advance.
Regards,
Santhosh G
Hi @santhoshg2409,
You need to have data in string format to make it looks like you want. A number is a number in Alteryx you need to change it to string format.
So you can write something like IF [Field1]>0 Then "("+ TostringI([Field1])+")" ELSE Tostring([Field1]) ENDIF.
I know that isn't the answer that you wanted to receive but I don't think you can keep number and accomplish the desired result.
Agree with @Emil_Kos
You could however output the data to a formatted excel template that has this desired format.
Hi @Luke_C,
The truth is I didn't have an idea about it. Thank you for sharing that.
It would be great if this gets added has a new feature maybe in table tool 🙂
Currently it has a feature where it displays round numbers and actual value is a decimal.
Team,
I tired formatted excel template option and some how i didn't get expected output, if someone tired the same or different option. Kindly post your solution.
Thanks in advance..!
Here is a step by step guide how you can do it.
Step - 1: Have a template output file where is column is formatted
Step - 2: Configure output tool like below.
1. Set the sheet range. Sheet range is mandatory for preserve formatting feature.
2. Set output option to overwrite sheet and range.
3. Check preserve formatting option.
You can check with the attached workflow and file.
Hope this helps : )
What is your Alteryx version? And were you able to see preserve formatting option?
Version 2020.3.5 and i have that option of preserve as well.
i just renamed your userid in the target path, but i am getting negative symbol.