<?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: parameter for pivot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/parameter-for-pivot/m-p/508175#M189969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok then try this way&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #737373; font-family: Arial;"&gt;&lt;EM style="font-size: 8pt; color: #808080;"&gt;Vcount=&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;_Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={ord,InvAdel},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[linests]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ok'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[lineready]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'not'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[ordline]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;_Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={ord,InvAdel},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[linests]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ok'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[lineready]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'not'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[ordline]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),null())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 06:43:50 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-07-23T06:43:50Z</dc:date>
    <item>
      <title>parameter for pivot</title>
      <link>https://community.qlik.com/t5/QlikView/parameter-for-pivot/m-p/508172#M189966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i made in pivot an expression like this : &lt;/P&gt;&lt;P&gt;count(fullorder)&lt;/P&gt;&lt;P&gt;and i want that the users will type number (anywhwre) , and the pivot will show only the data with the same number on that exp.&lt;/P&gt;&lt;P&gt;is it possibele ?&lt;/P&gt;&lt;P&gt;hope it's clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks'&lt;/P&gt;&lt;P&gt;yarin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 12:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parameter-for-pivot/m-p/508172#M189966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-22T12:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: parameter for pivot</title>
      <link>https://community.qlik.com/t5/QlikView/parameter-for-pivot/m-p/508173#M189967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a variable press ctrl + alt + v then add a variable &lt;/P&gt;&lt;P&gt; Vcount&lt;/P&gt;&lt;P&gt;and in expression side write &lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;count(fullorder)&lt;/SPAN&gt;=Vcount,&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;count(fullorder)&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;if you want that your field &lt;STRONG style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;fullorder with same of variable then try this expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;if(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;fullorder&lt;/SPAN&gt;=Vcount,&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;fullorder&lt;/SPAN&gt;)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 12:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parameter-for-pivot/m-p/508173#M189967</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-07-22T12:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: parameter for pivot</title>
      <link>https://community.qlik.com/t5/QlikView/parameter-for-pivot/m-p/508174#M189968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thanks' but my goal is that the users will write number in Vcount, and the data that&amp;nbsp;&amp;nbsp; show will be only with the same value that the usre type.&lt;/P&gt;&lt;P&gt;my exp. go like this:&lt;/P&gt;&lt;P&gt;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;_Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={ord,InvAdel},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[linests]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ok'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[lineready]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'not'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ordline]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Vcount&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;_Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={ord,InvAdel},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[linests]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ok'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[lineready]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'not'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ordline]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;the column apear o.k but i want to show only the line in the pivot with the same values in that column and the Vcount.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;is it possible ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;hope it's clear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;thanks'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;yarin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 06:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parameter-for-pivot/m-p/508174#M189968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-23T06:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: parameter for pivot</title>
      <link>https://community.qlik.com/t5/QlikView/parameter-for-pivot/m-p/508175#M189969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok then try this way&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #737373; font-family: Arial;"&gt;&lt;EM style="font-size: 8pt; color: #808080;"&gt;Vcount=&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;_Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={ord,InvAdel},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[linests]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ok'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[lineready]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'not'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[ordline]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;_Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={ord,InvAdel},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[linests]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ok'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[lineready]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'not'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; color: #800000;"&gt;[ordline]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),null())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 06:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parameter-for-pivot/m-p/508175#M189969</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-07-23T06:43:50Z</dc:date>
    </item>
  </channel>
</rss>

