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 Wanet Telecoms Ltd 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 vngpal

  1. vngpal

    SQL query help needed!

    I have a table Emp. Each employee is assigned to a manager and each manager is assigned to another manager above the employee. This level may go upto 4 or 5 levels. Some employees may not have a manager assigned to them (for instance test employees and also the department head). The data is...
  2. vngpal

    Need group formula help!

    Thanks for the response. I appreciate your help. Let me think anything else is possible. Have a nice day. Pal
  3. vngpal

    Need group formula help!

    Both. For example: Group1 (GYNANES) Group2 (Date in ascending order) Group3 (Patient Number) Group1 (GYNSURG) Group2 (Date in ascending order) Group3 (Patient Number) This is how the data should be displayed. Thanks, Pal
  4. vngpal

    Need group formula help!

    Thanks for the info. The dates may range from any start date to end date based on the user selection. So I have to add either date range parameter or two parameters as startdate and enddate. But the grouping should be as mentioned in the previous post. Thanks, Pal
  5. vngpal

    Need group formula help!

    LB, One more addition to this. Now my manager wants to get the data for a date range period. Also he wants the group should be as below. The above works fine if I don't have another group. But the situation is different and wants to add another group. Group1 (New Site) Group2 (Date)...
  6. vngpal

    Need group formula help!

    My bet. I made some error. Yours works fine. Thanks a lot. Pal
  7. vngpal

    Need group formula help!

    Thanks for the solution. It works fine but not for the last patient, As per the sample data 327441 has to come under GYNANES but it shows up in GYNSURG. Otherwise your solution works h=great. Any idea? Thanks
  8. vngpal

    Need group formula help!

    LB, I am soory that I could not send the sample in time. Here is the sample. Original group order Group(Site) GYN Pt NODE ST ET 100012 1121 100012 1223 7.00 8.00 267120 1121 5.15 6.45 267120 1223 267345 1121 3.47 8.45 267345 1223 2.32 3.01 289410 1121 2.23 3.51 289410 1223 1.55 2.15...
  9. vngpal

    Need group formula help!

    Hi All, I need to create new groups based on some criteria mentioned as below. I am using CR8.5 and SQL Server database. The database is set as below. Site is the top order and can have Gyn, Neuro, Cardio and so on. Under the Site lot of patients are admitted. Under each pattient...
  10. vngpal

    Comapring main report string with subreport string

    It is an example only. That is nothing to do with the scnario. Since that was not clear enough I have explained the scnario. Thanks. pal
  11. vngpal

    Comapring main report string with subreport string

    Thanks for the feedback. Here is the scnario. I have a patient_table with patient number for each patient admitted. I also have logged_procedure table with patient number and procedure fields. In the logged_procedure table one patient can have one or multiple procedures. Similarly I have...
  12. vngpal

    Comapring main report string with subreport string

    Below is the example This formula is created in subreport. //@City Shared StringVar City := ""; City := {table.fieldname} In the main report I have created a formula like this. //@City Shared StringVar City; Let me know if you need any further info. Thanks, pal
  13. vngpal

    Comapring main report string with subreport string

    Hello, I am using CR8.5 with SQL Server database. I have a main report with subreport. In subreport I have one group and for each group there may be 1 or multiple detail lines. When inserting the subreport into the main report I am able to see one or multiple detail lines as per the group...
  14. vngpal

    Suppress group header

    Thanks. Let me try.

Part and Inventory Search

Back
Top