<?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: Designing Qlik View usually take how Long ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Designing-Qlik-View-usually-take-how-Long/m-p/1266257#M25945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank you for your sharing.&amp;nbsp; I am strongly agree with you that to have a very good data model which take care of the field name and link all the table which is required and bring in all the field that require in future . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that is one of the reasons that user who already learn to Qlik View script , very un-likely to other DV software , which i think for this Qlik View have a advantages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As there are so many helpful people in this forum who are so willing to share their knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact now i am learning how to develop good data model ,from your blog post at below :-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;respectively for each loop: &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2588" data-containertype="37" data-objectid="3274" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/09/02/loops-in-the-script" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Loops in the Script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thank you for help me with the script to kick start on below link , which i already tested working fine , now i can reduce a lot of Tab by make use of loop to load multiple raw data just using one script :-&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/245511"&gt;May i know how to make use of Loop command and load 100 raw data set ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now i get stuck on&amp;nbsp; to handle the recode using Apply Mapping with condition . Hope you can take a look of the below link and give me your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1195124"&gt;My AppMap recode with condition not return correct value.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&amp;nbsp; Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2017 05:25:11 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2017-01-18T05:25:11Z</dc:date>
    <item>
      <title>Designing Qlik View usually take how Long ?</title>
      <link>https://community.qlik.com/t5/App-Development/Designing-Qlik-View-usually-take-how-Long/m-p/1266255#M25943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To all developer of QV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you share with me your experience on design the of QV , usually take how many month for the whle project ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know what is the market rate for project design ? I mean using for 10 sheet design , each sheet will charge how much ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HHope some one can point to me the link where I can get some information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS i as I know it is very subjective .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 03:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Designing-Qlik-View-usually-take-how-Long/m-p/1266255#M25943</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T03:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Designing Qlik View usually take how Long ?</title>
      <link>https://community.qlik.com/t5/App-Development/Designing-Qlik-View-usually-take-how-Long/m-p/1266256#M25944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PAUL YEO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on my own experience... it depends. I explain it... First of all you should create a very robust asociative model that will serve as a base for all the design objects you want or need to create. This model will allow to to fast create all the future objects but not forgetting about the performance. In a common project this part shoult take the 30% of the time (with a medium complexity sources of information). Designing would take a 50% of the time, and the spare 20% for testing, documents, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, I spend much time with script as I want to assure that the asociative model is easy, robust and scalable. If you get this, as I said, you can develop faster the interface using less complex expresions and navigation modes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway with this topic too many books could be written!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 04:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Designing-Qlik-View-usually-take-how-Long/m-p/1266256#M25944</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-01-18T04:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Designing Qlik View usually take how Long ?</title>
      <link>https://community.qlik.com/t5/App-Development/Designing-Qlik-View-usually-take-how-Long/m-p/1266257#M25945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank you for your sharing.&amp;nbsp; I am strongly agree with you that to have a very good data model which take care of the field name and link all the table which is required and bring in all the field that require in future . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that is one of the reasons that user who already learn to Qlik View script , very un-likely to other DV software , which i think for this Qlik View have a advantages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As there are so many helpful people in this forum who are so willing to share their knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact now i am learning how to develop good data model ,from your blog post at below :-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;respectively for each loop: &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2588" data-containertype="37" data-objectid="3274" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/09/02/loops-in-the-script" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Loops in the Script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thank you for help me with the script to kick start on below link , which i already tested working fine , now i can reduce a lot of Tab by make use of loop to load multiple raw data just using one script :-&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/245511"&gt;May i know how to make use of Loop command and load 100 raw data set ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now i get stuck on&amp;nbsp; to handle the recode using Apply Mapping with condition . Hope you can take a look of the below link and give me your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1195124"&gt;My AppMap recode with condition not return correct value.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&amp;nbsp; Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 05:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Designing-Qlik-View-usually-take-how-Long/m-p/1266257#M25945</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-18T05:25:11Z</dc:date>
    </item>
  </channel>
</rss>

