Bascially, I think it's just the from statement.
The select query is for the first two quieries should only pull from the heat.calllog table. all the others should pull from the join below
From
Heat.CallLOg inner join Heat.Asgnmnt on HEAT.CallLog.CallID=HEAT.Asgnmnt.CallID
Thanks
Janet...
Hi lbass,
My other issue is basically I have 9 seprate queries I want to be in one CR. I'm like super new at CR so I'm almost clueless on how to do this.
I want to have the results of all 9 show up in one CR.
asknelson19 was kind enough to place all 9 in one big select case statement which I...
OK new issue. The first two sum/select statments only pull of the heat.calllog table. The rest pull off the join of two tables. So I can't get that part to work correctly.
Also, I want to be able to use the between statement for the query for dates, I have 3 date fields though and each...
Thanks, I'm trying it now. There are a few open/closed bracket errors. I'll see if this works. So I should just place this in the same command as I had the last one, right?
Thanks
Janet [ponytails2]
Hi want to create one crystal report that returns the values for several items. I opened up a new report and the only thing I added was a command. In the command I added the following quieries:
select Count (*)As CallsIn from heat.calllog
where...
OK I tried that but it didn't work. Not sure if I'm doing it right.
I get the error message ... "The remaing text does not appear to be part of the formula."
Thanks
Janet [ponytails2]
Hi,
I'm extremly rusty on Crystal and I need to create a report for our VP ASAP so I'm in a panic and not having any luck.
I have a table called Calllog
The fields I need in the report are CallLog.ClosedDate and CallLog.RecvdDate.
All I need is a count of records with a CallLog.ClosedDate...
Hi, I just have a parent record with a child record attached to it with a primary key. So, the main recored has a column named childID. If I remove the value from the parent record with txtID = "", then the child record will be disacosciated from it.
In other words I have a main form with a...
Hi,
I ran into this problem a long time ago, however I cannot remmeber the solution [sad]
I have a form with mulitpule pages with subforms in each page. For some reason all of a sudden some of the subforms dissappear. If a record doesn't exist or if I go to add a new record the subform...
Hi, I'm just now begining to work with Crystal Reports and I have a crosstab report that works great, but the format is not. I can seem to put my crosstab anywhere execpt for the report header and footer so this throughs of my page numbering. How can I get my crosstab to be in the Details...
Thanks Everyone!!!
Ken it worked,it was by number.
I used ORDER BY DatePart("m", tblYouth.DOB)
Thanks you all are wonderfull!!!!
Thanks
Janet [ponytails2]
OK,I thought this was working correctly but it's not. In the query below I'm trying to order the tblYouth.DOB date field by month. The format of the field is mddyyyy in the table.
The order by ("M" tblYouth.DOB); is the part that's not working correctly.
SELECT tblYouth.FirstName...
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.