Right Click Menu in MicroStrategy 2020 Presentation Mode

When we run a dossier in the presentation mode, by default vitara charts will not show the right click menu options.

rightClickMenu3

To enable this feature we have to configure the “global.txt” file in the below given path.

/apache-tomcat-8.5.32/webapps/MicroStrategy/plugins/VitaraCharts/custom

Edit the ‘global.txt’ file. At the bottom of this file, you will find the following line “#statePresentation.contextMenu=1”.

rightClickMenu1

Uncomment this line by deleting the # at the starting of this line.

rightClickMenu2

After uncommenting save the ‘global.txt’ file.

Delete the browser cache and reload the MicroStrategy web page. Now the right click menu will show the options when we run the dossier in the presentation mode.

rightClickMenu4

Right Click Menu in MicroStrategy Web Library

Add the same flag in the global.txt file in vitara charts library plugins.
Below is the path of global.txt file related to vitara charts library plugins.

/apache-tomcat-8.5.32/webapps/MicroStrategylibrary/plugins/VitaraCharts/custom

Edit the ‘global.txt file and insert the flag “statePresentation.contextMenu=1” at the bottom of the ‘global.txt’ file, save and close the file.