Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can you help me out?
A client requires a bar chart which always displays the sum of sales in France for 2013. Which is the correct Set Analysis expression?
- SUM({$<Year = 2013, Country = 'France'>} Sales)
- SUM({$<Country = {'France'},Year = {2013}>} Sales)
- SUM({$<Year = {2013} Country={'France'}>} Sales)
- SUM({$< Country = {'France'},Year = {2013}> Sales})
Thanks a lot!
Hi Kevin,
below one is correct:
-
SUM({$<Country = {'France'},Year = {2013}>} Sales)
Thanks,
Arvind Patil
Hi Kevin,
below one is correct:
-
SUM({$<Country = {'France'},Year = {2013}>} Sales)
Thanks,
Arvind Patil
Why are you asking all of these questions? If you are taking a test you should know the answer yourself.
I just need the answer keys for my future references, if ever this is inappropriate, I apologize.