Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello, need help again =D
1. Count ({<Year={2008 BETWEEN 2010}>} Sales) << wrong syntax
2. Count ({<Year={MORE THAN 2008}>} Sales) << wrong syntax
need some help,
thank you very much
Have you try
count( {<Year = 2008,2009,2010}>} Sales )
or
count( {<Year = {">2007<2011"}>} Sales )
But i'm not try in my code yet. Hope tthis will help.
Regards.
Have you try
count( {<Year = 2008,2009,2010}>} Sales )
or
count( {<Year = {">2007<2011"}>} Sales )
But i'm not try in my code yet. Hope tthis will help.
Regards.
that's great,
thank you tatarjar
have a nice day