Report for a list of employees based on filter.

zulq
Member Posts: 204
I have a report which takes in the employee number of an employee on a request form. Now I want the users to be able to enter multiple employee numbers on the request form separated by semicolon and then run the report for each employee.
I've a for loop for extracting the different employee number from the string entered in the request from. Here's the for loop:
However after doing this the report on displays the last employee number in the inputted string and the rest. Any ideas on how to achieve this?
Thanks.
I've a for loop for extracting the different employee number from the string entered in the request from. Here's the for loop:
nEl := CountSubString(StringNos,','); FOR nStr := 1 TO nEl DO BEGIN Empid := SELECTSTR(nStr,StringNos); END;nEl is number of employee numbers. The report has three dataitems and I placed the for loop on aftergetrecord of each table beginning it at the top and ending at the bottom i.e. end closing the being as the last line.
However after doing this the report on displays the last employee number in the inputted string and the rest. Any ideas on how to achieve this?
Thanks.
Few years ago we were not existing and few years to come we would be in the grave! So what will benefit us in the grave?
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions