Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning at all, I would need to use the largest operator in a Set Analysis formula.
currently using the code in the formula
{$ <[Last Released DV] = {'$ (= vL.AnnoRif)'}>}
where month vL.AnnoRif is equal to 2017.
Everything works regularly, but now I need to consider more data than 2017.
would anyone tell me the sinks to use?
thanks to everyone for the collaboration
Andrew
Hi,
What do you mean when say 'I need to consider more data than 2017.??
You want data between eg. 2015 and 2017 or 2017 to 2018?
I mean later years, I could use 2017, 2018 etcc, but I prefer to use the command> also to understand in the Analisys set as it does.
Ok, try with :
{$ <[Last Released DV] = {">=$ (=vL.AnnoRif)"}>}
There is a clear explanation of the Set Analysis syntax here