<?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 Text Object Change based on Selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531752#M38309</link>
    <description>&lt;P&gt;I have a text object that has the following expression;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=[Game Description] &amp;amp; ' - ' &amp;amp; eventDATE &amp;amp; ' - ' &amp;amp; Timestamp(TIME, 'h.mm TT')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These change to actual values once a selection is made from a filter pane.&lt;/P&gt;&lt;P&gt;I think it would be a good feature for inexperienced users to have the text object read 'Make&amp;nbsp; A Selection', which would then "disappear" (change to the associated values) once a selection is made in the filter pane.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 18:48:10 GMT</pubDate>
    <dc:creator>EvanBarrick</dc:creator>
    <dc:date>2019-01-17T18:48:10Z</dc:date>
    <item>
      <title>Text Object Change based on Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531752#M38309</link>
      <description>&lt;P&gt;I have a text object that has the following expression;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=[Game Description] &amp;amp; ' - ' &amp;amp; eventDATE &amp;amp; ' - ' &amp;amp; Timestamp(TIME, 'h.mm TT')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These change to actual values once a selection is made from a filter pane.&lt;/P&gt;&lt;P&gt;I think it would be a good feature for inexperienced users to have the text object read 'Make&amp;nbsp; A Selection', which would then "disappear" (change to the associated values) once a selection is made in the filter pane.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 18:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531752#M38309</guid>
      <dc:creator>EvanBarrick</dc:creator>
      <dc:date>2019-01-17T18:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Change based on Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531755#M38310</link>
      <description>&lt;P&gt;May be like this&lt;/P&gt;&lt;PRE&gt;=If(Len(Trim(GetCurrentSelection())) = 0,&lt;BR /&gt;'Make A Selection',&lt;BR /&gt;[Game Description] &amp;amp; ' - ' &amp;amp; eventDATE &amp;amp; ' - ' &amp;amp; Timestamp(TIME, 'h.mm TT'))&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Jan 2019 18:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531755#M38310</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-17T18:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Change based on Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531757#M38311</link>
      <description>&lt;P&gt;I cannot get your solution to be accepted as proper syntax. Would I need to reference the field of 'eventDATE' anywhere near the GetCurrentSelections?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 19:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531757#M38311</guid>
      <dc:creator>EvanBarrick</dc:creator>
      <dc:date>2019-01-17T19:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Change based on Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531765#M38312</link>
      <description>&lt;P&gt;Is this based on selection in just EventDate field?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 19:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531765#M38312</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-17T19:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Change based on Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531788#M38314</link>
      <description>&lt;P&gt;Yes, only based on if a selection is made in that field.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 20:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531788#M38314</guid>
      <dc:creator>EvanBarrick</dc:creator>
      <dc:date>2019-01-17T20:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Change based on Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531789#M38315</link>
      <description>&lt;P&gt;I was omitting a parenthesis. Your solution functions correctly. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 20:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531789#M38315</guid>
      <dc:creator>EvanBarrick</dc:creator>
      <dc:date>2019-01-17T20:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Change based on Selection</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531790#M38316</link>
      <description>&lt;P&gt;For just selection in eventDATE, you can try this&lt;/P&gt;&lt;PRE&gt;=If(&lt;FONT color="#FF0000"&gt;GetSelectedCount(eventDATE)&lt;/FONT&gt; = 0,
'Make A Selection',
[Game Description] &amp;amp; ' - ' &amp;amp; eventDATE &amp;amp; ' - ' &amp;amp; Timestamp(TIME, 'h.mm TT'))&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Jan 2019 20:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Object-Change-based-on-Selection/m-p/1531790#M38316</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-17T20:31:08Z</dc:date>
    </item>
  </channel>
</rss>

