Hello,
I have a gallery app where users select employees via list box, then enter a date range. My filters work correctly, but I'm trying to render these with breaks between employees.
Currently, the table output looks like this (my dashes here represent separate columns):
James T. Kirk - 1000 - 54 - 462 - 14%
James T. Kirk - 4536 - 189 - 14 - 76%
James T. Kirk - 22 - 467 - 200%
Jean Luc Picard - 897 - 42 - 6 - 105%
Jean Luc Picard - 1032 - 1000 - 87 - 42%
etc.
An ideal outcome would be an Excel file with separate tabs for each employee.
I have an image file and a [User Name:A] report text that, in a perfect world, would appear on each page as well (with the user name being dynamic, of course).
Any help would be appreciated. Thank you
Solved! Go to Solution.
@danilang - perfect! thanks so much.