Hello!
Well, I created an action (go to another view within this app) that redirects the user to a filtered view using LINKTOFILTEREDVIEW(). Is there a way to retrieve the filter condition being applied in this view?
To provide some context, my app includes a list of classes, each with enrolled students (Related enrollments). I've created that custom action within a view based on the class table, and it successfully redirects users to the filtered view (when I click, show me the students that are enrolled in this class). It kinda works as a security filter. However, I need to access the filter condition being applied, for example, to display it in a virtual column on the target view (in this case, a view based on the student table).
I've explored the use of the CONTEXT() function, but it doesn't seem to provide the filter being applied to the table. I would like to get a piece of information that translates to something like "you've clicked on 'class name' ".
Thanks in advance.
User | Count |
---|---|
16 | |
10 | |
8 | |
5 | |
5 |