<?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 How a text objects got selected when selecting from list box ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-a-text-objects-got-selected-when-selecting-from-list-box/m-p/2074861#M1223784</link>
    <description>&lt;P&gt;HI All,&lt;/P&gt;
&lt;P&gt;When I select "KPI %TOC by Month for Current FY vs Previous FY" from listbox&lt;/P&gt;
&lt;P&gt;I want on the Text object ticked is selected and rest get hide.&lt;/P&gt;
&lt;P&gt;The left part is table box and is working fine but next to it are text objects when I need to hide if user selects from the list box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashmitp869_0-1684910758964.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107906iEA4AADF42BA24137/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashmitp869_0-1684910758964.png" alt="ashmitp869_0-1684910758964.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 06:46:07 GMT</pubDate>
    <dc:creator>ashmitp869</dc:creator>
    <dc:date>2023-05-24T06:46:07Z</dc:date>
    <item>
      <title>How a text objects got selected when selecting from list box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-a-text-objects-got-selected-when-selecting-from-list-box/m-p/2074861#M1223784</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;
&lt;P&gt;When I select "KPI %TOC by Month for Current FY vs Previous FY" from listbox&lt;/P&gt;
&lt;P&gt;I want on the Text object ticked is selected and rest get hide.&lt;/P&gt;
&lt;P&gt;The left part is table box and is working fine but next to it are text objects when I need to hide if user selects from the list box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashmitp869_0-1684910758964.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107906iEA4AADF42BA24137/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashmitp869_0-1684910758964.png" alt="ashmitp869_0-1684910758964.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 06:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-a-text-objects-got-selected-when-selecting-from-list-box/m-p/2074861#M1223784</guid>
      <dc:creator>ashmitp869</dc:creator>
      <dc:date>2023-05-24T06:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: How a text objects got selected when selecting from list box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-a-text-objects-got-selected-when-selecting-from-list-box/m-p/2074892#M1223786</link>
      <description>&lt;P&gt;You could use the show/hide feature which has each object within the layout tab in the top-right area by applying a condition like:&lt;/P&gt;
&lt;P&gt;= only(YourField) = 'YourValueXYZ'&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 07:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-a-text-objects-got-selected-when-selecting-from-list-box/m-p/2074892#M1223786</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-05-24T07:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How a text objects got selected when selecting from list box ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-a-text-objects-got-selected-when-selecting-from-list-box/m-p/2077248#M1223880</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;DIV class="group w-full text-gray-800 dark:text-gray-100 border-b border-black/10 dark:border-gray-900/50 bg-gray-50 dark:bg-[#444654]"&gt;
&lt;DIV class="flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto"&gt;
&lt;DIV class="relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]"&gt;
&lt;DIV class="flex flex-grow flex-col gap-3"&gt;
&lt;DIV class="min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words"&gt;
&lt;DIV class="markdown prose w-full break-words dark:prose-invert light"&gt;
&lt;P&gt;To hide or show text objects based on the selection from a list box in QlikView or Qlik Sense, you can use conditional show expressions. Here's a general approach:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Select the text object you want to hide or show based on the list box selection.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In the properties panel,&amp;nbsp;&lt;A href="https://www.mykfcexperience.website/" target="_self"&gt;&lt;FONT size="2" color="#FFFFFF"&gt;mykfcexperience&lt;/FONT&gt;&lt;/A&gt; go to the "Layout" tab.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Look for the "Show" option or a similar setting that controls the visibility of the object.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enter a conditional show expression that evaluates the selection from the list box. For example, if your list box field is named "SelectionField" and the value you want to trigger the show condition is "KPI %TOC by Month for Current FY vs Previous FY", you can use an expression like: &lt;CODE&gt;=Only(SelectionField) = 'KPI %TOC by Month for Current FY vs Previous FY'&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;This expression checks if the selected value in the list box matches the desired value.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Save the expression and test it by selecting the corresponding value in the list box. The text object should hide or show based on the selection.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Repeat the above steps for each text object you want to control based on the list box selection.&lt;/P&gt;
&lt;P&gt;Note: The steps provided are a general guideline, and the exact procedure may vary depending on your version of QlikView or Qlik Sense.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 May 2023 05:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-a-text-objects-got-selected-when-selecting-from-list-box/m-p/2077248#M1223880</guid>
      <dc:creator>Eloiseparkinson</dc:creator>
      <dc:date>2023-05-30T05:38:02Z</dc:date>
    </item>
  </channel>
</rss>

