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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by saradaga

  1. saradaga

    Crystal reports UI Testing

    Is there any automated tool that tests the User Interface (UI)of a report developed in Crystal. I have 180 reports developed and is there an automated way to test the User Interface of the reports like header, footer, background color, fonts etc (standards of report).
  2. saradaga

    DETAIL SECTION AS PAGE HEADER

    Hi , I have a situation where I use the sections--- Details A, Details B and Details C. I used a Fake group header as page header for Details A. How could I make Details B section as a page header (for Details C section)without repeating on the same page and repeating once on each page. Any...
  3. saradaga

    Supressing Rows and Columns

    Hi, If there are 10 rows in the report and if I export the 10 rows into PDF, Is it possible to supress 4 rows or columns while I export it to PDF but should be able to see all the rows in the report. Also the viceversa, i.e, Can I be able to supress 4 ROWS or columns in the report , but able...
  4. saradaga

    DATE PARAMETERS

    Thanks Ianwaterman.
  5. saradaga

    DATE PARAMETERS

    Hi, I have 2 parameters START DATE and END DATE. I want to default the START DATE to 1st day of previous month and default the END DATE to last calender day of previous month. Any suggessions pleasee. Thanks.
  6. saradaga

    not able to Summurarize the grand total

    Thanks Ibass. I did it in the following way and it worked. I wrote command in the command objects as follows, SELECT COUNT(FF006_VIEW.AU_ID),FF006_VIEW.AU_ID FROM FF006_VIEW GROUP BY FF006_VIEW.AU_ID I linked this command to the view (FF006_VIEW.AU_ID --> Command.AU_ID) . I have put the INNER...
  7. saradaga

    not able to Summurarize the grand total

    thanks Ibass. That was not a Typo. My data is as follows "district" "county" "office" "au_id" "Ver_cod" "amt" DISTRICT4 BEDFORD DDI6 OFFICE 99995 SSIPP $100 DISTRICT1 ANDERSON CASPER OFFICE 99996 W2TAX $500 DISTRICT1 ANDERSON CASPER OFFICE 99996 EARNS $500...
  8. saradaga

    not able to Summurarize the grand total

    I have the data as follows "code" "id" "amt" SSIPP 99995 100 W2TAX 99994 500 PS 99994 500 ES 99994 500 i want to summurise on the field "amt" and get the total 600 with respect to id. but iam getting 1600. how do i write the formula. I have to place the...
  9. saradaga

    Distinctcount with a condition in Formula

    Hi, I am using the formula IF {FF_ASS_UNIT_RCVE_INT_WEEK_VIEW.ELIG_ADULT_CHILD} = "ELIGIBLE ADULT" THEN DISTINCTCOUNT({FF_ASS_UNIT_RCVE_INT_WEEK_VIEW.CLIENT_MEMB}) here crystal is not considering the condition {FF_ASS_UNIT_RCVE_INT_WEEK_VIEW.ELIG_ADULT_CHILD = "ELIGIBLE ADULT" and giving me...
  10. saradaga

    Missing icons in DHTML viewer

    Can you please explain how reports are published in DHTML Viewer??and what is DHTML viewer? Please explain the full process. Thanks.
  11. saradaga

    Export Drill down report to PDF

    i use Business objects enterprise. I have to schedule them in the infoview and manage using cmc
  12. saradaga

    Export Drill down report to PDF

    Thanks a lot for the help. I think parameter to control whether detail section is suppressed works. But need to check out with my BA. How do the parameters reports work while scheduling? Do I need to default the parameter options while scheduling? Also Is there any way to default the Dynamic...
  13. saradaga

    Crystal reports for Physcially challenged

    thanks Turkbear. can i get some notes to create accessible reports using crystal reports. And any precautions while publishing them in business objects enterprise. Thanks.
  14. saradaga

    Export Drill down report to PDF

    Thanks Madawc. Is there any procedure to export the drill down reports in to pdf so that we dont miss any data? Thanks.

Part and Inventory Search

Back
Top