Re: Crystal reports

From: Dwight (news_at_tsystemscorp.com)
Date: 05/05/04


Date: Tue, 04 May 2004 23:10:19 -0500

Paul wrote:
> Hi, maybe off-topic but I've found this group to be full of very smart
> people so I'll give it a try!
>
> We currently have a lot of Crystal reports and we are considering changing
> our philosophy on how we use it. We are thinking that instead of linking
> tables, creating complicated sub-reports etc, we are instead going to use
> SQL SERVER stored procedures to get the data, and then use Crystal will do
> the formatting.
>
> We've been experimenting and having a problem with date fields. If a date
> field is an input parameter to our stored procedure, when crystal displays
> the selection criteria box it asks for the date and time and the selection
> fields are really hard to use, ideally we want to just select the date using
> the date selector Crystal uses, but because SQL SERVER doesn't (YET!) have a
> DATE only field Crystal is always asking for the time.

I don't worry about the time and let the procedure handle getting the
correct time.
Usually by using a convert or setting dates to be 00:00:00 to 23:59:59.

> Also, does anybody have any suggestions how we get around the fact that
> dropdown in Crystal cannot be database driven only text file driven, right
> now we are creating DTS packages to read the database, and write to a text
> file, and the DTS package runs every hour, surely an easier way must exist?
>

Only way I know of is to use crystal enterprise.

>
>
>



Relevant Pages

  • Crystal reports
    ... SQL SERVER stored procedures to get the data, and then use Crystal will do ... the selection criteria box it asks for the date and time and the selection ... now we are creating DTS packages to read the database, ...
    (microsoft.public.sqlserver.programming)
  • Re: Performance Counters for stored proc calls within DTS
    ... > I have some long running DTS packages that call some stored procs that ... You can add user configurable trace events into your stored procedures. ... global community for SQL Server professionals ...
    (microsoft.public.dotnet.framework)
  • Re: Performance Counters for stored proc calls within DTS
    ... > I have some long running DTS packages that call some stored procs that ... You can add user configurable trace events into your stored procedures. ... global community for SQL Server professionals ...
    (microsoft.public.sqlserver.dts)
  • Re: Performance Counters for stored proc calls within DTS
    ... >> I have some long running DTS packages that call some stored procs ... > You can add user configurable trace events into your stored procedures. ... > Darren Green (SQL Server MVP) ...
    (microsoft.public.dotnet.framework)
  • Re: Performance Counters for stored proc calls within DTS
    ... >> I have some long running DTS packages that call some stored procs ... > You can add user configurable trace events into your stored procedures. ... > Darren Green (SQL Server MVP) ...
    (microsoft.public.sqlserver.dts)