Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
in Qlikview too this works, see image
/*
*/
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.