Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8594

Re: Need help with a Report in CR 2008

$
0
0

p.s. if you want to replicate the report attached above, but use a Command object so that you're filtering the group values instead of suppressing them (as a group selection filter suppress groups), then that syntax would be something like the following, using the xtreme (ms access) sample database...

 

SELECT *
FROM   `Customer` `Customer`
WHERE `Customer`.`Country` IN

(
SELECT `Customer`.`Country`
FROM   `Customer` `Customer`
GROUP BY `Customer`.`Country`
HAVING COUNT(`Customer`.`Customer ID`) = 1
ORDER BY `Customer`.`Country`
)


Viewing all articles
Browse latest Browse all 8594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>