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 gkittelson 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: *

  • Users: raghu55
  • Order by date
  1. raghu55

    about topN

    its working. THANK YOU.
  2. raghu55

    about topN

    hello all, I am using crystalreports version9.2,oracle 10g. I have to rank the top 10 schools on the total amt they recieved. I have groupname field like school_id,and database field tot_amt. Here, i was put running total on tot_amt on each record reset every group. I need to do ranking on...
  3. raghu55

    SORT (TOPN)

    i am using oracle 10g. totalsales is the database field.There i was put running total on that field.
  4. raghu55

    SORT (TOPN)

    hello, I am working on crystalreports 9. i need top 10 countries that had top sales. But groupsort expert option is disabled to use top N .Any otherway.. THANK YOU.
  5. raghu55

    ABOUT YEARTODATE

    if {?start-date}=date(1900,01,01) then (if month(currentdate)<>1 then {LOAN.GUARANTEE_DATE} >= minimum(yeartodate) and {LOAN.GUARANTEE_DATE} <= maximum(lastfullmonth) else {LOAN.GUARANTEE_DATE} in dateserial(year(currentdate)-1,1,1) to...
  6. raghu55

    ABOUT YEARTODATE

    hello all, I am using crystalreports9 and oracle 10g. I am little confused with ytd/latyearytd. Below iam giveing all the details,please look on that report run for monthly. parameters: start date, end date groupby: doe_id sortby: tot_amt_ytd database field is: di_amt. reportcolumns...
  7. raghu55

    ytd/lastyearytd

    thanks. but its giving records up to last year march 31 2005, i need up to dec 31 2005.
  8. raghu55

    ytd/lastyearytd

    hello all, I am using crystalreports9 and oracle 10g. I am little confused with ytd/latyearytd. Below iam giveing all the details,please look on that report run for monthly. parameters: start date, end date groupby: doe_id sortby: tot_amt_ytd database field is: di_amt. reportcolumns...
  9. raghu55

    about pagebreak

    thanks its working .
  10. raghu55

    page header break

    if put above formula in pageheader suppression, iam not getting pageheader in any page.
  11. raghu55

    about pagebreak

    hello all, iam using crystal9,oracle 10g. i have a problem with pagebreak. i have textbox in groupfooter2b, there i need a pagebreak. i have choosen newpageafter in section expert at groupfooter2b, iam getting pagebreak but problem is that in next page iamgetting pageheader also. i have to...
  12. raghu55

    duplicates

    hello all, how to suppress a duplicate rows in a report.
  13. raghu55

    page header break

    GroupName ({@student name}) = previous(GroupName ({@student name})) i was placed this in pageheader suppression its giveing error like, this field as no previous or next value.
  14. raghu55

    page header break

    group2 field is formula field. its giveing error like, this field as no previous or next value.
  15. raghu55

    page header break

    hello all, iam using crystalreports 9,oracle 10g. i have my report as following, report header pageheader groupheader1 groupheader2 details group footer1 group footer2a group frooter2b report footer pagefooter i have a textobject in groupfooter2b there i need a page break to display...
  16. raghu55

    about &quot;lastyearytd&quot;

    user wants to select data from parameters. so these are must.
  17. raghu55

    about &quot;lastyearytd&quot;

    but i need lastyear records also.
  18. raghu55

    about &quot;lastyearytd&quot;

    but, when i use this formula in selection formula its giveing below sql querry. SELECT "LOAN"."LOAN_TYPE_CODE", "DISBURSEMENTS"."DISB_AMOUNT", "DOE_INSTITUTION_1"."INSTITUTION_ID", "DOE_INSTITUTION_1"."NAME", "LOAN"."GUARANTEE_DATE" FROM "EPIC_USER"."LOAN" "LOAN"...
  19. raghu55

    about &quot;lastyearytd&quot;

    above formula giveing error message , when i was put running total "the remaing text does not appear to be a part of formula

Part and Inventory Search

Back
Top