Hi,
if I have the result of the method call from getfilterinformation stored in a JavaScript variable and I want to apply that filter again later, e.g. after user has applied other filters and wants to get back to that vies. What would be the easiest way to achieve that?
I would first call the method clearfilters. I have not found a method to directly apply the return value of getfilterinformation, so I would need to loop through the array and apply each filter seperatly with the addfilter method or is there another method (or version of addfilter) that would do this?
Kind Regards,
Klaus