<?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: Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/595442#M220526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is adhoc dimension is something same as creating artificial dimension.&lt;/P&gt;&lt;P&gt;Which fields can we take while creating ad hoc dim,moreover what are benefits by using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 06:04:29 GMT</pubDate>
    <dc:creator>deepakqlikview_123</dc:creator>
    <dc:date>2014-04-03T06:04:29Z</dc:date>
    <item>
      <title>Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/595438#M220522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached screenshot.&lt;/P&gt;&lt;P&gt;can you please tell me how to get list of dimensions for selections in pivot table&amp;nbsp; as per row and column wise dynamically by using list boxes.&lt;/P&gt;&lt;P&gt;How to create variable for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 05:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/595438#M220522</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-04-03T05:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/595439#M220523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This are the adhoc reports for this refer the qlikview sample applications (whats new in qlikview11) there is a Reports sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For dimension you have to create a inline table then you can get dimension tables and use it in pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 05:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/595439#M220523</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-03T05:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/595440#M220524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add all the dimension and expression and then enable / disable to dimension and expression based on your list box selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(&lt;STRONG&gt;_dimension&lt;/STRONG&gt;, '|'), 'Year')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;_dimension &lt;/STRONG&gt; Is listbox fieldname. Year is listbox value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;verify once in Whats new in Qlikview 11.QVW --&amp;gt; Reports Tab.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Muni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 05:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/595440#M220524</guid>
      <dc:creator>muniyandi</dc:creator>
      <dc:date>2014-04-03T05:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/595441#M220525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like adhoc dimension list with inline table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AdhocDimensions:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [_dimension&lt;/P&gt;&lt;P&gt;Customer&lt;/P&gt;&lt;P&gt;Region&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;City&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Quarter&lt;/P&gt;&lt;P&gt;Item Number&lt;/P&gt;&lt;P&gt;Product Group&lt;/P&gt;&lt;P&gt;Product Line&lt;/P&gt;&lt;P&gt;Product Sub Group&lt;/P&gt;&lt;P&gt;Product Type&lt;/P&gt;&lt;P&gt;Manager&lt;/P&gt;&lt;P&gt;Sales Rep Name&lt;/P&gt;&lt;P&gt;Address Number&lt;/P&gt;&lt;P&gt;Invoice Date&lt;/P&gt;&lt;P&gt;Invoice Number&lt;/P&gt;&lt;P&gt;Item Desc&lt;/P&gt;&lt;P&gt;Item Number&lt;/P&gt;&lt;P&gt;Order Number&lt;/P&gt;&lt;P&gt;Promised Delivery Date&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in any straight table or pivot table you have to use like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubStringCount(Concat(_metricsNo, '|'), 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 05:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/595441#M220525</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-03T05:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/595442#M220526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is adhoc dimension is something same as creating artificial dimension.&lt;/P&gt;&lt;P&gt;Which fields can we take while creating ad hoc dim,moreover what are benefits by using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 06:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/595442#M220526</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-04-03T06:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/595443#M220527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/01/31/customizable-straight-table" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/31/customizable-straight-table"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/31/customizable-straight-table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 06:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/595443#M220527</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-03T06:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/595444#M220528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A dimension fields that are available in your data model is preferred you can give another name also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 06:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/595444#M220528</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-03T06:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/595445#M220529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;find the attached hope these helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 06:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/595445#M220529</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-04-03T06:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/595446#M220530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set tag for the different dimension in script and maintain a expression table also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MetricsOptions:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [_metricsNo, _metrics&lt;/P&gt;&lt;P&gt;1, Sales, &lt;/P&gt;&lt;P&gt;2, Qty,&lt;/P&gt;&lt;P&gt;3, Margin&lt;/P&gt;&lt;P&gt;4, Margin%&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MetricPickOne:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT &lt;/P&gt;&lt;P&gt;&amp;nbsp; _metrics as _metricPickOne&lt;/P&gt;&lt;P&gt;RESIDENT MetricsOptions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAG FIELDS Manager SalesRep, $Dimension;&lt;/P&gt;&lt;P&gt;TAG FIELDS [Sales Rep Name] SalesRep, $Dimension;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAG FIELDS Customer Customer, $Dimension;&lt;/P&gt;&lt;P&gt;TAG FIELDS Region Customer, $Dimension;&lt;/P&gt;&lt;P&gt;TAG FIELDS Country Customer, $Dimension;&lt;/P&gt;&lt;P&gt;TAG FIELDS City Customer, $Dimension;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAG FIELDS Year Time, $Dimension;&lt;/P&gt;&lt;P&gt;TAG FIELDS Month Time, $Dimension;&lt;/P&gt;&lt;P&gt;TAG FIELDS Quarter Time, $Dimension;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAG FIELDS [Item Number] Product, $Dimension;&lt;/P&gt;&lt;P&gt;TAG FIELDS [Product Group] Product, $Dimension;&lt;/P&gt;&lt;P&gt;TAG FIELDS [Product Line] Product, $Dimension;&lt;/P&gt;&lt;P&gt;TAG FIELDS [Product Sub Group] Product, $Dimension;&lt;/P&gt;&lt;P&gt;TAG FIELDS [Product Type] Product, $Dimension;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 06:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/595446#M220530</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-03T06:13:10Z</dc:date>
    </item>
  </channel>
</rss>

