Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Easy multiline comments in Qlikview Script ?

How do I make a multi-line comment in a qlikview script ?

In some programming languages -

/*

Line 1

Line 2

...Line n

*/

In Qlikview -

//Line1

//Line 2

//Line 3

That is ugly, even if you use the Edit - Comment option.

1 Solution

Accepted Solutions
maxgro
MVP
MVP

in Qlikview too this works, see image 

/*

*/

1.png

View solution in original post

2 Replies
maxgro
MVP
MVP

in Qlikview too this works, see image 

/*

*/

1.png

Not applicable
Author

Okay. Must be my mistake then. I reloaded a script after using /**/ style of comments and got a script reload error. when I removed the /**/ comments, the error went away.