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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
tinkerz1
Creator II
Creator II

Line up text in the load script when using 'AS'

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.

2 Replies
varshavig12
Specialist
Specialist

May be this:

ctrl+H

marcus_sommer

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++

Code alignment for Notepad++

https://www.google.de/search?q=notepad%2B%2B+auto+aligning

- Marcus