Can I modify the report menu?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















In our organization, when you are looking at a report, the menu looks like this:



Report menu with most options hidden



Can this be modified at all? For example, I'd like to bring the Save As and Export out of the dropdown, or even add a new button.



Thanks!










share|improve this question





























    2















    In our organization, when you are looking at a report, the menu looks like this:



    Report menu with most options hidden



    Can this be modified at all? For example, I'd like to bring the Save As and Export out of the dropdown, or even add a new button.



    Thanks!










    share|improve this question

























      2












      2








      2








      In our organization, when you are looking at a report, the menu looks like this:



      Report menu with most options hidden



      Can this be modified at all? For example, I'd like to bring the Save As and Export out of the dropdown, or even add a new button.



      Thanks!










      share|improve this question














      In our organization, when you are looking at a report, the menu looks like this:



      Report menu with most options hidden



      Can this be modified at all? For example, I'd like to bring the Save As and Export out of the dropdown, or even add a new button.



      Thanks!







      reporting menu






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 16 at 15:25









      JamesJames

      548




      548






















          1 Answer
          1






          active

          oldest

          votes


















          6














          No, you cannot edit the menu other than by changing the user's reporting-related permissions to restrict specific operations.



          The profile-level permission "Export Reports" can be removed to prevent users from exporting data.



          The availability of options like Edit, Save, Save As, Delete, and Add to Dashboard will vary based on whether the user has Profile-level permission to perform such operations, as well as their ownership or access level of the specific Report in question. For example, if the user does not have "Create and Customize Reports" permission, they won't be able to edit any report.



          See User Permissions for Sharing Reports and Dashboards for details on the available reporting permissions.






          share|improve this answer
























          • Thanks for the answer - that's very disappointing. I was actually hoping to make it easier to export data by making it require less clicks, since it's the most repetitive part of our workflow.

            – James
            May 16 at 15:39











          • @James There are ways, but many of them are ugly. You can call the Reports and Dashboards API, but it comes with a number of important limitations - and of course you've got to write code to do it.

            – David Reed
            May 16 at 15:43











          • If anyone sees this in the future and would also like this change, I've posted an "Idea": success.salesforce.com/ideaView?id=0873A000000lOXbQAM

            – James
            May 16 at 15:48












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "459"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f262695%2fcan-i-modify-the-report-menu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          6














          No, you cannot edit the menu other than by changing the user's reporting-related permissions to restrict specific operations.



          The profile-level permission "Export Reports" can be removed to prevent users from exporting data.



          The availability of options like Edit, Save, Save As, Delete, and Add to Dashboard will vary based on whether the user has Profile-level permission to perform such operations, as well as their ownership or access level of the specific Report in question. For example, if the user does not have "Create and Customize Reports" permission, they won't be able to edit any report.



          See User Permissions for Sharing Reports and Dashboards for details on the available reporting permissions.






          share|improve this answer
























          • Thanks for the answer - that's very disappointing. I was actually hoping to make it easier to export data by making it require less clicks, since it's the most repetitive part of our workflow.

            – James
            May 16 at 15:39











          • @James There are ways, but many of them are ugly. You can call the Reports and Dashboards API, but it comes with a number of important limitations - and of course you've got to write code to do it.

            – David Reed
            May 16 at 15:43











          • If anyone sees this in the future and would also like this change, I've posted an "Idea": success.salesforce.com/ideaView?id=0873A000000lOXbQAM

            – James
            May 16 at 15:48
















          6














          No, you cannot edit the menu other than by changing the user's reporting-related permissions to restrict specific operations.



          The profile-level permission "Export Reports" can be removed to prevent users from exporting data.



          The availability of options like Edit, Save, Save As, Delete, and Add to Dashboard will vary based on whether the user has Profile-level permission to perform such operations, as well as their ownership or access level of the specific Report in question. For example, if the user does not have "Create and Customize Reports" permission, they won't be able to edit any report.



          See User Permissions for Sharing Reports and Dashboards for details on the available reporting permissions.






          share|improve this answer
























          • Thanks for the answer - that's very disappointing. I was actually hoping to make it easier to export data by making it require less clicks, since it's the most repetitive part of our workflow.

            – James
            May 16 at 15:39











          • @James There are ways, but many of them are ugly. You can call the Reports and Dashboards API, but it comes with a number of important limitations - and of course you've got to write code to do it.

            – David Reed
            May 16 at 15:43











          • If anyone sees this in the future and would also like this change, I've posted an "Idea": success.salesforce.com/ideaView?id=0873A000000lOXbQAM

            – James
            May 16 at 15:48














          6












          6








          6







          No, you cannot edit the menu other than by changing the user's reporting-related permissions to restrict specific operations.



          The profile-level permission "Export Reports" can be removed to prevent users from exporting data.



          The availability of options like Edit, Save, Save As, Delete, and Add to Dashboard will vary based on whether the user has Profile-level permission to perform such operations, as well as their ownership or access level of the specific Report in question. For example, if the user does not have "Create and Customize Reports" permission, they won't be able to edit any report.



          See User Permissions for Sharing Reports and Dashboards for details on the available reporting permissions.






          share|improve this answer













          No, you cannot edit the menu other than by changing the user's reporting-related permissions to restrict specific operations.



          The profile-level permission "Export Reports" can be removed to prevent users from exporting data.



          The availability of options like Edit, Save, Save As, Delete, and Add to Dashboard will vary based on whether the user has Profile-level permission to perform such operations, as well as their ownership or access level of the specific Report in question. For example, if the user does not have "Create and Customize Reports" permission, they won't be able to edit any report.



          See User Permissions for Sharing Reports and Dashboards for details on the available reporting permissions.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 16 at 15:33









          David ReedDavid Reed

          45.1k82665




          45.1k82665













          • Thanks for the answer - that's very disappointing. I was actually hoping to make it easier to export data by making it require less clicks, since it's the most repetitive part of our workflow.

            – James
            May 16 at 15:39











          • @James There are ways, but many of them are ugly. You can call the Reports and Dashboards API, but it comes with a number of important limitations - and of course you've got to write code to do it.

            – David Reed
            May 16 at 15:43











          • If anyone sees this in the future and would also like this change, I've posted an "Idea": success.salesforce.com/ideaView?id=0873A000000lOXbQAM

            – James
            May 16 at 15:48



















          • Thanks for the answer - that's very disappointing. I was actually hoping to make it easier to export data by making it require less clicks, since it's the most repetitive part of our workflow.

            – James
            May 16 at 15:39











          • @James There are ways, but many of them are ugly. You can call the Reports and Dashboards API, but it comes with a number of important limitations - and of course you've got to write code to do it.

            – David Reed
            May 16 at 15:43











          • If anyone sees this in the future and would also like this change, I've posted an "Idea": success.salesforce.com/ideaView?id=0873A000000lOXbQAM

            – James
            May 16 at 15:48

















          Thanks for the answer - that's very disappointing. I was actually hoping to make it easier to export data by making it require less clicks, since it's the most repetitive part of our workflow.

          – James
          May 16 at 15:39





          Thanks for the answer - that's very disappointing. I was actually hoping to make it easier to export data by making it require less clicks, since it's the most repetitive part of our workflow.

          – James
          May 16 at 15:39













          @James There are ways, but many of them are ugly. You can call the Reports and Dashboards API, but it comes with a number of important limitations - and of course you've got to write code to do it.

          – David Reed
          May 16 at 15:43





          @James There are ways, but many of them are ugly. You can call the Reports and Dashboards API, but it comes with a number of important limitations - and of course you've got to write code to do it.

          – David Reed
          May 16 at 15:43













          If anyone sees this in the future and would also like this change, I've posted an "Idea": success.salesforce.com/ideaView?id=0873A000000lOXbQAM

          – James
          May 16 at 15:48





          If anyone sees this in the future and would also like this change, I've posted an "Idea": success.salesforce.com/ideaView?id=0873A000000lOXbQAM

          – James
          May 16 at 15:48


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Salesforce Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f262695%2fcan-i-modify-the-report-menu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          He _____ here since 1970 . Answer needed [closed]What does “since he was so high” mean?Meaning of “catch birds for”?How do I ensure “since” takes the meaning I want?“Who cares here” meaningWhat does “right round toward” mean?the time tense (had now been detected)What does the phrase “ring around the roses” mean here?Correct usage of “visited upon”Meaning of “foiled rail sabotage bid”It was the third time I had gone to Rome or It is the third time I had been to Rome

          Bunad

          Færeyskur hestur Heimild | Tengill | Tilvísanir | LeiðsagnarvalRossið - síða um færeyska hrossið á færeyskuGott ár hjá færeyska hestinum