Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Creating a report by using sql script Post Reply Post New Topic
Author Message
crystal2012
Newbie
Newbie


Joined: 17 Apr 2012
Online Status: Offline
Posts: 36
Quote crystal2012 Replybullet Topic: Creating a report by using sql script
    Posted: 17 Apr 2012 at 6:11am

It appears that Crystal report doesn’t accept a sql written in syntax below  for creating a report

With  SqlScriptName {

X1…Xn

}  as

(Select t1.x1,…tn.xn

From……where…

)

Select * from SqlScriptName

it is very time consuming to reconstruct over hundreds sqls.   I tried to use standard report wizard to build a report by linking all tables in sql and set up constraints, but I got message says “too many start point, Crystal report doesn’t support”.
Does anyone have suggestion?  Thanks!

 



Edited by crystal2012 - 17 Apr 2012 at 6:14am
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 18 Apr 2012 at 3:31am
write it in a store proc.
 
CR is fine using the output from a stored proc.
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.031 seconds.