<?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 Selecting Specific Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/196000#M56262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Albert,&lt;BR /&gt;You certainly can create a variable (let's call it vTrans) like this:&lt;BR /&gt;='{$&amp;lt;Transaction={' &amp;amp; Transaction &amp;amp; '}&amp;gt;}'&lt;BR /&gt;And, depending on the selected value of Transaction, the string vTrans will be&lt;BR /&gt;{$ &amp;lt;Transaction={REG}&amp;gt;}&lt;BR /&gt;or&lt;BR /&gt;{$ &amp;lt;Transaction={SOR}&amp;gt;}&lt;BR /&gt;...&lt;BR /&gt;And you can use it as part of expressions.&lt;BR /&gt;(I'm still not pretending to understand what you need, but hope it will give at least something. Not sure why it is simpler in your case than a straightforward selection...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Nov 2010 02:03:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-11-22T02:03:40Z</dc:date>
    <item>
      <title>Selecting Specific Data</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/195995#M56257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning from SA&lt;/P&gt;&lt;P&gt;I want to know if it is possible to do a global selection for a specific sheet. Currently I do it for each expression. This is tedious and repettative.&lt;/P&gt;&lt;P&gt;I tried doing it under the General tab in the calculation condition but this does not seem to work.&lt;/P&gt;&lt;P&gt;Any other Ideas!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 09:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/195995#M56257</guid>
      <dc:creator />
      <dc:date>2010-11-20T09:37:08Z</dc:date>
    </item>
    <item>
      <title>Selecting Specific Data</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/195996#M56258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please clarify what you mean?&lt;BR /&gt;The selections by default are always "global", not even for a sheet, but for the overall data, no matter what the sheet is - unless you do "tedious and repettative" work to avoid the normal Qlikview behavior.&lt;BR /&gt;My guess that you maybe want a default selection when you go to a specific sheet. If this is true, you can do it using Actions on the "OnActivateSheet" event, see Triggers in Sheet Properties. Is it what you need?&lt;BR /&gt;If not, an example would be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 15:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/195996#M56258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-20T15:43:10Z</dc:date>
    </item>
    <item>
      <title>Selecting Specific Data</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/195997#M56259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Morning Michael&lt;/P&gt;&lt;P&gt;Thanks for your response I will try and explain and give the example John Houston helped me with.&lt;/P&gt;&lt;P&gt;Our data coming into QV contains various transaction types allocated to the various production cycle and QV gives us an excellent way to view the data.&lt;/P&gt;&lt;P&gt;If we view each type on its own it works like a dream but as soon as I want to join 3 transaction types it becomes a burden.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;1. We want to view the exact same information for transaction type "REC" "SOR" and "MAR" (Three Objects in a sheet)&lt;/P&gt;&lt;P&gt;2. We want to see Sum(Units), Sum(Mass), AGG(Mass), Sum(Value) ETC&lt;/P&gt;&lt;P&gt;3. John helped me and in the definition of each expression I included EG. Sum({$ &amp;lt;Transaction={REG}&amp;gt;} Mass) / Count({$ &amp;lt;Transaction={REG}&amp;gt;} Tag) - {$ &amp;lt;Transaction={REG}&amp;gt;} is repeated in each expression and for each Sheet object.&lt;/P&gt;&lt;P&gt;4. What I would like to do is complete one sheet, clone it and change one global selection (Whatever) to make it work for the other transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried various things but can not make it work.&lt;/P&gt;&lt;P&gt;We are using QV for 3 weeks now and am still very unsure of all the terminology and methods of doing things.&lt;/P&gt;&lt;P&gt;Thank you very much for your support.&lt;/P&gt;&lt;P&gt;Regards Albert&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Nov 2010 06:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/195997#M56259</guid>
      <dc:creator />
      <dc:date>2010-11-21T06:29:01Z</dc:date>
    </item>
    <item>
      <title>Selecting Specific Data</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/195998#M56260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Albert,&lt;BR /&gt;I cannot say it gets much clearer... Let me assume that you want to view objects on a sheet for only one transaction type at a time. If this is correct, you need only one sheet, and much simpler expressions like:&lt;BR /&gt;Sum(Mass), Count(Tag), etc....&lt;BR /&gt;(I have to tell that this part in your example is not clear to me, probably something is missing: - {$ &amp;lt;Transaction={REG}&amp;gt;})&lt;BR /&gt;No any set analysis needed in expressions - the selection does it instead. Next, use a list box of transactions types as a filter, and allow "only one value selected". So, you select REG or SOR, or MAR - and see the objects for the currently selected transaction type. This is the normal Qlikview behavior. No need for separate sheets per transaction type.&lt;/P&gt;&lt;P&gt;If my assumptions is not correst, please tell me what I got wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Nov 2010 20:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/195998#M56260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-21T20:07:09Z</dc:date>
    </item>
    <item>
      <title>Selecting Specific Data</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/195999#M56261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael&lt;/P&gt;&lt;P&gt;I will try again.&lt;/P&gt;&lt;P&gt;I do use list boxes to make the task simple and it works properly.&lt;/P&gt;&lt;P&gt;We are working with cattle and want to measure and compare the different performance scenarios during its growth phases. A total of 6 Performance levels. Each one of these performance levels have a between 6 or 8 measuring criteria. I now have to code between 36 and 48 individual expressions to get what I want.&lt;/P&gt;&lt;P&gt;If I could have coded {$ &amp;lt;Transaction={REG}&amp;gt;} as an object fixed variable it would have made the task much simpler.&lt;/P&gt;&lt;P&gt;I will keep on looking as I do believe that QV will be able to do the job, I just do not know where to look for the solutuion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Albert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Nov 2010 21:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/195999#M56261</guid>
      <dc:creator />
      <dc:date>2010-11-21T21:08:23Z</dc:date>
    </item>
    <item>
      <title>Selecting Specific Data</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/196000#M56262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Albert,&lt;BR /&gt;You certainly can create a variable (let's call it vTrans) like this:&lt;BR /&gt;='{$&amp;lt;Transaction={' &amp;amp; Transaction &amp;amp; '}&amp;gt;}'&lt;BR /&gt;And, depending on the selected value of Transaction, the string vTrans will be&lt;BR /&gt;{$ &amp;lt;Transaction={REG}&amp;gt;}&lt;BR /&gt;or&lt;BR /&gt;{$ &amp;lt;Transaction={SOR}&amp;gt;}&lt;BR /&gt;...&lt;BR /&gt;And you can use it as part of expressions.&lt;BR /&gt;(I'm still not pretending to understand what you need, but hope it will give at least something. Not sure why it is simpler in your case than a straightforward selection...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 02:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/196000#M56262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-22T02:03:40Z</dc:date>
    </item>
    <item>
      <title>Selecting Specific Data</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/196001#M56263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Micheal&lt;/P&gt;&lt;P&gt;Will try your solution and let you know.&lt;/P&gt;&lt;P&gt;Thanks for all your effort.&lt;/P&gt;&lt;P&gt;Albert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 03:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Specific-Data/m-p/196001#M56263</guid>
      <dc:creator />
      <dc:date>2010-11-22T03:20:40Z</dc:date>
    </item>
  </channel>
</rss>

