function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
John Angerami 16John Angerami 16 

Wave - Run as Current User

I am trying to create a Wave Dashboard that automatically is filtered based on the current user.

I have the following code as my 'start':
[
                    "OwnerId.Name",
                    [
                        "{{row(UserId.Name.selection, [0], [\"min\", \"max\"]).asObject()}}"
                    ],
                    ">=<="
                ],

But it doesn't seem to be working.
Any help would be grealty appreciated