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 strongm 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. 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.
  15. saradaga

    Export Drill down report to PDF

    Hi, I have a drill down report that i need to export to pdf. to get the drill down facility, I used 'HIDE' option for the groups. The drill down works in crystal. But when I export the crystal report to PDF, I could not see the hidden groups. Please suggest me what to do while exporting a drill...
  16. saradaga

    Crystal reports for Physcially challenged

    Hi, Did anybody created reports (ADA reports, Accessiable reports etc) for the Physcially challenged people (blind, def etc). Can somebody please tell me the standards to be followed while developing and also while publishing the reports. can someone please tell where I can get documentation...
  17. saradaga

    FLAT FILE AS DATA SOURCE

    Thanks a lot chelseatech for your suggession. How to write code to extract the fields and load them into a COM data source? How could we automate to load data in MS Access? Please let me know. How can I contact you directly. Thanks, Rams.
  18. saradaga

    FLAT FILE AS DATA SOURCE

    HI, CAN ANY ANYONE PLEASE LET ME KNOW IF WE CAN USE A FLAT FILE AS DATA SOURCE FRON CRYSTAL REPORTS 2008. IF SO PLEASE LET ME KNOW THE PROCEDURE AND HOW IF A NEW FLAT FILE COMES. CAN WE USE MULTIPLE FLAT FILES AS DATA SOURCES?? PLEASE LET ME KNOW.. THANKS A LOT RAMS.
  19. saradaga

    crystal 2008 Business Views and publishing in Infoview

    My client is using crystal reports 2008. Is it necessary that we should use Business views to publish reports in the Infoview?? I have Dynamic and cascading prompts to use. Are Business views compatable with crystal reports 2008.? Can there be Default values for dynamic and cascading prompts...

Part and Inventory Search

Back
Top