How many lines of script code can be written on each tab under Edit Script in QlikView? I mean what the maximum number of script lines can be put on the script tab...
Moreover, by best practice, when should we start a new script tab under Edit Script?
I'm not sure if there is a limit on number of lines on each tab. I have tested with 3.5 million lines and before I got the message about Low Virtual Memory.
However, the tabs are just logical entities. I mean the script excutes from top - bottom and left - right. If you save the script as QVS file you will see the script as one file. And for each tab you will see something like this ///$tab Main. I generally divide the script based on logical groups. For example : Time Dimension, Customers and Employees etc in each tab.