EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB36006: How to remove the cancel button from the prompts page in MicroStrategy Web 9.0.2


Community Admin

• Strategy


When running a prompted report, at the bottom of the prompts page there are two buttons being rendered, one to run the report and one to cancel the execution.

When running a prompted report, at the bottom of the prompts page there are two buttons being rendered, one to run the report and one to cancel the execution.
 

ka04W000000OevkQAC_0EM440000002Gnq.jpeg

 
 
To remove the cancel button via customization follow this simple steps
 
Using the customizations editor, open Client-side layouts --> mstr --> layouts --> promptEditor, edit the file and comment out the section for the cancel button
 
 
 
 
 
Sample Code/Error
 
(Code Snipped)
...
</mstrlayout:wRender>
                <mstrlayout:wRender name="saveButton">
                </mstrlayout:wRender>
                <!--<mstrlayout:wRender name="cancelButton">
                </mstrlayout:wRender>-->
        </td>
      </tr>
...
 
 
 
 
The cancel button will no longer be rendered
 

ka04W000000OevkQAC_0EM440000002Gno.jpeg

 
 
 
CUSTOMIZATION WARNING
 
This customization is provided as a convenience to Strategy users and is only directly applicable to the version stated. While this code may apply to other releases directly, Strategy Technical Support makes no guarantees that the code provided will apply to any future or previous builds. In the event of a code change in future builds, Strategy Technical Support makes no guarantee that an updated version of this particular customization will be provided. In the event of a code change in future builds, Strategy may not be able to provide additional code on this matter even though this customization is provided at this time for this specific build. For enhancements to this customization or to incorporate similar functionality into other versions, contact your Account Executive to inquire about Strategy consulting assistance.
 


Comment

0 comments

Details

Knowledge Article

Published:

June 23, 2017

Last Updated:

June 23, 2017