February 7, 201213 yr I would like to use the summary of the found set and use it for printing reports in another layout(table).The problem when I use the total fields in another layout I get the total of all records and not the total of the found set. Getsummary doesn't work for me .I need some tips to make this work. I want to use the total of flight hours during date range, and I need this total to print to aircraft logbooks.
February 7, 201213 yr A found set exist only in the table occurrence where it was created (and only in that window). If you want to use the summary values elsewhere, you need to take them with you - for example, by loading them into variables and setting fields in the other table. Can't you use a relationship to get the flight hours during date range, instead of a find?
February 8, 201213 yr Author That's what I did.I created a complex relationship with the date field and it's working flawlessly. It shows the total before a certain date that I enter in another layout. Much easier this way. AnotherLayout::Date1≥Flighthours::date
Create an account or sign in to comment