Getting title for previous period/SP previous year measures in SDK?












0















I have created an insight with a date filter, and enabled "Compare the period with", selecting either "Same period previous year" or "Previous period" for all measures (I only have one). In the insight designer, things are labeled as expected: One color with my measure name, and another with measure name - SP year ago.



However, when I get the visualization object for my insight, the SP year ago measure does not have a "title". I can manually compute the title, but is there a way to get it through the API?










share|improve this question



























    0















    I have created an insight with a date filter, and enabled "Compare the period with", selecting either "Same period previous year" or "Previous period" for all measures (I only have one). In the insight designer, things are labeled as expected: One color with my measure name, and another with measure name - SP year ago.



    However, when I get the visualization object for my insight, the SP year ago measure does not have a "title". I can manually compute the title, but is there a way to get it through the API?










    share|improve this question

























      0












      0








      0








      I have created an insight with a date filter, and enabled "Compare the period with", selecting either "Same period previous year" or "Previous period" for all measures (I only have one). In the insight designer, things are labeled as expected: One color with my measure name, and another with measure name - SP year ago.



      However, when I get the visualization object for my insight, the SP year ago measure does not have a "title". I can manually compute the title, but is there a way to get it through the API?










      share|improve this question














      I have created an insight with a date filter, and enabled "Compare the period with", selecting either "Same period previous year" or "Previous period" for all measures (I only have one). In the insight designer, things are labeled as expected: One color with my measure name, and another with measure name - SP year ago.



      However, when I get the visualization object for my insight, the SP year ago measure does not have a "title". I can manually compute the title, but is there a way to get it through the API?







      gooddata






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 14 '18 at 14:40









      Stewart StephensStewart Stephens

      204




      204
























          1 Answer
          1






          active

          oldest

          votes


















          1














          Title for PoP/Previous period is not stored in visualization object but instead generated in Analytical Designer from original measure's title, so we can correctly localize it. So to answer your question, there is currently no way to get it from API.



          Peter






          share|improve this answer
























          • I was able to get this working by getting all elements for the attribute filter, finding the filter granularity, and moving backwards the appropriate number of elements to find the new one (since the attribute filter elements seem to be in chronological order). It works but it's pretty hacky.

            – Stewart Stephens
            Dec 31 '18 at 18:23











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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%2fstackoverflow.com%2fquestions%2f53302738%2fgetting-title-for-previous-period-sp-previous-year-measures-in-sdk%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









          1














          Title for PoP/Previous period is not stored in visualization object but instead generated in Analytical Designer from original measure's title, so we can correctly localize it. So to answer your question, there is currently no way to get it from API.



          Peter






          share|improve this answer
























          • I was able to get this working by getting all elements for the attribute filter, finding the filter granularity, and moving backwards the appropriate number of elements to find the new one (since the attribute filter elements seem to be in chronological order). It works but it's pretty hacky.

            – Stewart Stephens
            Dec 31 '18 at 18:23
















          1














          Title for PoP/Previous period is not stored in visualization object but instead generated in Analytical Designer from original measure's title, so we can correctly localize it. So to answer your question, there is currently no way to get it from API.



          Peter






          share|improve this answer
























          • I was able to get this working by getting all elements for the attribute filter, finding the filter granularity, and moving backwards the appropriate number of elements to find the new one (since the attribute filter elements seem to be in chronological order). It works but it's pretty hacky.

            – Stewart Stephens
            Dec 31 '18 at 18:23














          1












          1








          1







          Title for PoP/Previous period is not stored in visualization object but instead generated in Analytical Designer from original measure's title, so we can correctly localize it. So to answer your question, there is currently no way to get it from API.



          Peter






          share|improve this answer













          Title for PoP/Previous period is not stored in visualization object but instead generated in Analytical Designer from original measure's title, so we can correctly localize it. So to answer your question, there is currently no way to get it from API.



          Peter







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 16 '18 at 14:13









          PeterPeter

          261




          261













          • I was able to get this working by getting all elements for the attribute filter, finding the filter granularity, and moving backwards the appropriate number of elements to find the new one (since the attribute filter elements seem to be in chronological order). It works but it's pretty hacky.

            – Stewart Stephens
            Dec 31 '18 at 18:23



















          • I was able to get this working by getting all elements for the attribute filter, finding the filter granularity, and moving backwards the appropriate number of elements to find the new one (since the attribute filter elements seem to be in chronological order). It works but it's pretty hacky.

            – Stewart Stephens
            Dec 31 '18 at 18:23

















          I was able to get this working by getting all elements for the attribute filter, finding the filter granularity, and moving backwards the appropriate number of elements to find the new one (since the attribute filter elements seem to be in chronological order). It works but it's pretty hacky.

          – Stewart Stephens
          Dec 31 '18 at 18:23





          I was able to get this working by getting all elements for the attribute filter, finding the filter granularity, and moving backwards the appropriate number of elements to find the new one (since the attribute filter elements seem to be in chronological order). It works but it's pretty hacky.

          – Stewart Stephens
          Dec 31 '18 at 18:23


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • 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%2fstackoverflow.com%2fquestions%2f53302738%2fgetting-title-for-previous-period-sp-previous-year-measures-in-sdk%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







          這個網誌中的熱門文章

          Hercules Kyvelos

          Tangent Lines Diagram Along Smooth Curve

          Yusuf al-Mu'taman ibn Hud