Hi I have a question on Basic Syntax supression formula. Currently on Crystal XI with SQL 2005. The formula is
Global iCount as number
WhilePrintingRecords
If {mainprocedure;1.entry1} = 100 then
iCount = iCount + 1
Formula = False
ELSE
Formula = True
End if
This formula...
My issue here is I don't truly understand how variables work. I get that you create one and give it some data and it uses that in the query. My issue is with a datetime variable SQL is storing it as 2010-08-01 00:00:00 and when I give it that data in crystal or sql everything runs fine...
Hello,
I am writing a report and need to create some statistics. The report is showing findings that can be anywhere from "0/10" - "10/10" and can be returned in any frequency or order. For example The results might be 10/10, 10/10, 0/10, 5/10, 10/10. I would like to be able to say if the...
How can I change my grouped data display from vertical to horizontal? Example:
group 1 is the abbreviation and in that group is the name and value of that field. I'd like to display the names and values horizontally. This replaces an excel spreadsheet so I'd like the formatting to be similar...
This is a convoluted solution to a temoprary issue so I don't want to use a stored procedure for it although I may have to.
I have 2 different sub reports the first which gives me how many people are in attendance and the second showing me the ones who are in a certain room. I used a shared...
I think I have seen this once but can't find it so I'm looking for some help. What I would like to see if possible would be a printout of the various items that go into producing the report like selection criteria, supression criteria, display string fields etc... this is so when I have to...
SQL 2000 with Crystal 10. The report consists of two views that are inner joined. The databases are a production and a test which are mirror images. The only difference is the db name. I am attempting to change the data source on a report but it's giving me an error with a description of...
I have a form/query/report all together and I'm wondering if I can have Access open this report automatically on open. I can't seem to figure out the VBA that will do this.
Thanks in advance,
Chris
I'm using an IF THEN ELSE statement to display a string. the field type is varchar and can be null. My Statements are:
IF ISNULL ({storedprocedure.fieldname})Then "None" ELSE
IF TRIM({storedprocedure.fieldname})= "" Then "NONE" Else
IF {storedprocedure.fieldname} = "Contact" THEN "Contact"...
I have a report that returns a list of people and then the subreport returns data when they have a specific order. I have created a variable that counts the non-blank subreports.
The data I want to suppress is located in details section A and the counting formula I want to base the...
I'm working on a subreport and I need to limit the number of records that I return. I need to return the 4 most recent entries to the 'values' field. I have already filtered it down to 5 potential items which could be found in any order when the record returns.
I think what I need to do is...
I need a count for a census. I have the subreport located in a group header which is supressed when blank. I am calculating my general data already but need to count the sub reports so that I can determine what percentage of people have data returned by the subreport. Any help you can provide...
I am working with a report that I need to sort by items that have not been charged. In this case the "is charged" field is a boolean with an answer of Yes or left null. The select expert doesn't work with false as the field is null. When I try to use Cstr it tells me the formula must result...
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.