<?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>topic Re: QDAG vs Bookmark in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973442#M80305</link>
    <description>&lt;P&gt;How Does it handle Large data it this reduce the size of main application.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Aug 2022 07:29:32 GMT</pubDate>
    <dc:creator>Vasujoshi_700</dc:creator>
    <dc:date>2022-08-26T07:29:32Z</dc:date>
    <item>
      <title>QDAG vs Bookmark in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973418#M80300</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;I have read and watched a demo of ODAG, here I want to get clarity that what is the difference in the use of odag and bookmark, It may be a silly question but I am not getting that to handle big and low granule data we use ODAG to divide an application with selection into to new app, but if a user makes a selection and save it into bookmark it would do the same and works like the template application.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need some understanding, please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 06:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973418#M80300</guid>
      <dc:creator>Vasujoshi_700</dc:creator>
      <dc:date>2022-08-26T06:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: QDAG vs Bookmark in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973426#M80302</link>
      <description>&lt;P&gt;BookMark is to store&amp;nbsp; a selection and Layout of sheet . ANd when you open next time and select book mark it will show Same selection and layout.&lt;/P&gt;
&lt;P&gt;WHere as ODAG is&amp;nbsp;&lt;SPAN&gt;On-demand App Generation(ODAG) App Generation Where you Can have a Background application Whwer you use Binding using ODag&amp;nbsp; &amp;nbsp;and One&amp;nbsp; front end app to Show The exact Data .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;here when you select Filter in Main app it will load Data for That filter using Back ground app.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;you will fill like&amp;nbsp; it taking driectly from DB . But its slow.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;We Call this COncept as Dynamic view too.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 07:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973426#M80302</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2022-08-26T07:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: QDAG vs Bookmark in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973433#M80303</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your reply,&lt;/P&gt;
&lt;P&gt;so what is the use of ODAG&amp;nbsp; big data can be handled by this technique, is it divide the data model as well?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 07:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973433#M80303</guid>
      <dc:creator>Vasujoshi_700</dc:creator>
      <dc:date>2022-08-26T07:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: QDAG vs Bookmark in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973442#M80305</link>
      <description>&lt;P&gt;How Does it handle Large data it this reduce the size of main application.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 07:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973442#M80305</guid>
      <dc:creator>Vasujoshi_700</dc:creator>
      <dc:date>2022-08-26T07:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: QDAG vs Bookmark in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973444#M80306</link>
      <description>&lt;P&gt;Not sure about Diving Data Model but You can load some specific part of table instead of loading huge table.&lt;/P&gt;
&lt;P&gt;actually big Data have data in big size so we can not load at a time so we talke required part of it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thing ODAG is designed for Same but Performance is very slow. when you Create or apply&amp;nbsp; taking time to refrsh as we need to refresh it from Front end .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 07:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973444#M80306</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2022-08-26T07:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: QDAG vs Bookmark in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973646#M80327</link>
      <description>&lt;P&gt;it Will load only Required things using FIlter&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lets say we have Differnt Country Data i.e India, US,UK, Japan. Suppose 40 Rows, 10 rows each.&lt;/P&gt;
&lt;P&gt;SO in Normal Qliksense we can Load all country data in one go. i.e 40 rows and we Can select and see .&lt;/P&gt;
&lt;P&gt;But Using ODAG&amp;nbsp; when we Select Filter India then it will Load India Data from DB, 10 rows at a time&lt;/P&gt;
&lt;P&gt;when US then Data for US only . 10 rows&lt;/P&gt;
&lt;P&gt;Similar for other COuntry . So instead of loading all data, user can select and load data for requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this make sense&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 14:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QDAG-vs-Bookmark-in-Qlik-Sense/m-p/1973646#M80327</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2022-08-26T14:34:28Z</dc:date>
    </item>
  </channel>
</rss>

