<?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: Can anyone help please? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493738#M184677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;You can make your object show/hide by a conditional variable=1&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Then you set your variable value as&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=If(FieldIndex('GROUPNAME','AEUSERS') &amp;gt;0 ,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;If it exists in the field you will get 1 and the object will appear.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 12:06:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-07T12:06:17Z</dc:date>
    <item>
      <title>Can anyone help please?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493732#M184671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query which I hope will be simple!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field named GROUPNAME and I'd like to conditionally hide a text box if a value within the GROUPNAME equals 'AEUSERS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying the match function but I can't get it to work, I feel like I'm so close!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 11:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493732#M184671</guid>
      <dc:creator />
      <dc:date>2013-11-07T11:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help please?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493733#M184672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below: in conditional show&lt;/P&gt;&lt;P&gt;=If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GROUPNAME &lt;/SPAN&gt;='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AEUSERS&lt;/SPAN&gt;',1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 11:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493733#M184672</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-11-07T11:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help please?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493734#M184673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does hide the text box but only if the value 'AEUSERS' is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That isn't what I want, I want to hide the box if 'AEUSERS' exists in the field, without selecting anything. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 11:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493734#M184673</guid>
      <dc:creator />
      <dc:date>2013-11-07T11:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help please?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493735#M184674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It must be easy to identify if there is a value in a field. For instance get 1 or 0 if AEUSERS exists in your column or get the number it shows up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will set a variable to get this value. In your box you will set a conditional variable=....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 11:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493735#M184674</guid>
      <dc:creator />
      <dc:date>2013-11-07T11:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help please?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493736#M184675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If(FieldIndex('GROUPNAME','AEUSERS') &amp;gt;0 ,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Bruno&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 11:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493736#M184675</guid>
      <dc:creator>bruno_m_santos</dc:creator>
      <dc:date>2013-11-07T11:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help please?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493737#M184676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THEN LOAD IN THE SCRIPT LIKE BELOW:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ABC,&lt;/P&gt;&lt;P&gt;EDC,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; IF(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GROUPNAME &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;='&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AEUSERS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;', 1,0) as Flag &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;THEN IN THE TEXT BOX USE EXPRESSION LIKE BELOW:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;IF(Flag =1,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;WILL; WORK....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 11:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493737#M184676</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-11-07T11:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help please?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493738#M184677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;You can make your object show/hide by a conditional variable=1&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Then you set your variable value as&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=If(FieldIndex('GROUPNAME','AEUSERS') &amp;gt;0 ,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;If it exists in the field you will get 1 and the object will appear.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 12:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-help-please/m-p/493738#M184677</guid>
      <dc:creator />
      <dc:date>2013-11-07T12:06:17Z</dc:date>
    </item>
  </channel>
</rss>

