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!

Search results for query: *

  • Users: rbarekere
  • Content: Threads
  • Order by date
  1. rbarekere

    flattening data in crystal report

    I have a table which has 4 columns Customer, Partner type, Agent no and employee #. cust type agent emp 1001 A 01 1001 B a1 1002 A 02 1002 B a2 I have grouped the data based on customer and I would like to flatten the data with 2 columns Agent Emp and I want...
  2. rbarekere

    Discrete parameter value display problem

    Displaying parameters chosen using a formula faq767-5684 Using the help of code mentioned in above FAQ, I wrote a code for displaying date prompt which include range and multiple value selection. datatype for the parameter is "STRING"! Possible way of user entering the value is select from...
  3. rbarekere

    Summarizing shared value from sub report in main report

    lbass previously gave a suggestion on summarizing shared value from sub report in main report by resetting the shared value in group. It really worked well. I have another situation where in main report grouped based on A in GH1a. Now the sub report is located in GH1b. Now I want a total in...
  4. rbarekere

    Grouping while 1 table connecting to other 2 tables with leftouterjoin

    I have Table A, B and C. A to B and A to C linkage is using left outer join based on Project Key. So all projects listed in A will be displayed and common projects in B and c will fetch data. Table B and C has project Phase. Now I need to create a group based on Project Key in GH1 and PRoject...
  5. rbarekere

    Long subreport starts from subsequent page

    I have 2 subreports which are displaying the data based on the GH1a value in main report. And sub reports are placed in GH1b and GH1c. For some of GH1a value 2nd sub report is 2 or 3 pages long. In such cases i could see GH1a and GH1b together in say first page but GH1c starts from second page...
  6. rbarekere

    Finding the last Detil record for every group

    I have a group A and it has numerous detail record. I have added a running count, inorder to find the last detail record of the group. I need this to make the last detail record of every group to be bold. Problem here though the running count I have, I dont know the logic how to find the last...
  7. rbarekere

    summarized value of subreport value in main report

    i have designed a crystal report whch has groups say A, B and C in main report. I have created sub report by grouping C and sub report has the data (measures). Main report doesnot contain any measure. Now the subreport is linked to main report based on prompt on C. I have created a shared...
  8. rbarekere

    Page no for reports having only Report Header

    I have a problem in cross tab report. In RH (report header) I have a cross tab which spans across multiple pages. Now I am not finding way to print a page no for each page. I tried some options all prints at the last page only. Not in all pages. I appreciate your suggestions. -Raghu
  9. rbarekere

    Printing last value of Multiple parameter

    I have multiple value parameter in crystal report and i need to print the last value selected for that parameter. For Ex. I have selected 1, 2 ,3, and 4 in from the list of values of a multiple value parameter. 4 is the last value and in the report header i need to print 4. I appreciate your...
  10. rbarekere

    Conditional suppress only if all column values are zero

    I would like to suppress whole column if dbfield value is 0.00. I was able to suppress it in common tab of format field by using formula if dbfield =0.00 then true else false. But i would like to suppress column value only when all the values in column are equal to 0.00. Otherwise I would like...

Part and Inventory Search

Back
Top