defines which view needs to be shown in the Multiview
$$("mview").setValue("some_view");
The command is equal to view.show():
$$("mview").setValue("some_view"); // is equal to $$("some_view").show();