Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Begin and End Date Parameter Post Reply Post New Topic
Author Message
Kerkuk
Newbie
Newbie


Joined: 08 Dec 2011
Online Status: Offline
Posts: 22
Quote Kerkuk Replybullet Topic: Begin and End Date Parameter
    Posted: 15 Feb 2012 at 4:11am
< style="left: 0px; top: 0px;" id="stL" ="stL" height="350" ="http://edge.sharethis.com/share4x/index.08494d37c792aa82b4ba36e63cbd06f6." Border="0" width="353" allowTransparency="true" name="stL" scrolling="no">
I have this query in Command
select (select name from mastlocationcode where type = 'DIST' and code = m.district) as "Division",
count(incident_num) as "Incidents"
from incident i, mastlocation m
where m.recnum = i.locn_rec
and to_date(reported_on) >= '01-jan-2011'
and to_date(reported_on) <= '31-dec-2011'
group by m.district
order by m.district

The client wants monthly report with two parameter Begin and End date (like the client wants to enter begin and end date for each month and get the result (like Begin Date (3/1/2011 and End date 3/31/2011) in this case client gets monthly report for march.

Please I need help
IP IP Logged
kostya1122
Senior Member
Senior Member
Avatar

Joined: 13 Jun 2011
Online Status: Offline
Posts: 475
Quote kostya1122 Replybullet Posted: 15 Feb 2012 at 10:41am
when you enter the query into crystal command there is a create button where you can create parameters

IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.