Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a datefield which is having lot of data
now i just want to restrict it to one year data how to do that
May be this
If(Year <> '2014', Year)
It's hardcoding value,I just want to restrict to last year or latest year data
Data is coming from a qvd where to write the condition
In the LOAD FROM statement of that particular QVD.
and how to resticr to one year data .
yes i separated the values with commas ,still its giving me error.
can we use 3 conditions in where
is there any other way of putting the conditions ,
Maybe this would work for you:
Where AddYear(Today(), -1) <= Date
Please post your current load script