<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Tabstrip performance Analytics Designer SAP Analytics Cloud in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439046#M4658103</link>
    <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;avsalynin&lt;/SPAN&gt; please create an incident for SAP then.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jul 2021 11:08:51 GMT</pubDate>
    <dc:creator>Bob0001</dc:creator>
    <dc:date>2021-07-05T11:08:51Z</dc:date>
    <item>
      <title>Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaq-p/12439037</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;
  &lt;P&gt;While using tabstrip component in Analytics Designer , is it possible to not load the data sources of other tabs through scripting while the 1st tab is getting loaded .&lt;/P&gt;
  &lt;P&gt;This is in regards to the performance of the dashboard . At the moment when I check the performance of the dashboard , all the tabs and the corresponding data sources are getting loaded simultaneously.&lt;/P&gt;
  &lt;P&gt;BR,&lt;/P&gt;
  &lt;P&gt;A Singh&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 07:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaq-p/12439037</guid>
      <dc:creator>mario_11</dc:creator>
      <dc:date>2021-06-18T07:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439038#M4658095</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Click on file -&amp;gt; Analytics application settings,&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1949542-4.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saurabh S.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 13:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439038#M4658095</guid>
      <dc:creator>saurabh_sonawane</dc:creator>
      <dc:date>2021-06-18T13:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439039#M4658096</link>
      <description>&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;I know this setting. But this is only for widgets . I am talk about data sources.&lt;/P&gt;&lt;P&gt;So until and unless I click on the other tabs , the data sources of those widgets should not be initialized .&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;A Singh&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 13:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439039#M4658096</guid>
      <dc:creator>mario_11</dc:creator>
      <dc:date>2021-06-18T13:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439040#M4658097</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please try the below code = &lt;STRONG&gt;onInitialization funcation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Application.setRefreshPaused([Chart_1.getDataSource()],true);&lt;/P&gt;&lt;P&gt;and write the below code &lt;STRONG&gt;onClick of tab trip 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
Application.setRefreshPaused([Chart_1.getDataSource()],false);
Application.refreshData([Chart_1.getDataSource()]);&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saurabh S.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 14:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439040#M4658097</guid>
      <dc:creator>saurabh_sonawane</dc:creator>
      <dc:date>2021-06-21T14:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439041#M4658098</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;saurabh.sonawane&lt;/SPAN&gt; will this work with BW Live?&lt;/P&gt;&lt;P&gt;My example: I have 5 Bex queries. The dashboard opens with the transfer of parameters through the link from another dashboard.&lt;/P&gt;&lt;P&gt;with Application.setRefreshPaused([ds1,ds2,ds3],true) the dashboard is initialized around 20-25 sec &lt;/P&gt;&lt;P&gt;but, when i physically delete 3 Bex then immediately - 10 sec.&lt;/P&gt;&lt;P&gt;Is it possible do not load data sources on initialization?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 09:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439041#M4658098</guid>
      <dc:creator>avsalynin</dc:creator>
      <dc:date>2021-07-01T09:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439042#M4658099</link>
      <description>&lt;P&gt;Load invisible widgets in background (background loading) and pause-refresh are two different features which can be used to tweak the performance of your app.&lt;/P&gt;&lt;P&gt;Background loading delays the initialization of the complete widget. However if you access the widget from the onInitialization script, the script will wait for each widget to be loaded. So you better not touch them there.&lt;/P&gt;&lt;P&gt;Pause-refresh disables server roundtrips for those widgets. You should enable this from the builder panel of the widget which you do not need to display on startup. Setting it in onInititalization is too late as they are already loaded the data.&lt;/P&gt;&lt;P&gt;Please read the performance recommendations in the developer handbook for more details.&lt;/P&gt;&lt;P&gt;Hopefully we can automate some of these common use cases in future.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 11:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439042#M4658099</guid>
      <dc:creator>Bob0001</dc:creator>
      <dc:date>2021-07-01T11:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439043#M4658100</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;bob.meincke&lt;/SPAN&gt; is it possible do not load data sources on initialization?&lt;/P&gt;&lt;P&gt;Like it was in Lumira  -  "load ds in script"&lt;/P&gt;&lt;P&gt;Since now all bex are loaded in AD, when the application is initialized, even if the tables / charts for these bex are hidden, right?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 10:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439043#M4658100</guid>
      <dc:creator>avsalynin</dc:creator>
      <dc:date>2021-07-05T10:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439044#M4658101</link>
      <description>&lt;P&gt;It is possible (although it does not work 100% identical) using the checkbox "Pause Data Refresh" in the builder panel. At runtime call DataSource#setRefreshPaused(false)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 10:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439044#M4658101</guid>
      <dc:creator>Bob0001</dc:creator>
      <dc:date>2021-07-05T10:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439045#M4658102</link>
      <description>&lt;P&gt;Unfortunately it is not so:(&lt;/P&gt;&lt;P&gt;The initialization time of the dashboard with DataSource#setRefreshPaused(false) does not change.&lt;/P&gt;&lt;P&gt;Improves only when bex with parameters are physically removed from the dashboard.&lt;/P&gt;&lt;P&gt;DS: BW (Live)&lt;/P&gt;&lt;P&gt;SAC: 2021.7.12 (Client), 2021.7.7 (Server)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 10:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439045#M4658102</guid>
      <dc:creator>avsalynin</dc:creator>
      <dc:date>2021-07-05T10:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439046#M4658103</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;avsalynin&lt;/SPAN&gt; please create an incident for SAP then.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 11:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439046#M4658103</guid>
      <dc:creator>Bob0001</dc:creator>
      <dc:date>2021-07-05T11:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip performance Analytics Designer SAP Analytics Cloud</title>
      <link>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439047#M4658104</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;avsalynin&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;I have the same issue. Do you already have any solutions?&lt;/P&gt;&lt;P&gt;BR Alex&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 09:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/tabstrip-performance-analytics-designer-sap-analytics-cloud/qaa-p/12439047#M4658104</guid>
      <dc:creator>Alex_B</dc:creator>
      <dc:date>2022-06-20T09:43:06Z</dc:date>
    </item>
  </channel>
</rss>

