Is there a possibility to visualize the added params?
Is it possible to remove the params
Situation:
Projects → modules → loops → questions → answers
Upon login I want to make a Project current so i do addFoundsetFilterParan(‘project_id’ ,‘=’,globals.selectedProject)
The user can go to all the dependent tables and forms and will only see the relevant information for the current project
The he wants to start working with another project. Does he need to logout ?
currently this is the case yes.
foundset filters are there so you can really filter out everything the user may never see.
We will see if we can improve that in the futher.
if addFilterParam is under review, maybe I can add one more feature request?
If possible I would like to see the option to attach an addFilterParam to a Table in such a way that all forms based upon the table have the filter attached.
Would spare a bunch of work. Of course then it would need to be detached from the controller level and attached to the application level.
It would like to have something as an applicationlevel array where you store the filters(and remove them)
Filter array = {“table x”:{(‘fieldx’,‘=’,‘somevalue’), (‘fieldy’,‘=’,‘somevalue’),(‘fieldz’,‘=’,‘somevalue’)}
The parser just looks in the array to add params as needed
Oh well, one can only dream
![Smile :)]()