QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now

Who Me Too'd this solution

tamilarasu
Champion
Champion

You can alter the above script.

Let vVar = Date(AddMonths(Today(),-12),'MM/DD/YYYY');    //08/09/2017

Data:

Load *

From

DB Path Where Created >= '$(vVar)';

View solution in original post

Who Me Too'd this solution