<?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: How to get cell value from straight table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294604#M404302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a million! Could you please explain that why add &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;aggr(SalesName,UserID,UserName)&lt;/SPAN&gt; on first parameter? Can not we just put SalesName?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; -aggr(sum(&lt;STRONG&gt;aggr(YTD_Rev,UserID,UserName)&lt;/STRONG&gt;),UserID,UserName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;I also want to query about the highlight part on above statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;It can work, just want to confirm above questions, thanks again.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2017 23:02:10 GMT</pubDate>
    <dc:creator>alex_stone</dc:creator>
    <dc:date>2017-06-15T23:02:10Z</dc:date>
    <item>
      <title>How to get cell value from straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294598#M404296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently, I have one straight table like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;User ID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;User Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Sales Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;YTD Revenue&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1009&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sales7&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;90000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1002&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sales4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;80000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1003&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sales5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;70000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1008&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sales11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;60000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2001&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;xx&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sales3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to try to get the Sales Name one by one , and then set into variable one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function that we can get cell data from existing straight table? or Others?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 04:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294598#M404296</guid>
      <dc:creator>alex_stone</dc:creator>
      <dc:date>2017-06-15T04:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get cell value from straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294599#M404297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you want to store in Variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 05:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294599#M404297</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-15T05:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get cell value from straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294600#M404298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you need to add a column like&amp;nbsp; 'xxID'&amp;nbsp; and set values for ' 1 2 3 4 5 6'&lt;/P&gt;&lt;P&gt;then you can use it to get 'SalesName'&amp;nbsp; one by one with some kind of loop function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 05:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294600#M404298</guid>
      <dc:creator />
      <dc:date>2017-06-15T05:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get cell value from straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294601#M404299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Alex!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not clear enough what it's mean "one by one". If you want to loop field automatically, searching for some exact value - this is one task. If you want to set values into the variable by hands - this is another task.&lt;/P&gt;&lt;P&gt;In attachement below you can find a solution how to set values manualy (clicking on specified arrows).&lt;/P&gt;&lt;P&gt;Maybe this is what you want to achieve!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 06:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294601#M404299</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-06-15T06:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get cell value from straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294602#M404300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey, I want to create 10 pie chart based on above sales name order. And pick first sales name into the set analysis expression for first pie chart, pick second sales name into set analysis expression for second pie chart, ....so on&lt;/P&gt;&lt;P&gt;How to reach this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste your expression or solution into word. For security problem, we cannot download outside source.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294602#M404300</guid>
      <dc:creator>alex_stone</dc:creator>
      <dc:date>2017-06-15T07:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get cell value from straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294603#M404301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, my apologies about only attached file!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, this is the way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the FirstSortedValue() function's third parameter to indicate what value should be picked:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 13.3333px;"&gt;FirstSortedValue(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr(SalesName,UserID,UserName), //this is what we gonna to pick&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -aggr(sum(aggr(YTD_Rev,UserID,UserName)),UserID,UserName), //this is a sort field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 //this is the ordered number of what we gonna to pick (you can set here a variable)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Changing third parameter will let you to pick different values for different charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've let myself to rename you original fields, hope it won't made a difficulties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294603#M404301</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-06-15T07:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get cell value from straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294604#M404302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a million! Could you please explain that why add &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;aggr(SalesName,UserID,UserName)&lt;/SPAN&gt; on first parameter? Can not we just put SalesName?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; -aggr(sum(&lt;STRONG&gt;aggr(YTD_Rev,UserID,UserName)&lt;/STRONG&gt;),UserID,UserName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;I also want to query about the highlight part on above statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;It can work, just want to confirm above questions, thanks again.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 23:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294604#M404302</guid>
      <dc:creator>alex_stone</dc:creator>
      <dc:date>2017-06-15T23:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get cell value from straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294605#M404303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Alex!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You defitinely right about that. The expression can be simplified to:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FirstSortedValue(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesName, //this is what we gonna to pick&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -aggr(sum(YTD_Rev),UserID,UserName), //this is a sort field&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 //this is the ordered number of what we gonna to pick (you can set here a variable)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;On my simply inline generated data it works, but I'm not sure about result on some expanded data. I faced cases when it's necessary to use aggr() as much for the first parameter as for the second one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Anyway, glad to help! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 05:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-cell-value-from-straight-table/m-p/1294605#M404303</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-06-16T05:38:29Z</dc:date>
    </item>
  </channel>
</rss>

