I have a dashboard with a few questions on it. On Question A, I want to enable click through behavior. The behavior I want is for whatever bar is clicked on Question A, Question B is shown filtered based on the value of that clicked bar in Question A.
When I try to initiate the click through behavior, I get a "Sorry, you don't have permission to see that." However, Question A and Question B are in the same collection. I can view both independently without issue. The problem occurs when I try to pass the filter from A to B. Question A and B are based on the same Model but are grouped by different variables.
Why would I be seeing a permissions error?
Thanks in advance for any help!