<?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: Design a Self-Service Sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Design-a-Self-Service-Sheet/m-p/1090471#M524778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search the Community for documents/discussions about "Ad-hoc report". You will find a lot of them, all variations on a theme explained quite well by Jennell McIntire in &lt;A href="https://community.qlik.com/docs/DOC-5774"&gt;Customizable Straight Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 14:23:32 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-02-10T14:23:32Z</dc:date>
    <item>
      <title>Design a Self-Service Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Design-a-Self-Service-Sheet/m-p/1090468#M524775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in one of our QVWs, we need to provide a sheet that contains a blank chart in the middle, list of dimensions in the left and list of measures in the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the user will be able to select the dimensions and it will be automatically used in the blank chart. The user will select the measures and they will be automatically used in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that this is applicable and we can do it by Qlik. i sow this design before, but I really want to know how i can implement it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please if you have any sample that can show me the concept of how I can implement that please share it with me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 13:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Design-a-Self-Service-Sheet/m-p/1090468#M524775</guid>
      <dc:creator>mohammedsleem</dc:creator>
      <dc:date>2016-02-10T13:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Design a Self-Service Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Design-a-Self-Service-Sheet/m-p/1090469#M524776</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 href="https://community.qlik.com/thread/90448"&gt;Dynamic Dimension selection for a pivot table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 13:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Design-a-Self-Service-Sheet/m-p/1090469#M524776</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-02-10T13:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Design a Self-Service Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Design-a-Self-Service-Sheet/m-p/1090470#M524777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing that I sometimes do is build this with $Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box for dimensions with $Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I setup variables 1 - however many needed with =Subfield(Concat(DISTINCT $Field, ','), ',', 1) for first $Field but I setup the variables in an Excel sheet because I can use the power of Excel to avoid having to manually create these variables where just the integer changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="xl.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114172_xl.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the chart I use ='$(vDim1)', ='$(vDim2)'... with a condition to enable the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read these vDIM1 variables from a spreadsheet because I can use a formula in Excel to change it quicker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Excel sheet looks like this:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 14:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Design-a-Self-Service-Sheet/m-p/1090470#M524777</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2016-02-10T14:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Design a Self-Service Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Design-a-Self-Service-Sheet/m-p/1090471#M524778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search the Community for documents/discussions about "Ad-hoc report". You will find a lot of them, all variations on a theme explained quite well by Jennell McIntire in &lt;A href="https://community.qlik.com/docs/DOC-5774"&gt;Customizable Straight Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 14:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Design-a-Self-Service-Sheet/m-p/1090471#M524778</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-10T14:23:32Z</dc:date>
    </item>
  </channel>
</rss>

