I have used the below link to show specific view from the sitemap.
It all works good and show that view but other views also with view selector.
It further said in a note that "If you specify the view using the /main.aspx
page, the view selector will still be shown. If the user changes the view, Model-driven apps remembers the user’s most recent selection and the initial default view displays after they close and re-open their browser."
If I remove "/main.aspx" from the URL "/main.aspx?pagetype=entitylist&etn=account&viewid=%7b<GUID value of view id>%7d” and put only pagetype=entitylist&etn=account&viewid=%7b<GUID value of view id>%7d then it does not show anything on left navigation in Sitemap.
My requirement is to show only that view there with no view selector. I have three more views which I need in my model-driven app.
Is it possible?