There is a requirement I am working, is there are monthly files that need to be loaded to a qlikview application, all the months prior to the current month can be loaded, but the current month can only be added to the application if the admin validates it is correct.
for that I thought of two folders two applications scenario:
folder 1 and application 1: the application 1 is available to all other users and loads only files of folder 1 , which are the ones that have been validated by the admin
folder 2 and application 2: will load all the files including the current month one ino application 2 but this one can only be made avalaible to the admin . if the curent month data is validated than the admin will move the file to folder 1 to be available for all other users.
I was just wondering if maybe there is a better way of doing this.