<?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: Best practice design pattern in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317529#M617470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NTNAME: QlikView will fetch the logon information from the OS and compare it to the value in this field.&lt;/P&gt;&lt;P&gt;USERID: This is when you want the app to ask you for a log in everytime you open it and not for it to search your os for your logon information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends on your situation for which one to use. I hope this helps. if not please ask&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 May 2017 07:42:04 GMT</pubDate>
    <dc:creator>sibusiso90</dc:creator>
    <dc:date>2017-05-23T07:42:04Z</dc:date>
    <item>
      <title>Best practice design pattern</title>
      <link>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317526#M617467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys, &lt;/P&gt;&lt;P&gt;I am developing qlik sense by QVD approach, I stored the qvds by a qvd generator app, created the model in another app, then added section access in a separate app.&lt;/P&gt;&lt;P&gt;my question is how to follow the development with best practice approaches? &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Should I develop the dashboards in a separate app too?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I also have another question, I imported the user list from a user table, each user has a key that defines what rows in fact table he can see. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Should I use NTNAME or USERID for usernames? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 07:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317526#M617467</guid>
      <dc:creator>arixooo123</dc:creator>
      <dc:date>2017-05-23T07:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice design pattern</title>
      <link>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317527#M617468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AR eiuiew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Practise is to have an app which does all your transformation, then you have the last app that will only have the front end and will not have any transformation. They are usually three Tiers, were tier 1 just pulls the data and stores into qvds then tier 2 will do all the transformations then tier 3 will only have frontend. On Tier 1 and Tier 2 you will drop all the tables once they are stored into QVDs so that maintenance is quick and easy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 07:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317527#M617468</guid>
      <dc:creator>sibusiso90</dc:creator>
      <dc:date>2017-05-23T07:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice design pattern</title>
      <link>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317528#M617469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sibusiso, &lt;/P&gt;&lt;P&gt;Any comment on the section access? &lt;/P&gt;&lt;P&gt;I created an app, did the binary load, created the section access. the funny thing is that I don't have access to that app once I load it, maybe because my user name is not in the list of users in the UserTable. &lt;/P&gt;&lt;P&gt;What is the difference of NTNAME and USERID? &lt;/P&gt;&lt;P&gt;Which one should I use? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 07:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317528#M617469</guid>
      <dc:creator>arixooo123</dc:creator>
      <dc:date>2017-05-23T07:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice design pattern</title>
      <link>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317529#M617470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NTNAME: QlikView will fetch the logon information from the OS and compare it to the value in this field.&lt;/P&gt;&lt;P&gt;USERID: This is when you want the app to ask you for a log in everytime you open it and not for it to search your os for your logon information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends on your situation for which one to use. I hope this helps. if not please ask&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 07:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317529#M617470</guid>
      <dc:creator>sibusiso90</dc:creator>
      <dc:date>2017-05-23T07:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice design pattern</title>
      <link>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317530#M617471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks mate, &lt;/P&gt;&lt;P&gt;Any idea when should I create this layer? I mean security layer, should I create it after finishing the dashboard development? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 07:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317530#M617471</guid>
      <dc:creator>arixooo123</dc:creator>
      <dc:date>2017-05-23T07:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice design pattern</title>
      <link>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317531#M617472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would advise creating the security layer when you are loading the data into the dashboard before you create the app as you will have data in the app and that could be sensitive data in wrong hands. What I always do, is to create an admin user for me to work and knowing my information is safe until you done, then add all the other users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 07:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-practice-design-pattern/m-p/1317531#M617472</guid>
      <dc:creator>sibusiso90</dc:creator>
      <dc:date>2017-05-23T07:53:39Z</dc:date>
    </item>
  </channel>
</rss>

