<?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: Text object Changing data when selections made in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647909#M447636</link>
    <description>Thank you, its working.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Nov 2019 12:18:04 GMT</pubDate>
    <dc:creator>mcoetzee</dc:creator>
    <dc:date>2019-11-18T12:18:04Z</dc:date>
    <item>
      <title>Text object Changing data when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647800#M447628</link>
      <description>&lt;P&gt;Hi, I need some help i am trying to make a text object but the value should stay the same, it should ignore my fiscal year and fiscal month when selections are made.&lt;/P&gt;&lt;P&gt;I have tried the below but it does not seem to be working, i have also tried to add a action in but still no luck, whom can help me please?&lt;/P&gt;&lt;P&gt;='All Active Clients: ' &amp;amp; num(Count({1}{&amp;lt;ContractActive = {'Y'}&amp;gt;}DISTINCT CustId))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 06:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647800#M447628</guid>
      <dc:creator>mcoetzee</dc:creator>
      <dc:date>2019-11-18T06:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Text object Changing data when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647804#M447629</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;='All Active Clients: ' &amp;amp;&amp;nbsp; Count({1&amp;lt;ContractActive = {'Y'}&amp;gt;}DISTINCT CustId)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 06:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647804#M447629</guid>
      <dc:creator>mahaveerbiraj</dc:creator>
      <dc:date>2019-11-18T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Text object Changing data when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647844#M447630</link>
      <description>&lt;P&gt;replace the fiscal month and year with your names &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;='All Active Clients: ' &amp;amp; num(Count({&amp;lt;ContractActive = {'Y'},&lt;STRONG&gt;Fiscal_Year=,Fiscal_Month=&lt;/STRONG&gt;&amp;gt;}DISTINCT CustId))&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 09:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647844#M447630</guid>
      <dc:creator>Victor_Alumanah</dc:creator>
      <dc:date>2019-11-18T09:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Text object Changing data when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647908#M447635</link>
      <description>&lt;P&gt;I think&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/59291"&gt;@mahaveerbiraj&lt;/a&gt;&amp;nbsp;'s solution should work if you need to ignore all selections... but the reason your expression didn't work was because your expression added a new set to ignore all selection instead of adding it to the current set that you already had (Red is one set and Green is another set and I think when you write it like this, it does an intersection of the two set, but don't quote me on this)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;='All Active Clients: ' &amp;amp; num(Count(&lt;FONT color="#FF0000"&gt;{1&lt;FONT color="#339966"&gt;}&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#339966"&gt;{&amp;lt;ContractActive = {'Y'}&amp;gt;}&lt;/FONT&gt;DISTINCT CustId))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But, if you really just need to ignore selection in two fields... you might just need what&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/85596"&gt;@Victor_Alumanah&lt;/a&gt;&amp;nbsp; has provided, but with your own field names&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;='All Active Clients: ' &amp;amp; Num(Count({1}{&amp;lt;ContractActive = {'Y'}, MasterCal_FiscalYear, MasterCal_FiscalMonth&amp;gt;} DISTINCT CustId))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 18 Nov 2019 12:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647908#M447635</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-18T12:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Text object Changing data when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647909#M447636</link>
      <description>Thank you, its working.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Nov 2019 12:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647909#M447636</guid>
      <dc:creator>mcoetzee</dc:creator>
      <dc:date>2019-11-18T12:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text object Changing data when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647911#M447637</link>
      <description>&lt;P&gt;Awesome, please mark&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/59291"&gt;@mahaveerbiraj&lt;/a&gt;&amp;nbsp; and/or&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/85596"&gt;@Victor_Alumanah&lt;/a&gt;&amp;nbsp;responses as the solution so that future users can benefit from it.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Sunny&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 12:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1647911#M447637</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-18T12:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Text object Changing data when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1649223#M447715</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Maarten, please be sure to come back to the thread and use the Accept as Solution button on the post(s) that helped you get things working properly.&amp;nbsp; I would have marked things, but I was not sure which one(s) worked, so we need you to do this as per Sunny's post, and this does two things, it gives credit to the posters, and it confirms to other Community Members visiting this thread what actually worked, so it is important you take the time to do this...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object-Changing-data-when-selections-made/m-p/1649223#M447715</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-20T15:36:56Z</dc:date>
    </item>
  </channel>
</rss>

