<?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 Use selected Filter value in the set expression to feed into another dimesion in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Use-selected-Filter-value-in-the-set-expression-to-feed-into/m-p/130203#M9165</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;I want the selected value from a filter dimension to be assigned to another dimension in the set expression.&lt;/P&gt;&lt;P&gt;Below is the scrnarion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 2 date field Complete Date and Submit Date. I need a report wherein in one sheet i have 2 bar graphs, one is based on Submit date and another on Complete date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a common date filter wherein say i select 1/5/2018 and i need the metric where Submit date is 1/5/2018 for one bar chart and Complete Date is 1/5/2018 for another bar chart. Currently i am using Submit date in Filter and while i am creating metric for Complete Date bar chart i am trying to feed the value of Submit date into Complete date like the below:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Comple Date] = p([Submit Date])&amp;gt;}distinct ordernumber). However i am not getting the desired result. Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Monu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2018 09:05:45 GMT</pubDate>
    <dc:creator>sarasmonu</dc:creator>
    <dc:date>2018-07-11T09:05:45Z</dc:date>
    <item>
      <title>Use selected Filter value in the set expression to feed into another dimesion</title>
      <link>https://community.qlik.com/t5/App-Development/Use-selected-Filter-value-in-the-set-expression-to-feed-into/m-p/130203#M9165</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;I want the selected value from a filter dimension to be assigned to another dimension in the set expression.&lt;/P&gt;&lt;P&gt;Below is the scrnarion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 2 date field Complete Date and Submit Date. I need a report wherein in one sheet i have 2 bar graphs, one is based on Submit date and another on Complete date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a common date filter wherein say i select 1/5/2018 and i need the metric where Submit date is 1/5/2018 for one bar chart and Complete Date is 1/5/2018 for another bar chart. Currently i am using Submit date in Filter and while i am creating metric for Complete Date bar chart i am trying to feed the value of Submit date into Complete date like the below:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Comple Date] = p([Submit Date])&amp;gt;}distinct ordernumber). However i am not getting the desired result. Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Monu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 09:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-selected-Filter-value-in-the-set-expression-to-feed-into/m-p/130203#M9165</guid>
      <dc:creator>sarasmonu</dc:creator>
      <dc:date>2018-07-11T09:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use selected Filter value in the set expression to feed into another dimesion</title>
      <link>https://community.qlik.com/t5/App-Development/Use-selected-Filter-value-in-the-set-expression-to-feed-into/m-p/130204#M9166</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;in your case you need to make two joins with calendar,&lt;/P&gt;&lt;P&gt;one based on complete date, other on submit date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so,&lt;/P&gt;&lt;P&gt;load a new table with date of your calendar and either complete or submit date with a type : 'complete' or 'submit'&lt;/P&gt;&lt;P&gt;and then in the chart set analysis with type = {complete or submit}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 09:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-selected-Filter-value-in-the-set-expression-to-feed-into/m-p/130204#M9166</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-11T09:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Use selected Filter value in the set expression to feed into another dimesion</title>
      <link>https://community.qlik.com/t5/App-Development/Use-selected-Filter-value-in-the-set-expression-to-feed-into/m-p/130205#M9167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I am not very clear with the explaination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please give an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 09:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-selected-Filter-value-in-the-set-expression-to-feed-into/m-p/130205#M9167</guid>
      <dc:creator>sarasmonu</dc:creator>
      <dc:date>2018-07-11T09:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use selected Filter value in the set expression to feed into another dimesion</title>
      <link>https://community.qlik.com/t5/App-Development/Use-selected-Filter-value-in-the-set-expression-to-feed-into/m-p/130206#M9168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose you have rows like this in script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id&amp;nbsp;&amp;nbsp; submitdate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; completedate&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/01/18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/01/18&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make a new table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submitdate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; completedate&amp;nbsp;&amp;nbsp; typedate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date (link with calendar)&lt;/P&gt;&lt;P&gt;01/01/18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; submit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/01/18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/01/18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; complete&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/01/18&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load submitdate, completedate,if(iterno()=1,submitdate,completedate) as date, if(iterno()=1,'submit','complete') as typedate resident 'your table fact' while iterno()&amp;lt;=2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 11:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-selected-Filter-value-in-the-set-expression-to-feed-into/m-p/130206#M9168</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-11T11:31:03Z</dc:date>
    </item>
  </channel>
</rss>

