Hi, I want to create a report that looks like this:
Metric 1
============
2004 2005
A
Data is updated fortnightly (not exactly on the 15th and 30th of every month. updates take place on 13th or 14th or 15th or 16th of every month). Today I want sum(Metric 1) from Jan 1, 2005 to Jan...
hi,
i generate the following sql while executing a report:
1 select a14.PAY_PERIOD_YEAR PAY_PERIOD_YEAR,
2 sum(a11.DEALER_CONCESSION_AMOUNT) WJXBFS1
3 from CPC.CPC_PRODUCT_FACTS a11,
4 CPC.CPC_REPS a12,
5 CPC.CPC_BRANCHES a13,
6 CPC.CPC_PAY_PERIODS a14
7 where a11.REP_CODE = a12.REP_CODE and
8...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.