# The value of my calculated field has a strange format

You have made a calculated information field and it appears in the Case Manager or on a document. However, the value it displays does not look the way you expected it to. E.g. You would like the field to show as ‘Category B - Elevated Risk’ but instead it shows ‘category\_b’.

### Use ‘$’ to translate a value

When trying to access an information value from a dropdown list or a taxonomy Atfinity will provide you the key of the value. Using the dollar sign ‘$’ in front of the information reference will translate the key to the correct value format

For example: The value of the information ‘risk\_classification’ should be accessed. Possible values are listed in a taxonomy that looks like this:

![](/files/tK3M60HrxNoT2130HHjb)

Writing only `cr.risk_classification` in your calculated information would give you the value key ‘category\_b’.

Using ‘$’ and writing `cr.$risk_classification` will however translate the key and return the desired ‘Category B - Elevated Risk’.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.atfinity.io/guides/troubleshooting/the-value-of-my-calculated-field-has-a-strange-format.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
