Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
QFabian
Specialist III
Specialist III

VERBATIM

Alguna vez has utilizado esta variable de Qlik?

Alguna vez has necesitado los datos aplicando VERBATIM = 1 ?

Existen más variables o funciones así tan especiales?

tantas preguntas

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/Syste...

 

QFabian
1 Reply
marcus_sommer

Probably there is quite seldom a need for verbatim=1 to disable the space-stripping because such data - where it makes a significantly difference to consider the spaces - isn't very common at least not by storing data within databases. Within a batch-controlled output from database content into txt-files it's not so rarely that they use fixed lengths and filling missing chars with spaces but such files are usually loaded with a fix file-format taking the whole record and picking from there the needed fields directly with appropriate from-to statements or with the various string-functions.

This variable belonged to the system-variables and are probably not really common in smaller projects but within advanced environments the use of the include- and hide-variables is not seldom.

- Marcus