Hi
I have build application at my local machine it is working fine . Now as I deployed it on dev server some pages are breaking
I wonder If some one guide me how to attach processor to dev environment so I can debug the application.
Thanks
I have data like
Return|Item
Cancelled|Item [CFY]
Gifts
I would like to display
if data has | then display it in two text box
like Textbox1 Return
Textbox2 Item
if data does not have | then display the "field value" in
Textbox1 and
Textbox2 should be ""
any help would be nice
thanks
I have store procs in my database
I need to use table from different databases
all want to do is declare a variable and pass the database name to get the data
e.g
declare @dbname
set @dbname = Fortunedb
select name, id from
@dbname +'.'+ vwGiving_Gift_Journal_RPT
so I can change the...
I’m new bee
I wrote store proc following
select sum(a.Amount) as amount1
,sum(b.Amount)as amount2
,'Agencies' as CategoryName
from DMAS_INFO di
left outer join
(select sum(Amount) as Amount
,ADISID -—current year
from vwGiving_Gift_Journal_Rpt...
Hi,
Report item matrix subtotal is using sum aggregate by default
Is it possible to use other than Sum, like subtraction?
I have to show like Total-row1-row2 in my subtotal column
thanks
I have report with many columns and large records
I would like to freez header and specific column
in same report
when I freez header it's work
when I freez column it's work
but when I try to freez both in same report it does not work
any advise how to freez both column and header in same...
My computer has dual boot up W2k and XP pro
W2K keeps crashing after running for few minutes in the events log There are error as following
"The server was unable to register the administer tool discovery information the administration tool may not be able to see this server. the data is the...
Crystal Report 9.0
Data base SQL server
I have a report that runs from a view. I would like to filter records
in the report based on a SQL subquery that operates on the view. Is
there a way to accomplish this in crystal? This is very similar to
having a SQL in the record selection...
Crystal report 9.0 with service pack 3
data base is sql server 2000
I have a report that runs from a view. I would like to filter records
in the report based on a SQL subquery that operates on the view. Is
there a way to accomplish this in crystal? This is very similar to
having a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.