Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. samimichaels

    YTD Totals fomula

    I am trying to find a year to date totals on checks that have been run. Here is what i am running: if {CGD_DIST_HEADER.CHECK_DATE}> DateTime (2001, 12, 31,00, 00, 00)then Sum ({CGD_DIST_DETAIL.CHECK_AMOUNT}) This is giving me everything. But I just want the sum where the check date is after...
  2. samimichaels

    Changing 4 digits to 8

    I have a numeric field that currently holds 4 digits but will grow. So I want the 4 digits to have leading zeros. i.e. 4456 to 0004456. Help. Thanks
  3. samimichaels

    Currency to text

    I am builing a report that is a check and need to convert the amount to the number in text: For example: $25,000.00 to Twenty Five Thousand Dollars. How do I do this?
  4. samimichaels

    Boolean is Required Error

    I am trying to create a fomula on a sub-total. When I try the first line alone it runs fine. But then I start putting in the "or" data, I keep getting an error message that a boolean is required after the "then". Why? What am I doing wrong? if {#RTotal0} > "1&quot...
  5. samimichaels

    JSP Error Message

    HELP!!! I am totally new to JSP and Tomcat and am trying to get a site working on a new server. But the old programmer "tweaked" tomcat to run with our scripts. Unfortunatley, I don't know what he did. Here is the error I am getting. Any help would be great!!! Error: 500...
  6. samimichaels

    Creating Exe files

    In Crystal 6, there was a way to create an exe file for someone to execute a rpt that did not have crysatl loaded on thier box. Was it removed in CR 8? If not, how do you do it?
  7. samimichaels

    design a hit counter using flash?

    Thanks.
  8. samimichaels

    design a hit counter using flash?

    Is there a way to make a hit counter using flash? If not, anyone know the best way to do that?
  9. samimichaels

    Search "Select Expert" fields on Compiled report

    I am using Crystal 6 for this. So If I created a parameter field, and placed it on the report, thenn compiled, it would let me modify the selection criteria?
  10. samimichaels

    Search "Select Expert" fields on Compiled report

    HELP!!!! I cerated a report for a client previously where after I compiled, the end user could change the criteria of the select expert when running the exe file. I am trying to do this again, except when he needs to search by is not exact. So I tried creating the select expert criteria...
  11. samimichaels

    prompting filters

    How do I create a prompt, so that when a report is run, it asks me for a filter.. for example a date. That it would ask me for a date that I could folter my report by?
  12. samimichaels

    Setting text from a value

    I want to substitute text from a value. the formula i am using is if {Calls.DialResult}=201 then "Voice Connect" and if {Calls.DialResult}=203 then "Fax Machine" but the formula editor keeps asking me for a boolean. What am i missing? When I just run the first...
  13. samimichaels

    name of database onto report

    I use a report with a new database everyday and change the set location. Is there a way to have the name of the database I am connecting to print on the report as a field instead of me retyping it in everyday. I found under special fields that I could put the name of the report, but I need the...
  14. samimichaels

    Count of a group

    Well, I just found the answer I was looking for. I did a distict count on the original field that i was grouping. Thanks all
  15. samimichaels

    Count of a group

    The summary option under the Insert menu is greyed out.
  16. samimichaels

    Number to Phone Number

    It worked great.. thanks.
  17. samimichaels

    Count of a group

    This is the formula i am using. Count (GroupName ({Clients.Company})) But when I check the formula, it says something is missing.
  18. samimichaels

    Number to Phone Number

    I have a field that is a phone number is ########## format that I would like to change to (###) ###-#### format. And I can't remember how to do this.
  19. samimichaels

    Count of a group

    I have a report where I need a total of the records. Problem is there are duplicates. So if I remove the dups, the count is still of the whole. So I created a group. I just need to get a count of the groups now, but I can't seem to get the formula editor right. any help?

Part and Inventory Search

Back
Top