Multiple filters

I would like to save filters (in forms or reports) and retrieve them later. As in SAP you get current filters on a table, give them a name en save them. So far so good (using GETFILTERS)- this results in a string with the filtersettings per record. Can anybody tell me the dynamic code to set that filterstring back to the table.

Hi ! You can use GETVIEW() to retrieve the current tableview (sorting and filters) and SETVIEW() to set a specified (and saved) tableview.