November 9, 20205 yr I have a report based on a join table. This report only contains sub-summary parts. The first summary part is grouped by 'employee name', and the second part is grouped by 'hour type'. This report displays on PC and prints just fine, but when I export the report to an Excel file it omits any subsequent appearances of the 'employee name' field. All the other fields are fine. Here's the layout view. Imp_EmpID, HourType, and s_Hours all come from the parent table. c_Name_Reversed and SubDeptartmentName come from child tables: Here's the report view from within FM (names redacted): And this is what the export looks like: The employee ID number does repeat, but the name doesn't. How can I modify this so that the name field shows up on all repetitions?
November 9, 20205 yr That is because the field is related you need to use a local calculated field if you want it to be duplicated in the each row of the excel file.
Create an account or sign in to comment