<?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: Apply If..Then to All objects? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424659#M429297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to delete this post to move to an Nprinting thread but I don't have the rights.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2017 17:26:24 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2017-12-19T17:26:24Z</dc:date>
    <item>
      <title>Apply If..Then to All objects?</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424655#M429293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to automate the creation of an Agenda via Nprinting and in order to do that, I need to return any DEFECT_ID in which there is a match on the Decision Body and Associated Agenda Date.&lt;/P&gt;&lt;P&gt;For example, in the ticket below, it should be on the list because I am looking for ECG as the Decision Body and the Agenda Date of 1/8/2018.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best way to create this logic &lt;STRONG&gt;so that ALL objects&lt;/STRONG&gt; only show the relevant DEFECT_IDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attachment, two tables show the right logic but if I set NPrinting to Page on DEFECT_ID, it won't capture the correct ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I can think of is a really long if statement:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRIMARY_DECISION_BODY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='ECG' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRIMARY_DECISION_AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;$(=today())"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GOV_DECISION_BODY_SUB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ECG'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MM/DD/YYYY'),1,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SECONDARY_DECISION_BODY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='ECG' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SECONDARY_DECISION_AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;$(=today())"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GOV_DECISION_BODY_SUB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ECG'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MM/DD/YYYY'),1,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;THIRD_DECISION_BODY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='ECG' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;THIRD_DECISION_AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;$(=today())"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GOV_DECISION_BODY_SUB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ECG'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MM/DD/YYYY') ,1,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FOURTH_DECISION_BODY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='ECG' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FOURTH_DECISION_AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;$(=today())"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GOV_DECISION_BODY_SUB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ECG'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MM/DD/YYYY'),1,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIFTH_DECISION_BODY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='ECG' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIFTH_DECISION_AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;$(=today())"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GOV_DECISION_BODY_SUB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ECG'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MM/DD/YYYY') ,1,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SIXTH_DECISION_BODY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='ECG' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SIXTH_DECISION_AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;$(=today())"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GOV_DECISION_BODY_SUB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ECG'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AGENDA_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MM/DD/YYYY') &lt;BR /&gt; ,1,0)))))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="187415" alt="12-18-2017 12-27-20 PM.jpg" class="jive-image image-2" src="/legacyfs/online/187415_12-18-2017 12-27-20 PM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should return only 6 tickets. As you can see in the Business Case chart, many more are being displayed and the DEFECT_ID list box doesn't show the right defects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="187568" alt="12-19-2017 8-07-44 AM.jpg" class="jive-image image-3" src="/legacyfs/online/187568_12-19-2017 8-07-44 AM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 19:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424655#M429293</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-12-18T19:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative of long if..then statement</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424656#M429294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any thing need still? Or you already got something? And your thread context from QlikView and your settings using N printing. Not sure, I followed you or not &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 13:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424656#M429294</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-19T13:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative of long if..then statement</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424657#M429295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is not resolved. The chart below still shows many defects that should not be showing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is ultimately a QV issue because the charts will be pulled into NPrinting. Nprinting creates a new tab or page for each set field - like DEFECT_ID. Therefore, I need the selected/associated Defects to be limited to the 6 above.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="12-19-2017 8-07-44 AM.jpg" class="jive-image image-1" src="/legacyfs/online/187564_12-19-2017 8-07-44 AM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 15:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424657#M429295</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-12-19T15:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Apply If..Then to All objects?</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424658#M429296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I can ask another way... is there a way I can create a variable perhaps to only show me the relevant DEFECT_IDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ultimately I need selection criteria to filter out the DEFECT_ID field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 17:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424658#M429296</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-12-19T17:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Apply If..Then to All objects?</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424659#M429297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to delete this post to move to an Nprinting thread but I don't have the rights.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 17:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-If-Then-to-All-objects/m-p/1424659#M429297</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-12-19T17:26:24Z</dc:date>
    </item>
  </channel>
</rss>

