<?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: Menu creating in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490934#M1127970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just download the demo app and have a look how it is implemented. You will have to look for the conditional enabled dimensions and expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Dec 2013 17:30:33 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-12-16T17:30:33Z</dc:date>
    <item>
      <title>Menu creating</title>
      <link>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490933#M1127969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have requirment like this see attached image give me solutions how to take which objects and how to change data dynamically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 17:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490933#M1127969</guid>
      <dc:creator />
      <dc:date>2013-12-16T17:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Menu creating</title>
      <link>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490934#M1127970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just download the demo app and have a look how it is implemented. You will have to look for the conditional enabled dimensions and expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 17:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490934#M1127970</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-16T17:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Menu creating</title>
      <link>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490935#M1127971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u i got it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 06:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490935#M1127971</guid>
      <dc:creator />
      <dc:date>2013-12-17T06:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Menu creating</title>
      <link>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490936#M1127972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this url for simple example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-5404" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Adhoc&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;reporting&lt;/EM&gt; in Qlikview&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 06:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490936#M1127972</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-17T06:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Menu creating</title>
      <link>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490937#M1127973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is very simple to achieve. You just need to create a load inline table to achieve this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIM:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Dim_No,Dimension&lt;/P&gt;&lt;P&gt;01,Employee Category&lt;/P&gt;&lt;P&gt;02,Organization Unit&lt;/P&gt;&lt;P&gt;05,Cost Center&lt;/P&gt;&lt;P&gt;07,Gender&lt;/P&gt;&lt;P&gt;08,Department&lt;/P&gt;&lt;P&gt;09,Location&lt;/P&gt;&lt;P&gt;10,City&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kpi:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;KPINo, KPI&lt;/P&gt;&lt;P&gt;1,Salaries&lt;/P&gt;&lt;P&gt;4,Leaves&lt;/P&gt;&lt;P&gt;5,Bonuses&lt;/P&gt;&lt;P&gt;6,No of Employees&lt;/P&gt;&lt;P&gt;7,Job Duration&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After performing the above task you need to create two list boxes. One for dimensions an other for KPI.&lt;/P&gt;&lt;P&gt;see the attached images for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After making the list boxes, create a&amp;nbsp; chart with the properties shown in the attached images of chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 07:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Menu-creating/m-p/490937#M1127973</guid>
      <dc:creator />
      <dc:date>2013-12-17T07:35:48Z</dc:date>
    </item>
  </channel>
</rss>

