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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

String default length

Hi,
What is the default length of the string if we don't explicitly set it to some value? I'm used not to define String Length in schema editors and now I'm getting worried if maybe I should.
Thanks, Greg
Labels (2)
2 Replies
Anonymous
Not applicable

The length of a string is only of interest if you create a database table (with the Action on Table) and here the varchar types needs a length > 0.
Another usage of length is in the tSchemaComplianceCheck component.
If you read and write strings is does not matter what you have set as length.
_AnonymousUser
Specialist III
Specialist III
Author

Hi, thanks for the reply.