That would display the nested View and pass the current post ID from View 1 into an attribute attr1, and it would pass the value of custom field some-slug from the current post of View 1 into an attribute attr2.
Then in View #2, you can set various Query Filters to respond to these shortcode attributes, or you can use the wpv-attribute shortcode to access those attributes in the Loop editor:
Parent post ID: [wpv-attribute name="attr1"]<br />
Parent post custom field "some-slug": [wpv-attribute name="attr2"]
Problem: I would like to delete a WordPress Archive but I cannot find it in the list of WordPress Archives at Toolset > WordPress Archives.
Solution: The missing WP Archive is in "draft" status, not "publish". Draft archives are currently not displayed in the WP Archives list, so this one will not appear until it is published. From wp-admin > Toolset > Dashboard, click the link to edit this archive. Or if you know the draft archive ID, you can go directly to the archive editor at a URL like this:
Publish the archive temporarily, and it will appear in the main archives list at Toolset > WordPress Archives. Then you can Trash / Delete the archive from the list.