<?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: Manipulate SQL Stored Proc. column on Qlikview scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365191#M821310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( Active=1, Active) as Timelogs&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="color: #3d3d3d; font-style: inherit; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL EXEC [dbo].[usp_TimeLogs] '7/1/2017','7/31/2017'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2017 07:46:08 GMT</pubDate>
    <dc:creator>ksomosera10</dc:creator>
    <dc:date>2017-08-08T07:46:08Z</dc:date>
    <item>
      <title>Manipulate SQL Stored Proc. column on Qlikview scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365189#M821308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help. &lt;/P&gt;&lt;P&gt;I have this Qlikview script to call SQL Stored procedure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL EXEC [dbo].[usp_TimeLogs] '7/1/2017','7/31/2017'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside this contains columns like:&lt;/P&gt;&lt;P&gt;Active - which consists of '0' for not active and '1' for active&lt;/P&gt;&lt;P&gt;Timelogs - Duration of People&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to manipulate columns or create another table from the generated by SQL Stored Procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that on Qlikview script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Active == 1 then Timelogs&lt;/P&gt;&lt;P&gt;Else NULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&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/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365189#M821308</guid>
      <dc:creator>ksomosera10</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulate SQL Stored Proc. column on Qlikview scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365190#M821309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could possibly try using preceding load like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( Active=1, Active) as Timelogs&lt;STRONG&gt; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&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;&amp;lt;Your sql procedure facing command here&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 07:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365190#M821309</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-08T07:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulate SQL Stored Proc. column on Qlikview scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365191#M821310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( Active=1, Active) as Timelogs&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="color: #3d3d3d; font-style: inherit; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL EXEC [dbo].[usp_TimeLogs] '7/1/2017','7/31/2017'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 07:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365191#M821310</guid>
      <dc:creator>ksomosera10</dc:creator>
      <dc:date>2017-08-08T07:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulate SQL Stored Proc. column on Qlikview scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365192#M821311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the procedure execution alone gives the data in qlik, that should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 07:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365192#M821311</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-08T07:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulate SQL Stored Proc. column on Qlikview scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365193#M821312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup It works! but I only got the 'Timelogs' column after the load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 07:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365193#M821312</guid>
      <dc:creator>ksomosera10</dc:creator>
      <dc:date>2017-08-08T07:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulate SQL Stored Proc. column on Qlikview scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365194#M821313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to include the other fields in load explicitly or '*' for all, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;*,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( Active=1, Active) as Timelogs&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt; ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt;SQL EXEC [dbo].[usp_TimeLogs] '7/1/2017','7/31/2017&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 09:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365194#M821313</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-08T09:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulate SQL Stored Proc. column on Qlikview scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365195#M821314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it works! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 00:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulate-SQL-Stored-Proc-column-on-Qlikview-scripting/m-p/1365195#M821314</guid>
      <dc:creator>ksomosera10</dc:creator>
      <dc:date>2017-08-09T00:33:04Z</dc:date>
    </item>
  </channel>
</rss>

