<?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: Fetching data from two seperate fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767596#M272642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached example app to my post. Please look into it and provide solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandhya Gowda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 13:37:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-03T13:37:49Z</dc:date>
    <item>
      <title>Fetching data from two seperate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767591#M272637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;I have 2 tables WarrantyClaimMaster and TReportMaster. WarrantyClaimMaster has a field TractorSrNo which is aliased as TrSrNo and TReportMaster has a field TractorSrNo. Now i want to display count of TractorSrNo from table TReportMaster in my first expression and how many of those count, matches with TrSrNo of WarrantyClaimMaster table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;The problem here is , my first expression should vary based on the calender, but the second expression should give all the matching count from TrSrNo irrespective of year and month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Also WarrantyClaimMaster table and TReportMaster table are concatenated to make common date field. Hence TractorSrNo and TrSrNo in the same table after reloading.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Sandhya Gowda&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 11:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767591#M272637</guid>
      <dc:creator />
      <dc:date>2014-12-03T11:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from two seperate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767592#M272638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression1&lt;/P&gt;&lt;P&gt;Count(&lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif; font-size: 16px;"&gt;TractorSrNo)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression2&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Year = , Month = &amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif; font-size: 16px;"&gt;TrSrNo)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 11:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767592#M272638</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-12-03T11:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from two seperate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767593#M272639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1. count(distinct &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;TractorSrNo)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. count({1&amp;lt;TractorSrNo = P({$&amp;lt;Year=,Month=&amp;gt;})&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif; font-size: 16px;"&gt;TractorSrNo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 12:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767593#M272639</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-12-03T12:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from two seperate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767594#M272640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Alkesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply. In expression 2, i want the matching count of TractorSrNo and TrSrNo. i.e, say there are 100 count of TractorSrNo for month of June, then what is the matching count of TrSrNo(common data between TractorSrNo and TrSrNo) irrespective of year,quarter,month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 12:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767594#M272640</guid>
      <dc:creator />
      <dc:date>2014-12-03T12:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from two seperate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767595#M272641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandhya,&lt;/P&gt;&lt;P&gt;it would be good if you can knock up an example app, would make this easier to solve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 12:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767595#M272641</guid>
      <dc:creator />
      <dc:date>2014-12-03T12:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from two seperate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767596#M272642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached example app to my post. Please look into it and provide solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandhya Gowda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 13:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767596#M272642</guid>
      <dc:creator />
      <dc:date>2014-12-03T13:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from two seperate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767597#M272643</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;Can someone help me close this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandhya Gowda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 05:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767597#M272643</guid>
      <dc:creator />
      <dc:date>2014-12-08T05:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from two seperate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767598#M272644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your sample qvw seems to be blank. Re-upload with a small set of data and try to explain expected output against at least two different selections with logic explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 05:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-data-from-two-seperate-fields/m-p/767598#M272644</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-08T05:44:54Z</dc:date>
    </item>
  </channel>
</rss>

