<?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 Set Analysis with bookmark and inputfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316755#M116858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The workaround would work if there's few Reps - I got many &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 11:16:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-30T11:16:29Z</dc:date>
    <item>
      <title>Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316747#M116850</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;there is a table with 3 dims: SalesRep, ProductQty, Price. I'm looking for an expression that wil let me get intersection of current selection and bookmark, and be affected by inputfield change - in the below example "John" is a bookmark on John as a SalesRep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;INPUTFIELD Price;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;SalesRep, ProductQty, Price &lt;/P&gt;&lt;P&gt;John, 10, 7&lt;/P&gt;&lt;P&gt;Mary, 18, 5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;-----------------&lt;/P&gt;&lt;P&gt;SUM({$*John} ProductQty * Price)&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;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 09:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316747#M116850</guid>
      <dc:creator />
      <dc:date>2012-01-30T09:12:58Z</dc:date>
    </item>
    <item>
      <title>Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316748#M116851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Przemek&lt;/P&gt;&lt;P&gt;You added an expression in your question :&lt;/P&gt;&lt;P&gt; Sum({$*John} ProductQty * Price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try it and it didn't work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 09:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316748#M116851</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2012-01-30T09:24:16Z</dc:date>
    </item>
    <item>
      <title>Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316749#M116852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't - expresseion gets unaffected by price (inputfield) change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 09:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316749#M116852</guid>
      <dc:creator />
      <dc:date>2012-01-30T09:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316750#M116853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I tried it and it seems it is affected by Price Change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at my attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 10:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316750#M116853</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2012-01-30T10:22:20Z</dc:date>
    </item>
    <item>
      <title>Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316751#M116854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the Price&amp;nbsp; to inputfield in the script and it'll stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG&gt;INPUTFIELD Price;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;SalesRep, ProductQty, Price&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;John, 10, 7&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Mary, 18, 5&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 10:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316751#M116854</guid>
      <dc:creator />
      <dc:date>2012-01-30T10:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316752#M116855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still, It is Affected, Just press on the middle or left corner of the field, it will affect only when the field is Green.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 10:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316752#M116855</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2012-01-30T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316753#M116856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are getting closer and closer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Change the value to e.g. 12 in the input field (not select) - it won't chane the value of the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 10:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316753#M116856</guid>
      <dc:creator />
      <dc:date>2012-01-30T10:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316754#M116857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like keeps the old value untill you choose it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found a workarround :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Price Dimention as following :&lt;/P&gt;&lt;P&gt;If(SalesRep='John', Price, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Click the checkbox to Supress when it's Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this workarround is good for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316754#M116857</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2012-01-30T11:04:27Z</dc:date>
    </item>
    <item>
      <title>Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316755#M116858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The workaround would work if there's few Reps - I got many &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316755#M116858</guid>
      <dc:creator />
      <dc:date>2012-01-30T11:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316756#M116859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right...&lt;/P&gt;&lt;P&gt;If you add = before the Price Dimention it will work.&lt;/P&gt;&lt;P&gt;See my attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316756#M116859</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2012-01-30T11:36:29Z</dc:date>
    </item>
    <item>
      <title>Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316757#M116860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No attachment...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316757#M116860</guid>
      <dc:creator />
      <dc:date>2012-01-30T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316758#M116861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached it after I have eddited the last comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you will need a coment bellow the =Price.&lt;/P&gt;&lt;P&gt;Otherwise it wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Price&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316758#M116861</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2012-01-30T11:38:58Z</dc:date>
    </item>
    <item>
      <title>Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316759#M116862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My pivot cannot show price thus I'll need to look for a different solution. Anyway, I don't get why the expression doesn't wotk without the inactive comment...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316759#M116862</guid>
      <dc:creator />
      <dc:date>2012-01-30T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316760#M116863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know, it's wierd. but that's the only way it works (inactive comment).&lt;/P&gt;&lt;P&gt;Could be some bug in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, If you don't want to show price you can set it's column length to minimum&lt;/P&gt;&lt;P&gt;and set the text color to white (workarround to make pivot table column invisable)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 12:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316760#M116863</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2012-01-30T12:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316761#M116864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably, a bug. The problem is I got many prices and many reps so would get hundreds of records and the pivot has to be synthetic. I'll restart the discussion - maybe somebody will come up with the final solution. Many thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 12:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316761#M116864</guid>
      <dc:creator />
      <dc:date>2012-01-30T12:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316762#M116865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone any idea, please? We can't get the final solution yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 12:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316762#M116865</guid>
      <dc:creator />
      <dc:date>2012-01-30T12:14:49Z</dc:date>
    </item>
    <item>
      <title>Set Analysis with bookmark and inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316763#M116866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Problem.&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 12:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-bookmark-and-inputfield/m-p/316763#M116866</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2012-01-30T12:21:27Z</dc:date>
    </item>
  </channel>
</rss>

