Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Thushar_Balusu
Contributor II
Contributor II

Numeric Dimension Values Rounding When Downloading Data from Straight Table in Qlik Cloud

Has anyone noticed that when downloading data from a straight table in Qlik Cloud, numeric values get rounded to integers? This only happens when the numeric field is used as a dimension. If I use the same field as a measure, the downloaded values remain accurate.

Is this expected behavior for straight tables in Qlik Cloud, or is there a workaround to prevent the rounding when using numeric fields as dimensions?

Qlik Cloud 

1 Reply
Chanty4u
MVP
MVP

Try this in ur dimension

Num(YourField, '0.############')

 

Or.try this 

Convert to text.

Text(YourField)