내용으로 건너뛰기

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.

질문됨 일 년 전687회 조회
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠