GetFilters

Hi All,

GetFilters can get you the filters applied to a recordset as a String. I have a requirement where I am storing this string in database. Later upon request, I want to apply the stored filter when the Page is loading, so that user will get to see the latest data with the stored filter in the database.

I could not find any quick way to apply the stored filter from database which is a string. I really appreciate any inputs to use the string to use as a new filter.

Thanks,

SPSibu

Hi Siyab,

You have to use SETVIEW to apply the filter string. The SETVIEW correspond with the GETVIEW (not GETFILTERS).

Thanks Erik. Your suggestion was perfect, It worked.