I was struck at the same point you were. I did below and it worked for me. 1. Copy the dashboard Source Code - Go to your Dashboard, Click on edit and select Source from UI and Source and copy the entire code. 2. Create a new view - Go to Settings, Views - Add new - New View - Paste the source code and give it a name ex: testing 3. Now go to Settings -> User Interface -> filter your app -> click on default add line <view name="testing" default='true' />
... View more