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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Making Qlikview view a field as a String and Not a Number

Hi guys,

I have a table of values which has values 3.1, 3.2..........3.10. Therefore Qlikview is bunching both 3.1 and 3.10 as the same. I would like this to be treated as a string but Qlikview automatically assumes it to be a number and therefore groups both together. Is there a way to force this to be viewed as a string and not a number?

Regards,

2 Replies
Not applicable
Author

Hi,

try:

Text(YourField) as TextField

Good luck!

Rainer

Anonymous
Not applicable
Author

Try Text(VariableName) as VariableName in your load script.