Sometimes short articles are the best. You don’t need lots of time to get a nice idea or concept. Do you want to load multiple QVD’s from a folder? Here is the code: Set vFolder = ‘.’; FOR each File in filelist(vFolder& ‘\*.qvd’) LOAD * FROM [$(File)] (qvd); NEXT File For a more simple solution […]
Time……….. We never have enough of it and when we do we only get one chance to spend it. Next to that time is one of our primary dimensions used throughout most QlikView applications. Building consistency and creating reusability into your workflow can be very convenient. In most datawarehouses you’ll find a time table that […]