I'm using Include statement for my 20 applications by reading a .qvs file . In this file I have set few links as:
Set vQVD = '\\TXKAPPHUT003\SourceDocuments\QV_QVD';
Set vQVD_LoadYear = 'D:\QlikView\Development\QV_QVD\$(vYear)';
Set vSRC = '\\TXKAPPHUT003\SourceDocuments\QV_SRC';
Now my requirement is that I have to read data from 2005 to 2012 as vYear , please help me how to set here value for vYear thorough Set statement so that it will read all data one by one starting from 2005 till 2012 using 'D:\QlikView\Development\QV_QVD\$(vYear)'; link as mentioned above for Set vQVD_LoadYear.