Using CR 8.0
I would like to show a value from one page on another page, i.e. on Page 1, I would like to show a value from Page 3 alongside the value for Page 1.
e.g. something like "If PageNumber = 1 then {Site#} from PageNumber 3"
Page one of the Report to look like
Location: [value for Page 1][value from Page 2][value from Page 3][value from Page 4]etc.
The report is to show all of the details (up to 50 fields) regarding an inventory item. All of the details have a unique value except for "Location" which can be at up to 10 different sites. At present the report prints a separate page for each location, whereas I want to show all of the listed locations side by side on one row of one page . I'm able to show the second location using the 'Next' function, and the last location using the 'Maximum' function, but of course if there are more than three locations, this isn't sufficient.
I would like to show a value from one page on another page, i.e. on Page 1, I would like to show a value from Page 3 alongside the value for Page 1.
e.g. something like "If PageNumber = 1 then {Site#} from PageNumber 3"
Page one of the Report to look like
Location: [value for Page 1][value from Page 2][value from Page 3][value from Page 4]etc.
The report is to show all of the details (up to 50 fields) regarding an inventory item. All of the details have a unique value except for "Location" which can be at up to 10 different sites. At present the report prints a separate page for each location, whereas I want to show all of the listed locations side by side on one row of one page . I'm able to show the second location using the 'Next' function, and the last location using the 'Maximum' function, but of course if there are more than three locations, this isn't sufficient.