GetFilters

parambparamb Member Posts: 85
edited 2013-08-22 in NAV Three Tier
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,
Paramb

Comments

  • KishormKishorm Member Posts: 921
    You should use the GETVIEW and SETVIEW functions instead for what you want to do.
  • parambparamb Member Posts: 85
    Thanks for your reply. It looks like that will do. I will keep you posted.
Sign In or Register to comment.