Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Comment Out Entire Tab

Hi All,

I have a tab in my script that I would like to comment out (may need it later). To comment out line by line I would have to put //. Is there a way to comment out an entire tab or table?

Regards

H

1 Solution

Accepted Solutions
Not applicable
Author

/* At the Top */  At the end

View solution in original post

7 Replies
tresesco
MVP
MVP

Ctrl+A ->Select All

Ctrl+K+C->Comment

CELAMBARASAN
Partner - Champion
Partner - Champion

Select all and try this shortcuts

Ctrl+K+C -- Comment

Ctrl+K+U -- Un-Comment

Not applicable
Author

/* At the Top */  At the end

Not applicable
Author

Select All by pressing Ctrl+A and right click mouse button and Select Comment

or use shortcut key Ctrl+K+C -- Comment.

sujeetsingh
Master III
Master III

Of course it is Ctrl+A

Right click and select Comment

Not applicable
Author

Thank you

Anonymous
Not applicable
Author

REM will comment the whole table.

/* will start your comment

*/ will end your comment

// Will of course comment that line.

If you just want to comment out a table use REM.

If you want to comment out a longer section such as a whole tab then you place /* at the top

and */ where you want to end your comment or as mentioned previously ctrl + A then right click and select comment.