C
carl
Hello All.
Hope I have found the correct spot for my question.
I am trying to learn how to create reports.
My records look like so:
ActDate SalesID ProductID SalesVolume
15-Dec AAA SPY 10
15-Dec AAA SPY 5
15-Dec BBB SPY 40
15-Dec BBB IBM 10
15-Dec CCC SPY 2
16-Dec AAA SPY 500
16-Dec AAA IBM 10
16-Dec BBB CAT 25
16-Dec CCC SPY 100
16-Dec BBB IBM 2
I need a report to list out by ActDate and ProductID, a ranking of the
SalesID.
Was hoping I could get a report that was layed out as so:
15-Dec 16-Dec
CAT 0 BBB
IBM BBB AAA;BBB
SPY BBB;AAA;CCC AAA;CCC
For example, on Dec 15, BBB had the top SalesVolume for SPY. AAA was second,
CCC third.
Can someone show me how this can be done ?
Thank you in advance.
Hope I have found the correct spot for my question.
I am trying to learn how to create reports.
My records look like so:
ActDate SalesID ProductID SalesVolume
15-Dec AAA SPY 10
15-Dec AAA SPY 5
15-Dec BBB SPY 40
15-Dec BBB IBM 10
15-Dec CCC SPY 2
16-Dec AAA SPY 500
16-Dec AAA IBM 10
16-Dec BBB CAT 25
16-Dec CCC SPY 100
16-Dec BBB IBM 2
I need a report to list out by ActDate and ProductID, a ranking of the
SalesID.
Was hoping I could get a report that was layed out as so:
15-Dec 16-Dec
CAT 0 BBB
IBM BBB AAA;BBB
SPY BBB;AAA;CCC AAA;CCC
For example, on Dec 15, BBB had the top SalesVolume for SPY. AAA was second,
CCC third.
Can someone show me how this can be done ?
Thank you in advance.