<?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: Repetitive values in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456279#M794389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Nate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for not being clear.&lt;/P&gt;&lt;P&gt;Values has to change based on the selections/filters. But the columns Users, Total all files Jan-Dec, Total Docs, Total Individual WS and Total Emails should retain its position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No selections made:&amp;nbsp; displays latest 6 months data&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188368_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;When May and June months are selected:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/188402_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I'm trying here is NOT to display the same values over and over in these 5 columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 20:48:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-28T20:48:15Z</dc:date>
    <item>
      <title>Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456275#M794385</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;I have a pivot table where certain expressions have to used as dimensions and only monthly counts have to be displayed as expressions. The dimension values are repeating. can someone please help me fix this? thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="188367" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188367_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456275#M794385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456276#M794386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need to show them as dimensions ? You can chnage the positions of expressions to put it in any order.&lt;/P&gt;&lt;P&gt;can you provide some more detail? its not clear with the info you provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 19:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456276#M794386</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-28T19:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456277#M794387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your prompt response Pradosh!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these columns on to the left.. users want those to be static and jus the month values, they should be able to choose dynamically from the filters. Meaning first 6 columns should always b there where as the next columns can change based on the selections made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 19:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456277#M794387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-28T19:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456278#M794388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the calculations need to be used as dimensions, and they should not change when making selections, then calculate them in the script and then you can display them as Dimensions.&amp;nbsp; Be careful though, they will be static and won't change with selections, so do not sure those values in Calculations in charts, because they won't be right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what I would do.&amp;nbsp; I would create an LOB dimension called Users, Total all files Jan-Dec, Total Docs, Total Individual WS, and Total Emails.&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;Nate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 20:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456278#M794388</guid>
      <dc:creator>hallquist_nate</dc:creator>
      <dc:date>2017-12-28T20:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456279#M794389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Nate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for not being clear.&lt;/P&gt;&lt;P&gt;Values has to change based on the selections/filters. But the columns Users, Total all files Jan-Dec, Total Docs, Total Individual WS and Total Emails should retain its position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No selections made:&amp;nbsp; displays latest 6 months data&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188368_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;When May and June months are selected:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/188402_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I'm trying here is NOT to display the same values over and over in these 5 columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 20:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456279#M794389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-28T20:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456280#M794390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we would help you with that. any sample qvw.data woule be good to work on .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 02:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456280#M794390</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-29T02:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456281#M794391</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;What I understand from your attached image is Data is not repeating. There LOB was different.&lt;/P&gt;&lt;P&gt;change sequence of LOB Demote it to last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 06:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456281#M794391</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-12-29T06:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456282#M794392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added a sample.qvw to my original post.&lt;/P&gt;&lt;P&gt;Please take a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate your help! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 14:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456282#M794392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-29T14:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456283#M794393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I demote LOB to the last, this is how it looks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188483_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the requirement is to display LOB and other columns first and then the columns Users, Total all files Jan-Dec, Total Docs, Total Individual WS and Total Emails followed by monthly counts where the display of months can change based on selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate your help! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 14:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456283#M794393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-29T14:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456284#M794394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show us how you want to present your data w.r.t above input data???..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 06:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456284#M794394</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-01-02T06:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456285#M794395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;from the dimension suppress null values ...i could see the values are repeating because you have null values in the dimension &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 07:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456285#M794395</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-01-02T07:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456286#M794396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did suppress the null values and it didn't help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 22:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456286#M794396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-02T22:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456287#M794397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to display same values in both straight table and pivot table.&lt;/P&gt;&lt;P&gt;But as you see in below screenshots, pivot table is jus displaying the totals in each row. \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the sample.qvw attached to my original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate your help on this.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188615_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 22:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456287#M794397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-02T22:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456288#M794398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible share your file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 06:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456288#M794398</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-01-03T06:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456289#M794399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌please find my qvw attached to the original post all the way on the top. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 14:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456289#M794399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T14:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456290#M794400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;missing attachment.&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, 04 Jan 2018 05:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456290#M794400</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-01-04T05:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Repetitive values in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456291#M794401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please attach the QVW file so that we can have a look into it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 06:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repetitive-values-in-pivot-table/m-p/1456291#M794401</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2018-01-04T06:16:02Z</dc:date>
    </item>
  </channel>
</rss>

