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
WithSqlScriptName {
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”.
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