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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can i comment a block in edit module?

I have tried with

/*

block of script

*/

but this not work´s.

I only know to use ' for lines

' line1

' line2

...

1 Solution

Accepted Solutions
Not applicable
Author

I think ' is the only way to comment in "Edit Module".

However, you can mark the lines/block you want to comment, then select Edit/Comment. This will comment alle the selected lines.

/Martin

View solution in original post

4 Replies
Not applicable
Author

I think ' is the only way to comment in "Edit Module".

However, you can mark the lines/block you want to comment, then select Edit/Comment. This will comment alle the selected lines.

/Martin

Not applicable
Author

Ok, thanks

Regards, José Vte. Pla

prieper
Master II
Master II

REM does the same as the apostrophe.

Peter

Not applicable
Author

Whether you want to comment in Edit Module or Edit Script, just highlight the block you wanna comment and press Ctrl + K. (To uncomment press Ctrl + Shift + k)

If you use REM, I think it'll only comment one line.

Steve