<?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 display column value based on parameter selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-column-value-based-on-parameter-selection/m-p/877758#M998193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90949_1.jpg" style="height: 219px; width: 620px;" /&gt;Dear Experts ,&lt;/P&gt;&lt;P&gt;Dear Experts , &lt;/P&gt;&lt;P&gt;Kindly check my attached image and QVW file . I want to display New Shipper , New Consignee else existing shipper new consignee based on parameter selection .&lt;/P&gt;&lt;P&gt;In my example i have an Date range value from 1st Jan 2014 to 21st Jan 2014 , But my date selection&amp;nbsp; is from&lt;/P&gt;&lt;P&gt;09-JAN-2014 to 21-JAN-2014.&lt;/P&gt;&lt;P&gt;If i select New shipper and new consignee combination , then i want to show shipper and consignee should not exist before 09th jan .&lt;/P&gt;&lt;P&gt;If i select Existing Shipper and New Consignee , then shipper should not exist after 9th jan and Consignee should not exist before 9 th jan .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement looks simple , as i new to qlik , i cant able to handle this is in expression or add calculated dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 09:37:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-26T09:37:34Z</dc:date>
    <item>
      <title>How to display column value based on parameter selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-column-value-based-on-parameter-selection/m-p/877756#M998191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display column value based on combination of parameter selection ,&amp;nbsp; i have a job table with 5 columns (Job date , agent name , shipper name , consignee name , no of shipments). My requirement looks very simple , just need to display&amp;nbsp; 4 columns in report except job date based on parameter selection .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; My Parameter values are Date filed , New shipper , New consignee , existing shipper , existing consignee .&lt;/P&gt;&lt;P&gt;If i select parameter Date as 1st June , New shipper and Existing Consignee , i want to display agent wise report based on date range with new shipper and existing consignee . where shipper field value should be new and does not exist before 1st jun and consignee should be an existing one&amp;nbsp; before 1 st jun . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using below expression , but not getting exact output , i have attached a screen shot of design , please suggest .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(SHIPPER = 'New' and CONSIGNEE = 'Existing' and len(if(max(JOB_DATE) &amp;gt;= '01-JUN-2015' and max(JOB_DATE) &amp;lt;= SYSDATE ,Shipper))&amp;gt;0&amp;nbsp; and len(if(min(JOB_DATE) &amp;lt; '01-JUN-2015',Shipper))=0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and len(if(min(JOB_DATE) &amp;lt; '01-JUN-2015',Consignee))&amp;gt;0 ,SUM(aggr(NO_OF_SHIPMENT,Shipper,Consignee)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 05:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-column-value-based-on-parameter-selection/m-p/877756#M998191</guid>
      <dc:creator />
      <dc:date>2015-06-23T05:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to display column value based on parameter selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-column-value-based-on-parameter-selection/m-p/877757#M998192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be best if you could supply a sample qvw illustrating your issue. Without the sample its mostly guessing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What is SYSDATE? This is a SQL keyword, not Qlikview. You probably need Today() instead.&lt;/LI&gt;&lt;LI&gt;Are your dates proper QV dates? See &lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;I don't understand what you are trying to do with len()?&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 06:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-column-value-based-on-parameter-selection/m-p/877757#M998192</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-23T06:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to display column value based on parameter selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-column-value-based-on-parameter-selection/m-p/877758#M998193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90949_1.jpg" style="height: 219px; width: 620px;" /&gt;Dear Experts ,&lt;/P&gt;&lt;P&gt;Dear Experts , &lt;/P&gt;&lt;P&gt;Kindly check my attached image and QVW file . I want to display New Shipper , New Consignee else existing shipper new consignee based on parameter selection .&lt;/P&gt;&lt;P&gt;In my example i have an Date range value from 1st Jan 2014 to 21st Jan 2014 , But my date selection&amp;nbsp; is from&lt;/P&gt;&lt;P&gt;09-JAN-2014 to 21-JAN-2014.&lt;/P&gt;&lt;P&gt;If i select New shipper and new consignee combination , then i want to show shipper and consignee should not exist before 09th jan .&lt;/P&gt;&lt;P&gt;If i select Existing Shipper and New Consignee , then shipper should not exist after 9th jan and Consignee should not exist before 9 th jan .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement looks simple , as i new to qlik , i cant able to handle this is in expression or add calculated dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 09:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-column-value-based-on-parameter-selection/m-p/877758#M998193</guid>
      <dc:creator />
      <dc:date>2015-06-26T09:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to display column value based on parameter selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-column-value-based-on-parameter-selection/m-p/877759#M998194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls help me on above request . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 07:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-column-value-based-on-parameter-selection/m-p/877759#M998194</guid>
      <dc:creator />
      <dc:date>2015-07-21T07:15:35Z</dc:date>
    </item>
  </channel>
</rss>

