跳至內容

Complete or part of text field converted to scientific notation in Quicksight

0

I'm trying to display a text field that's a concatenation of 2 letters and about 20 digits. The column is formatted as text.

In the screenshot, the value is visible without issue in the "COLUMN A VALUE" visual, that's a wordcloud.

In the table visual, a section of the digits is converted to scientific notation, see "COLUMN A". When trying to display a field composed only of the problematic digit section formatted as text, the scientific notation appears again, see "COLUMN B".

Screenshot

As a workaround I have trying splitting the value with whitespaces or dashes, however even with these separators the scientific notation persists.

This text value needs to be displayed as is, without any scientific notation.

已提問 1 年前檢視次數 690 次
1 個回答
1

Hello JBW, Thank you very much for your question. If your text field in AWS QuickSight is being converted to scientific notation, it usually happens when numbers in the text field are interpreted as numeric data. To prevent this, you can ensure that the data type for your field is set to string in the data preparation stage or during dataset creation.

  • Change Data Type to String: Make sure the field's data type is explicitly set to string in the dataset.
  • Custom Format: Use custom formatting options in QuickSight to prevent automatic conversion.

Please find further resources by accessing these links: https://docs.aws.amazon.com/quicksight/latest/user/supported-data-types-and-values.html https://docs.aws.amazon.com/quicksight/latest/user/changing-a-field-data-type.html https://docs.aws.amazon.com/quicksight/latest/user/toString-function.html

AWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。