Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have very messy load script at the moment and it would be easier if I could bulk align the AS [], field statement in the load script for many fields.
Example:
A AS ,
AAA AS [A1],
BCCD AS
I would like to get to neatly spaced using tabs, how can I do many columns in the load script?
A AS ,
AAA AS [A1],
BCCD AS
Thanks,
Neil.
May be this:
ctrl+H
I think there is no automatism available within the qlik editor so that you would need to align your code manually (per tab-key).
An alternative might be to use another editor (maybe only for copy + paste and back again) which support this, for example notepad++
QlikView Addict: QlikView Notepad++
https://www.google.de/search?q=notepad%2B%2B+auto+aligning
- Marcus