Hello, I would like to create a Report which is based on a temporary Table. Is this possible ? How can I realize this ? Thanks Chris
Yes it is. Store the data you want in a record variable with property temporary = yes. Put the temporary record on your sections. Be carefull that the user filters, set on the request form are still functioning correctly. For that you might want to look at build in functions such as Copyfilters and so on.
It works ! ! Thx a lot
Take a look at the standard report 111 “Customer - Top 10 List”. This report uses the table “Customer Amount” as temporary.