I have a module dimensioned by Accounts on the rows, Users on the columns, and 1 Boolean line item which allows users to select certain accounts that apply only for that user.
I am trying to create an action that allows the user to clear all of their selection by simply clicking an action button, as opposed to have click on the column with their name and using the "Space bar". I tried using another Boolean line item with the same 2 dimensions, and formula as false - However, as I expected when I run it, it clears values for all users in the target module. Ideally I would like it to clear values only for the user running the action.
Anyone encountered something similar before? Thanks in advance!