#5852: Quire Feedback
Status: Completed
In fields column when we choose “ Status “ as field , it shows only symbol , we need to see the % and status in text , this is important
Created by MD @NOBLE Sep 19, 2023, Edited Sep 20, 2023
Thanks
MD @NOBLE, Sep 20, 2023
Hi, Thank you for providing your feedback.
To address your request, you can create a custom field with the Formula type in your tasks. Here's a step-by-step guide to help you achieve this:
- Add a new field
- Type the name of the field and select the Formula type
- In the formula field, you can enter the following formula:
status.name + " " + status.value + "%". This formula will generate the status name and its percentage based on the task's actual status.
Please keep in mind that any text you include within the formula field must be enclosed in quotation marks (" ") to prevent errors.
I have attached screenshots below for your reference.


Please give this formula a try and let us know if it meets your needs. Thank you very much.
Golda, Sep 19, 2023

In the image you can see Lstatus field , we need % and text of actual status
MD @NOBLE, Sep 19, 2023