<?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: Conditional Show of Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1332999#M840687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you for your help, the &lt;/SPAN&gt;.msg file attached. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Apr 2017 18:48:06 GMT</pubDate>
    <dc:creator>mwscott1</dc:creator>
    <dc:date>2017-04-27T18:48:06Z</dc:date>
    <item>
      <title>Conditional Show of Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1332997#M840683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a script to pull in the header information of an Outlook .MSG file. I am pulling back From:, To:, Date:, Subject. (See Script below). From this I am trying to make a Text Object conditionally show based on key words that might be present in the subject line. For example, if subject = "Good Morning" the text box will show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// The first statement should create a table with three fields named @1, @2 and @3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_tmp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From &lt;C&gt; (txt, codepage is 1252, no labels, delimiter is '\t', msq, no eof);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Here we filter out fields that are unrelated to those we want to keep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_tmp2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Subfield(@1, ': ', 1) as Header, Subfield(@1, ': ', 2) as Info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident _tmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where WildMatch(@1, 'From: *', 'To: *', 'Date: *', 'Subject: *', 'Message Body: *');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table _tmp;&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/Conditional-Show-of-Object/m-p/1332997#M840683</guid>
      <dc:creator>mwscott1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show of Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1332998#M840684</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;If you could post the MSG file I will do some testing for you right away!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 18:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1332998#M840684</guid>
      <dc:creator />
      <dc:date>2017-04-27T18:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show of Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1332999#M840687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you for your help, the &lt;/SPAN&gt;.msg file attached. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 18:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1332999#M840687</guid>
      <dc:creator>mwscott1</dc:creator>
      <dc:date>2017-04-27T18:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show of Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1333000#M840690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the file. Is the qvw attached any good?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't find data in your file so appended some imaginary data for testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario A - text object shows up when key word "Good Morning" is entered&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.GIF" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161562_Capture.GIF" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Scenario B - text object hides when key word entered is not available in the Subject line&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.GIF" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/161563_Capture1.GIF" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Nish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 22:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1333000#M840690</guid>
      <dc:creator />
      <dc:date>2017-04-27T22:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show of Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1333001#M840694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melvin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at this: &lt;A href="https://www.youtube.com/watch?v=7mrZQvbN0_U" title="https://www.youtube.com/watch?v=7mrZQvbN0_U"&gt;https://www.youtube.com/watch?v=7mrZQvbN0_U&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that helps to resolve your issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 07:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1333001#M840694</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-04-28T07:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show of Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1333002#M840698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Have you had a chance to look at my reply yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Warm regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Nish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 13:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-of-Object/m-p/1333002#M840698</guid>
      <dc:creator />
      <dc:date>2017-04-28T13:21:05Z</dc:date>
    </item>
  </channel>
</rss>

