Hi Community,
I am currently working on a project to create a Payroll application that inputs data and the output is an excel payroll sheet, together with a pdf report consisting of pay slip for each individual employee, so I have not been able to produce that report so far because, I don't really know how i can leverage the use of Alteryx reporting to create such pdf where each page dedicated to each employee, and their relative financial Information i.e., Earnings and deductions ( Inform of Balance sheet preview)
Please Kindly assist.
I Have attached a Mock data for how The real data looks like, Thankyou
When you use the Table tool to recreate the table for each person, you can Group By the employee so you get a table for each one. Then when you Render, you can separate to multiple PDFs from there using similar grouping functionality.
I would recommend reviewing the Table and Render tools, and when you have questions post your workflow in progress. Good luck!