<?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: Ad hoc dimension List box without using Inline table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853837#M1215785</link>
    <description>&lt;P&gt;I believe I gave a solution that does not require an inline table. $Field is a builtin field, so you don't have to load anything.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Sat, 30 Oct 2021 00:00:08 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2021-10-30T00:00:08Z</dc:date>
    <item>
      <title>Ad hoc dimension List box without using Inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853286#M1215756</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;I want give user the flexibility to generate the straight table by selecting the dimension names (Ad hoc report).&lt;/P&gt;
&lt;P&gt;Is it possible to get the values of dimension name in a list box without using Inline table??&lt;/P&gt;
&lt;P&gt;I don't want to use inline table to get the dimension names in a list box. I tried with valuelist() but no luck.&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 19:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853286#M1215756</guid>
      <dc:creator>Manish</dc:creator>
      <dc:date>2021-10-28T19:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ad hoc dimension List box without using Inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853294#M1215757</link>
      <description>&lt;P&gt;You can build a Listbox using ValueList. But I don't know how you would make selections or reference in your chart.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could "borrow" the $Field. If you just used $Field, it would list all fields. If you wanted to subset you could do this:&lt;/P&gt;
&lt;P class="p1"&gt;=&lt;SPAN class="s1"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;Only&lt;/SPAN&gt;({&amp;lt;&lt;SPAN class="s2"&gt;$Field&lt;/SPAN&gt;={'Country', 'FullName', 'Year'}&amp;gt;}&lt;SPAN class="s2"&gt;$Field&lt;/SPAN&gt;), &lt;SPAN class="s2"&gt;$Field&lt;/SPAN&gt;)&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 19:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853294#M1215757</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-10-28T19:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ad hoc dimension List box without using Inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853805#M1215783</link>
      <description>&lt;P&gt;Hi Rob&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks for your reply.&lt;/P&gt;
&lt;P&gt;Actually , I want to have a ad hoc dimension list box without using Inline table&amp;nbsp; as it is&amp;nbsp; hampering my application performance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I was wondering by any chance is it possible to achieve the same functionality ( i.e. Users can select /add the dimension in straight table as per their wish) without using inline table to create a dimension names list box.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 19:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853805#M1215783</guid>
      <dc:creator>Manish</dc:creator>
      <dc:date>2021-10-29T19:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ad hoc dimension List box without using Inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853837#M1215785</link>
      <description>&lt;P&gt;I believe I gave a solution that does not require an inline table. $Field is a builtin field, so you don't have to load anything.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 00:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853837#M1215785</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-10-30T00:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ad hoc dimension List box without using Inline table</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853876#M1215792</link>
      <description>&lt;P&gt;Sorry Rob .. Somehow , I misread your earlier post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 17:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-hoc-dimension-List-box-without-using-Inline-table/m-p/1853876#M1215792</guid>
      <dc:creator>Manish</dc:creator>
      <dc:date>2021-10-30T17:16:39Z</dc:date>
    </item>
  </channel>
</rss>

