Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have date like date =date(MonthStart,'MMM-YYYY') here year contains all years .
but i need only year>=2013 and data should in format like('MMM-YYYY')
Can you provide sample qvw
it's 300 mb i can't
How about sample input? Can you provide more details about your requirement. Where do you want to restrict year in script or in Front end?
i need this change in list box not in script part
Try this,
if(year(year)>=2013,date)
-Sathish