Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I want to extract out nine last nine quarters data only in the script. how i can achieve this ??
If you provide more information about your qvw file, you will get more accurate and specific help. Are you getting data from a database, text files, qvd files or some other source? Do you have a date field or only a month field. etc etc?
You can calculate the date for nine quarters ago using MonthStart(Today(), -9*3)