<?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: Qlikview Loop Iteration function - ProjectID key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1663025#M448969</link>
    <description>&lt;P&gt;Check out the following Design Blog post, should get you on the right track as far as the finding the row with the empty value part...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Peek-vs-Previous-When-to-Use-Each/ba-p/1475913" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Peek-vs-Previous-When-to-Use-Each/ba-p/1475913&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to further search the Design Blog area yourself, use the following URL:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2020 16:51:02 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-01-06T16:51:02Z</dc:date>
    <item>
      <title>Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1662845#M448956</link>
      <description>&lt;P&gt;Hello Qliks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a Projects table that contain ProjectID field &amp;amp; might have a another project who leads the same Project above the first&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;exists: -left joins the DOC for checking, not in infinite way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;left Join&lt;BR /&gt;LOAD&lt;BR /&gt;DOC as Leader1doc ,&lt;BR /&gt;If(BRI_SUBPROJM&amp;lt;&amp;gt;0,BRI_SUBPROJM,DOC) as Leader2doc&lt;BR /&gt;FROM [Data\DOCPROJ.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;demand: Building a loop iteration that pulls out the &lt;STRONG&gt;very first&lt;/STRONG&gt; ProjectID that doesn't contain any leader.&lt;/P&gt;&lt;P&gt;Any suggestions?&amp;nbsp;&lt;/P&gt;&lt;P&gt;BRI_SUBPROJM&amp;lt;&amp;gt;0 - checking if the ProjectID has any leader.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1662845#M448956</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2024-11-16T01:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1662873#M448957</link>
      <description>&lt;P&gt;can you share a sample data and the expected output ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 12:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1662873#M448957</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-01-06T12:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1662896#M448958</link>
      <description>&lt;P&gt;Ok, hope it will make sense, Table after some left joins:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;1- ProjectID&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;&lt;STRONG&gt;2 - BRI_SUBPROJM&lt;/STRONG&gt; (the Leader Project - if exists)&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;3- BRI_SUBPROJM&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(the Leader Project of 2 -&lt;SPAN&gt;if exists&lt;/SPAN&gt;)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;4- BRI_SUBPROJM&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(the Leader Project of 3-&amp;nbsp;&lt;SPAN&gt;if exists&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;&lt;STRONG&gt;Leader2doc&lt;/STRONG&gt; (the very first leader - &lt;FONT color="#FF0000"&gt;EXPECTED&lt;/FONT&gt;)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PROJ1&lt;/TD&gt;&lt;TD&gt;PROJ2&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;PROJ2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PROJ3&lt;/TD&gt;&lt;TD&gt;PROJ4&lt;/TD&gt;&lt;TD&gt;PROJ5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;PROJ5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PROJ6&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;PROJ6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently:&amp;nbsp; doing the search but not in a loop, and only brings the PROJ5 example.&lt;/P&gt;&lt;P&gt;We will have even more projects connected like 5 in row.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 12:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1662896#M448958</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2020-01-06T12:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1662911#M448960</link>
      <description>&lt;P&gt;I'm sorry, but I didn't completely understand the objective.&lt;/P&gt;&lt;P&gt;you get the table&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;1- ProjectID&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;&lt;STRONG&gt;2 - BRI_SUBPROJM&lt;/STRONG&gt; (the Leader Project - if exists)&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;3- BRI_SUBPROJM&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(the Leader Project of 2 -&lt;SPAN&gt;if exists&lt;/SPAN&gt;)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;4- BRI_SUBPROJM&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(the Leader Project of 3-&amp;nbsp;&lt;SPAN&gt;if exists&lt;/SPAN&gt;)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;and you want to add :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Leader2doc&lt;/STRONG&gt; (the very first leader - &lt;FONT color="#FF0000"&gt;EXPECTED&lt;/FONT&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if so what's the rule?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 13:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1662911#M448960</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-01-06T13:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1662923#M448962</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;The rule is some kind of loop for every ProjectID:&lt;/P&gt;&lt;P&gt;(&lt;STRONG&gt;BRI_SUBPROJM&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;is the leader of&amp;nbsp; the ProjectID)&lt;/P&gt;&lt;P&gt;while (&lt;STRONG&gt;BRI_SUBPROJM&amp;nbsp;&lt;/STRONG&gt;contain value (&lt;STRONG&gt;ProjectID&lt;/STRONG&gt;),&amp;nbsp; iterate it.&lt;/P&gt;&lt;P&gt;once the&amp;nbsp;&lt;STRONG&gt;BRI_SUBPROJM contain 0,&amp;nbsp;&lt;/STRONG&gt;pull out the very first ProjectID - the leader.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 13:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1662923#M448962</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2020-01-06T13:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1663025#M448969</link>
      <description>&lt;P&gt;Check out the following Design Blog post, should get you on the right track as far as the finding the row with the empty value part...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Peek-vs-Previous-When-to-Use-Each/ba-p/1475913" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Peek-vs-Previous-When-to-Use-Each/ba-p/1475913&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to further search the Design Blog area yourself, use the following URL:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 16:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1663025#M448969</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-06T16:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1663061#M448971</link>
      <description>&lt;P&gt;There are duplicate posts on this thread as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Qlikview-Loop-Iteration-function-ProjectID/m-p/1662906#M97922" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/Qlikview-Loop-Iteration-function-ProjectID/m-p/1662906#M97922&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 18:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1663061#M448971</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-06T18:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1663615#M449000</link>
      <description>&lt;P&gt;Hey, checked it out, and not quiet understand how am I able doing that in a loop as well.&lt;/P&gt;&lt;P&gt;please try to describe how is that going.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 10:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1663615#M449000</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2020-01-08T10:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1663637#M449001</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Looking-at-previous-rows-until-a-specific-value-is-found/m-p/1253674" target="_blank"&gt;https://community.qlik.com/t5/New-to-QlikView/Looking-at-previous-rows-until-a-specific-value-is-found/m-p/1253674&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This post is dealing with something that reminding my issue, but not including a loop search.&lt;/P&gt;&lt;P&gt;Can someone share how I is that going in the script ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ido&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 11:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1663637#M449001</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2020-01-08T11:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1665427#M449119</link>
      <description>&lt;P&gt;Any suggestions for the issue?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 13:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1665427#M449119</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2020-01-14T13:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Loop Iteration function - ProjectID key</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1667886#M449266</link>
      <description>&lt;P&gt;Only thing I could suggest is if you can attach a QVW etc. that will let folks see more details, the data model etc., as that is generally very helpful in these cases when folks have full access to be able to see everything.&amp;nbsp; Does not have to be your official app, could just be another sample app that creates the same condition etc.&amp;nbsp; If you are just worried about a few fields of data, you can use the Scramble feature in the Desktop Client to scramble any fields that have info you do not really want folks to see, that is in Settings\Document Properties\Scrambling tab...&amp;nbsp; Sorry I do not have anything better for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 19:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Loop-Iteration-function-ProjectID-key/m-p/1667886#M449266</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-21T19:49:14Z</dc:date>
    </item>
  </channel>
</rss>

