Summary
creating each record as one report from excel file datasource?
Content
Hi Gurus,
is there any way to create each record as one report from excel data file as data source? I have excel file data, created data model by using that excel file. That excel file have 300 records. I have to create 300 separate reports.
for example i can explain here with two rows.
i have excel file and contains data as
EmpID EmpName Salary Location
101 xxxx 100 NY
102 yyyy 200 NJ
Now i have to generate two reports one is for EMPID 101 and another report is 102 in PDF format. The output name is something like EMPID_101_XXX_NY.PDF and other report is EMPID_102_YYYY_NJ.PDF
Thanks in advance,
Amit