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 TouchToneTommy 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: nag999
  • Content: Threads
  • Order by date
  1. nag999

    Drill Down

    Hi All, I have a different scenario. I have to display the data as below Location 1 Count(Employees) Location 2 Count(Employees) OnDrill Down I want to display 2 groups.i.e. Location1 Region 1 Customer 1 OrderCount(5) Customer 2 OrderCount(10)...
  2. nag999

    Restrict the size of the subreports

    Hi All, I had a report with 3 subreports placed in the Group Header. Each subreport has certain formulas to calculate and hold them in shared variables defined in main report. When I execute the report the subreport are growing in Group header section and moving the Group footer content of the...
  3. nag999

    Not Supported Error

    Hi All, Is there any kind of restirction in using stored procedures and views. I had created a report which has 6 subreports in it. I had connected a stored procedure to a main report and 3 subreports are connected to stored procedures and 3 are connected to views. When I am executing the...
  4. nag999

    Keep Groups together

    Hi I am having a problem in keeping the groups together.I have Group1,Group2,Group3 data. When I have option "Keep Groups Together" checked for all the 3 groups. It is showing the every record of Group1 in one page and then showing other groups next page onwards. Why all groups not...
  5. nag999

    Passing DateTime parameter from VB.

    Hi All, I am facing a strange problem in passing DateTime() parameter from VB. I had written the following code to pass DateTime Parameter in crystal. .ParameterFields(4) = "Contract Status As of Date;DateTime(" & strYear & "," & strMonth & "," & strDay &...
  6. nag999

    Passing DateTime parameter from VB.

    Hi All, I am facing a strange problem in passing DateTime() parameter from VB. I had written the following code to pass DateTime Parameter in crystal. .ParameterFields(4) = "Contract Status As of Date;DateTime(" & strYear & "," & strMonth & "," & strDay &...
  7. nag999

    Have to control on sequence of Subreport of execution.

    Hi Everybody, I had a problem related to sequence of execution of subreports. I have 4 subreports SubReport1 SubReport2 SubReport3 SubReport4 But I have Shared Variables which collection values in it in each 2nd,3rd and 4th sub-reports. There we collect value in Subreport 2, Subreport 3 and...
  8. nag999

    Crystal Arrays Help

    Hi I had a situation, where we want to show all the categories. I had 4 categories fixed. But when we bring the products report,we have the products in 3 categories and report is shown as below Categoies Products count Cat 1 23 Cat 2 30 Cat 4 33 But Since I want to show the...
  9. nag999

    Formulas Evaluation

    Hi I want the values of the formulas to be displayed on top. But the values are calculated later in the report. when i place them on report header to display it shows the inital values. Here we are giving the points on the total order each store get. Now the situation is for total points we...
  10. nag999

    Have 2 sub groups under a Group

    Hi Dudes, I had a very different situation in CR. I am using Crystal 8.5 version.I want to have 2 sub groups under a single group as below. Store # 35(Group 1) (Sub Group1)Yearly Sales Amount 2001 1000 2002 1200 (Sub Group2)Shipped Via Order Count Fedex 30 UPS...
  11. nag999

    Macro to Replace the text in Word Document.

    Hi All, In MS Word document, I had a text object with text in it. I am replacing a word "Internet Knowledge Base" with other word "Internet-KB". I placed the replacing logic with in a macro. But when ever the macro is executed it is Prompting me with "Do you want to...
  12. nag999

    Auto fit fields in the crystal

    Hi there, I have a report that takes "Number of days" as a user-parameter that is displayed as a column. the user can slect any number from 1 to 20. Since i do not have control to dynamically display the columns, my idea is to fetch all the columns upfront and suppress them...
  13. nag999

    Drill down in sub-report !!

    Hi there, I have a requirement to develop a daily sales report for various shops grouped by area which is similar to cross-tab. the report should look like this: SALES SUMMARY AREA/SHOP WISE |jan1 jan2 jan3 jan4 ------------------------------------ Area1 |x xxx xxx...
  14. nag999

    Sort Formula Fields

    Hi , I am calcuating the forumla fields which is as below, @totalvalue={orderdetail.quantity}*{orderdetail*price} I want to sort on the formula field @total value for each order.How can I do it in crystal? Any help is really appreciated. Thanks, Nagaraj Aqua Regia Technologies.
  15. nag999

    Drill Down on Charts also display a chart.

    Hi , Can I do drill down on the Chart.Which further Drill down in to other levels.But important part here we all have drill down on charts.Is it possible with crystal. Regards, Nagaraj Aqua Regia Technologies
  16. nag999

    Drill Down on Charts should also display a chart.

    Hi Dudes, I had a specific problem. Instead of having drill down on records i want the drill down as below Firstly I will display the THE SALES AMOUNT and MONTHLY wise records as below. on drill down it should be showing the chart which shows sales agianst different Areas for that month. On...
  17. nag999

    Group Suppress on depending on its detail Records

    Hi Everybody, I am having a specific kind of problem.Basically I want to show only those order which have all the products quantity in that order greater then 2.If any order,which have all of its products quantity less then 1 then i need to suppress that order. Presently Situation is as below...

Part and Inventory Search

Back
Top