<?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: Different Text Boxes to reflect different selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72037#M778644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what are you trying to do with &amp;gt;= 7?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2018 22:31:17 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-04-06T22:31:17Z</dc:date>
    <item>
      <title>Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72030#M778637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 6 text boxes, and each have a different expression in them, i want it so that that expression is displayed constantly and does not change in all the boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of the 6 boxes which I would like 6 different numbers to display,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="198796" alt="selection.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198796_selection.PNG" style="height: 237px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Here is an example of the expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if([Severity] = 'Severe' and [Urgency] = 'High', ([Age] &amp;gt;= '7 Days'),'0'))&lt;/P&gt;&lt;P&gt;=count(if([Severity] = 'Moderate' and [Urgency] = 'Medium', ([Age] &amp;gt;= '60 Days'),'0'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe i need to use something along the lines of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(aggr(only(if([Severity] = 'Severe' and [Urgency] = 'High', ([Age] &amp;gt;= '7 Days')),'0')))&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/Different-Text-Boxes-to-reflect-different-selections/m-p/72030#M778637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72031#M778638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try set analysis&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;=Count({&amp;lt;[Severity] = {'Severe'}, [Urgency] = {'High'}, [Vulnerability Age] = {"&amp;gt;=7"}&amp;gt;}&amp;nbsp; '0')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Count({&amp;lt;[Severity] = {'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Moderate&lt;/SPAN&gt;'}, [Urgency] = {'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Medium&lt;/SPAN&gt;'}, [Vulnerability Age] = {"&amp;gt;=60"}&amp;gt;}&amp;nbsp; '0')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72031#M778638</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-06T19:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72032#M778639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is what I need. However that didn't work. It outputted 1 instead of 12.&amp;nbsp; I want it to count the amount of records which has the severity of severe and urgency of high but only if they have an age of either equal to or above 7 days, if not then 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72032#M778639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-06T19:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72033#M778640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a list box for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Vulnerability Age]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72033#M778640</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-06T19:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72034#M778641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="listbox.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/198801_listbox.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72034#M778641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-06T19:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72035#M778642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, so it is text field.. do you have a value like this &amp;gt;= 7 Days?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72035#M778642</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-06T19:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72036#M778643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72036#M778643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-06T19:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72037#M778644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what are you trying to do with &amp;gt;= 7?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 22:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72037#M778644</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-06T22:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72038#M778645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to count every record greater or equal to 7 days, e.g. 8 Days, 9 Days etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 07:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72038#M778645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-09T07:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72039#M778646</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;i would stick with set analysis that Sunny has supplied, but look at formating the your age field to a number.&lt;/P&gt;&lt;P&gt;If formated the same i.e. 1 day so number space day or days., use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NUM(SUBFEILD(AGE,' ' ,1))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS AgeNo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be in the load script.&lt;/P&gt;&lt;P&gt;Then just update the Setanlysis to look at the number field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 09:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72039#M778646</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2018-04-09T09:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72040#M778647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This still did not seem to fix the issue, I am still getting an output of 1 for all boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NUM(SUBFIELD([Age],' ' ,1)) AS AgeNo is what i placed in my script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 09:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72040#M778647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-09T09:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72041#M778648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this?&lt;/P&gt;&lt;P&gt;count(if([Severity] = 'Severe' and [Urgency] = 'High', (KeepChar([Age],'0123456789') &amp;gt;= 7),'0'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 11:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72041#M778648</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-09T11:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72042#M778649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to check this out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 16:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72042#M778649</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-09T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72043#M778650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample Data attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 08:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72043#M778650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-10T08:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72044#M778651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199046_Capture.PNG" style="height: 245px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 08:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72044#M778651</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T08:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72045#M778652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Age, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Severity, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Urgency,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; num( SubField(Age,' ',1)) as Age1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;G&gt;&lt;/G&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Age1 = {"&amp;gt;=60"},[Severity] = {'Severe'},[Urgency] = {'High'}&amp;gt;}Age)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 09:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72045#M778652</guid>
      <dc:creator>chinnuchinni</dc:creator>
      <dc:date>2018-04-10T09:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Different Text Boxes to reflect different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72046#M778653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!! Perfect solution!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Text-Boxes-to-reflect-different-selections/m-p/72046#M778653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-10T10:48:30Z</dc:date>
    </item>
  </channel>
</rss>

