I have a chart that on of the axis is based off a formula called buckets that looks like this:
if {@megs} < .10 then "0.00 to 0.10" else
if {@megs} < .50 then "0.11 to 0.50" else
if {@megs} < .69 then "0.51 to 0.69" else
if {@megs} < .99 then "0.70 to 0.99" else
if {@megs} < 1.5 then "1.0 to...
I can't seem to get a summary to work the way I need it to. Seems like it should be easy but it isn't working for me. I basically just need the following
if ({provider})="nPhase" then sum({totalmegs});
This needs to sum for the entire report.
What am I missing?-thanks
I am having trouble getting a report to group sections based on conditions that I set. I think I just don't know how to do this and am hoping it is easy. I want to have my report tell me how many accounts fall within a range of usage based on megabytes. For example: I have two fields on my...
Here is my dilema-this is an export from a third party software package that is a .csv which I changed to a .xls.
The cells contain this data (all in one column) looks like this: (example)
1 day 00:02:07
1 day 01:00:57
1 mon 10 days 03:12:16
If I use crystal to report against this worksheet...
I don't know if this is possible but I would like to populate a second worksheet with data from c1 where a1:a500="A". I know this formula will get me one record and if I drag it down, I will get a bunch of "False" then a record. I know why that is happening but how can I get it to just display...
I have a report that looks like this:
Wilson, Ted
10/19/07 9:26 am
10/19/07 10:56 am
10/21/07 8:00 am
10/21/07 8:50 am
and so on.
What I need to do is evaluate the time difference for every 2 records. I would also like to be able to have a label that will say "On Time" for the lower...
I have a report that will show a variety of information. This is coming from a spreadsheet. I have 15 rows of data with a count for each field. Column A=Inspection and Column B=count.
I want to create a chart with only the top 10 inspections. Is there a way to display only the top 10?
(this...
I am having trouble getting this formula to return a count. Can someone tell me what might be wrong with it. I am using crystal version 11 developer.
if (GroupName ({@monthname})="January") then count({Gprsfware.SCID})
I need it to count all the records for field SCID that were added in the...
I need a formula that will count occurances of records that are between number ranges within a group.
For Example:
if (table.fieldname)>=1 and <=3 then count (table.fieldname)
I am just unsure of the syntax.
I am trying to create 6 "bins" of data so I can have an accurate histogram. I'm a...
I need to import a very large file into an Access database. I am using the file to create the table. One of the fields contains a number that is very long and will only import it as scientific notation. No matter what I do with the .csv file or the format of the field in Access it will not...
I need to split up a field into sections to have it print under the appropriate labels.
The field is called: Accountno
The number consists of 8 sections, one of which is always blank.
So if my number is: G530-97090-27-051-501-031
I would need to break it apart and have it print under the...
I have a report I am working on that is printing the details multiple times if there are mulitple items for on field. For example: This is what it looks like because there are two buses on this report: (crystal reports XI)
Group 1: TripID
Details A: TripDate Destination # of Buses
Details...
I have a field in a database called "buses", this is a numeric field. Based on the number in that field, I want an empty box added to the report. Example: The number in "Buses" is=2 there will be two boxes printed below it, if there are 3 buses, there will be three buses printed below it. Does...
I am trying to pull out the last two dates in a column of dates and subract them from each other. For example:
Work Date
1/1/2007
1/23/2007
3/4/2007
8/15/2007
I would like to be able to take the last two dates and subtract them to get a number of days. so 8/15/2007-3/4/2007. I would also...
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.