<?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: How do I create a text object that updates based on user selection? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601370#M736697</link>
    <description>&lt;P&gt;Just add '-' as the "False" return in your IF like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=[Employee Name] &amp;amp; '&lt;BR /&gt;'&amp;amp;IF(GETSELECTEDCOUNT([Employee Name])=1, Division&amp;amp;' - '&amp;amp;Region&amp;amp;' - '&amp;amp;[Employee ID],'-')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: had to update the formula with "=1"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2019 12:39:06 GMT</pubDate>
    <dc:creator>olivetwist</dc:creator>
    <dc:date>2019-07-11T12:39:06Z</dc:date>
    <item>
      <title>How do I create a text object that updates based on user selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601354#M736690</link>
      <description>&lt;P&gt;I am creating a dashboard from a excel file that deals with employee information.&amp;nbsp; I have seen other dashboards use the text object feature to show updated information at a glance based off of the user selection.&amp;nbsp; I can't seem to figure out how to achieve this.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601354#M736690</guid>
      <dc:creator>tmagdich</dc:creator>
      <dc:date>2024-11-16T03:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a text object that updates based on user selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601355#M736691</link>
      <description>&lt;P&gt;it all depends on the information you want to display. if it is something like "TOTAL SALES" then you would just add a formula like "=sum(sales)" .&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 12:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601355#M736691</guid>
      <dc:creator>olivetwist</dc:creator>
      <dc:date>2019-07-11T12:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a text object that updates based on user selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601357#M736692</link>
      <description>&lt;P&gt;The information that I want to update are just text, not a numeric value.&amp;nbsp; What formula would I use for that?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 12:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601357#M736692</guid>
      <dc:creator>tmagdich</dc:creator>
      <dc:date>2019-07-11T12:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a text object that updates based on user selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601360#M736693</link>
      <description>&lt;P&gt;Can you provide an example? is it like:&lt;/P&gt;&lt;P&gt;Month, User, Login_Date&lt;/P&gt;&lt;P&gt;If i choose a user it shows the month?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 12:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601360#M736693</guid>
      <dc:creator>olivetwist</dc:creator>
      <dc:date>2019-07-11T12:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a text object that updates based on user selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601362#M736694</link>
      <description>&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Employee Name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Division&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Employee ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John Smith&lt;/TD&gt;&lt;TD&gt;Development&lt;/TD&gt;&lt;TD&gt;NA&lt;/TD&gt;&lt;TD&gt;jsmith12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something similar to this.&amp;nbsp; If the user selects "John Smith", text objects auto update that show this employee's division, region and employee ID.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 12:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601362#M736694</guid>
      <dc:creator>tmagdich</dc:creator>
      <dc:date>2019-07-11T12:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a text object that updates based on user selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601363#M736695</link>
      <description>&lt;P&gt;See the attached example&lt;/P&gt;&lt;P&gt;you may want to adjust the "GETSELECTEDCOUNT(field)&amp;gt;0" to&amp;nbsp;"GETSELECTEDCOUNT(field)=1" if you only want it to display when an individual is selected.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 12:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601363#M736695</guid>
      <dc:creator>olivetwist</dc:creator>
      <dc:date>2019-07-11T12:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a text object that updates based on user selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601368#M736696</link>
      <description>&lt;P&gt;Exactly what I needed, thank you.&amp;nbsp; Is there an easy way to display a simple dash within the text box is nothing is selected, or more than one employee name is selected?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 12:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601368#M736696</guid>
      <dc:creator>tmagdich</dc:creator>
      <dc:date>2019-07-11T12:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a text object that updates based on user selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601370#M736697</link>
      <description>&lt;P&gt;Just add '-' as the "False" return in your IF like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=[Employee Name] &amp;amp; '&lt;BR /&gt;'&amp;amp;IF(GETSELECTEDCOUNT([Employee Name])=1, Division&amp;amp;' - '&amp;amp;Region&amp;amp;' - '&amp;amp;[Employee ID],'-')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: had to update the formula with "=1"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 12:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-text-object-that-updates-based-on-user/m-p/1601370#M736697</guid>
      <dc:creator>olivetwist</dc:creator>
      <dc:date>2019-07-11T12:39:06Z</dc:date>
    </item>
  </channel>
</rss>

