G
Guest
I've been trying to figure this out for days as a somewhat of a novice in
Access. I am trying to count the # of issues that a trader (or occ_acro) has
PnL > 0. I can return the total number of issues that have PnL > 0 for the
whole database with this expression "Winners: (SELECT Count(Issue)FROM
ElectronicVolumeMonthly WHERE ElectronicVolumeMonthly.PnL > 0)" but when I
try to add a GROUP BY ElectronicVolumeMonthly.occ_acro, I get an error.
What am I doing wrong?
Access. I am trying to count the # of issues that a trader (or occ_acro) has
PnL > 0. I can return the total number of issues that have PnL > 0 for the
whole database with this expression "Winners: (SELECT Count(Issue)FROM
ElectronicVolumeMonthly WHERE ElectronicVolumeMonthly.PnL > 0)" but when I
try to add a GROUP BY ElectronicVolumeMonthly.occ_acro, I get an error.
What am I doing wrong?