Hello!
I have 3 tables (Userform, Sales Report, and Collection Report). I am trying to create a filtered view expression based on the valued entered in another table.
Right now, I manage to create an action which allow me to select which report it will navigate (please see below photo). This is my expression: IFS([TYPE OF REPORT] = "Sales Report", LINKTOVIEW("Sales Report"), [TYPE OF REPORT] = "Collection Report", LINKTOVIEW("Collection Report"))
What I am trying to do is whatever month and type of report I selected in my Userform will navigate and filter the values in the Sales Report or Collection Report by month. (Please see below photo's of my UserForm and Sales Report Table)
Solved! Go to Solution.
You should use the expression "LINKTOFILTEREDVIEW" according to the parameters you want.
Create a Detail view, don't use a form. In detail view use quick edit and create one action to the LINKTOFILTEREDVIEW.
You should use the expression "LINKTOFILTEREDVIEW" according to the parameters you want.
Create a Detail view, don't use a form. In detail view use quick edit and create one action to the LINKTOFILTEREDVIEW.
Hi there. I have done, i guess, what i am supposed to do, accordging to your instructions. But i wonder if there is a way in wich the resultant report it is shown in the same view using a dashboard type view.
This is the filter and teh action involved:
and the resultant is a filtered view, ofcourse....
Going back to my words, i wonder if there is a way to have the filter and the filtered data in the same view.
Thanks!
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |