<?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: INSERT is Not Working for Inline in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103642#M899433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I will follow that. But, While reporting the report was not the correct if we follow this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be the best option is DB only. As i understand from this Thread, If we update anything, The DB is not possible with Updated Data. If we updated the data from DB it is possible and reports also Good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks My all Supporters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2016 07:38:09 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-07-20T07:38:09Z</dc:date>
    <item>
      <title>INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103625#M899416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one inline table like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmpName, Sal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 3000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add one more row with the Name of D and D salary is 4000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, here i am not fetching the data from DB. I am using just inline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me Logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL INSERT INTO Company(EmpName,Sal) Values ('D',4000);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103625#M899416</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103626#M899417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why do you use a SQL function? do you need to get data from a database?&lt;/P&gt;&lt;P&gt;I would use&lt;/P&gt;&lt;P&gt;concatenate (Company)&lt;/P&gt;&lt;P&gt;load 'D' as EmpName,&lt;/P&gt;&lt;P&gt;4000 as Sal&lt;/P&gt;&lt;P&gt;autogenerate 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but why don't you expand the inline table directly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103626#M899417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-20T06:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103627#M899418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my knowledge u should first update ur DB first and than use QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView is not best as SQL database to insert new records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But let's wait for experts suggestion &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103627#M899418</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-07-20T06:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103628#M899419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Rudolf asked why can't you simply extend your original inline load to include this extra row. It seems a strange requirement unless you have a specific reason you haven't shared.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103628#M899419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-20T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103629#M899420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amit, You mean every time i need to update the DB and then reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, here i want to add one more data using INSERT Statement. is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103629#M899420</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-20T06:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103630#M899421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;You can add rows (Load Inline or Load from..) by concatenate qvd with new Load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103630#M899421</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-07-20T06:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103631#M899422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you thought of using direct discovery? I may be wrong but maybe this will be useful for you if you need to update from source SQL table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103631#M899422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-20T06:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103632#M899423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, That's my mistake. Actual i am getting data from DB only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we are using suck concaatenate, How many times we need to add that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume 1 day 100 employees joined with one company that time i want to add 100 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEatime, If 1000 employees salary will updated then i need to write 1000 times. But, here how to update those 1000 salaries using Concatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103632#M899423</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-20T06:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103633#M899424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can for sure.&lt;/P&gt;&lt;P&gt;Add ur new data and concatenate with the old one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103633#M899424</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-07-20T06:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103634#M899425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, That's why i came here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, If i am getting That table from DB then i don't want to edit again ion DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use directy on Qlik using DML / DDL Operations. Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: i have the access my Database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103634#M899425</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-20T07:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103635#M899426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might help u:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-7373" title="https://community.qlik.com/docs/DOC-7373"&gt;https://community.qlik.com/docs/DOC-7373&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103635#M899426</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-07-20T07:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103636#M899427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert into statement is useful in SQl only,That is a syntax&amp;nbsp; need to follow in sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be the below links will help to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/61660"&gt;Can we insert data or records from qlikview to Database&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/9046"&gt;Inserting data into a database&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103636#M899427</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-07-20T07:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103637#M899428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am expecting similar tooo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If i add one more data then i want to effect DB also, Is that possible. Is there any connector from Qlik to DB.&lt;/P&gt;&lt;P&gt;2) If not possible, How do we acheive this&lt;/P&gt;&lt;P&gt;3) If possible, Please send me which connector i need to maintan / Install&lt;/P&gt;&lt;P&gt;4) If we are maintain Inline, how to update using above link. As Rodorf we can do, but client asking me why you want to connect every time to DB. Just check is there any chance to DML/DDL operation in Qlik also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- ANIL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103637#M899428</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-20T07:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103638#M899429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Core use of Qlikview is to analyse data and help management to take corrective and preventive decisions. Here you are indicating that your data needs frequent changes. The standard way is to do it through script changes or changes in the source system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 100 employees joined then surely your transaction system must also change, same is the case when salary is updated, so automatically in next reload the updated data will be loaded in Qlikview or you would need some tweak in script to accomodate new structural changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you try to use Qlikview as your main data repository then you will face many troubles while maintaining it as Qlikview is not made for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Digvijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103638#M899429</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-07-20T07:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103639#M899430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Here you mean to say - If we want to update / insert / delete everything happen from DB only, Right? We can't do that operations in Qlik(As i understand). In the below, Sai shared two links in that first link some one replied that, It is possible using macro / Connector. If not possible let me know. If possible, Please give me a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103639#M899430</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-20T07:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103640#M899431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmpName, Sal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 3000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmpName, Sal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 3000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmpName, Sal&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, 100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 200&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 3000&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load * from Company.qvd&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;where not Exists(EmpName);&amp;nbsp;&amp;nbsp;&amp;nbsp; // It is optional depends upon your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103640#M899431</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-07-20T07:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103641#M899432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use dynamic update( See in button action), also shared in one of the link here to update data loaded in Qlikview but it won't update your DB, so after reload you need to run the action every time. Also I don't think you can do mass update through this in smooth way. I suggest you make updates in your source system and use join/concat etc in your script to reload them in Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103641#M899432</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-07-20T07:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103642#M899433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I will follow that. But, While reporting the report was not the correct if we follow this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be the best option is DB only. As i understand from this Thread, If we update anything, The DB is not possible with Updated Data. If we updated the data from DB it is possible and reports also Good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks My all Supporters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103642#M899433</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-20T07:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT is Not Working for Inline</title>
      <link>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103643#M899434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes for data update or insert ...QlikView is not the best option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 07:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INSERT-is-Not-Working-for-Inline/m-p/1103643#M899434</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-07-20T07:45:34Z</dc:date>
    </item>
  </channel>
</rss>

