Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Try this in ur dimension
Num(YourField, '0.############')
Or.try this
Convert to text.
Text(YourField)