<?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: Scenario in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886853#M309179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response&amp;nbsp; but can you please suggest what would be condition if there are more than one indicator is present.&lt;/P&gt;&lt;P&gt;Moreover newly created table is not associated with origional data model properly.&lt;/P&gt;&lt;P&gt;If we can apply some selections it is not showing perfect results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 10:07:03 GMT</pubDate>
    <dc:creator>deepakqlikview_123</dc:creator>
    <dc:date>2015-06-15T10:07:03Z</dc:date>
    <item>
      <title>Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886848#M309174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;below code is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REQ:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;INDICATOR_NAME,&lt;/P&gt;&lt;P&gt;//INDICATOR_NAME as NEW_INDICATOR_NAME,&lt;/P&gt;&lt;P&gt;INDICATOR_VALUE as NEW_INDICATOR_VALUE&lt;/P&gt;&lt;P&gt;//FRQ_TYPE as NEW_FRQ_TYPE&lt;/P&gt;&lt;P&gt;Resident Raw_Indicator_by_Country_F&lt;/P&gt;&lt;P&gt;Where &lt;/P&gt;&lt;P&gt;WildMatch(upper(FRQ_TYPE),'A')=0 and WildMatch(upper(FRQ_TYPE),'Q')=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;INDICATOR_ID,&lt;/P&gt;&lt;P&gt;INDICATOR_NAME as NEW_INDICATOR_NAME,&lt;/P&gt;&lt;P&gt;INDICATOR_VALUE as NEW_INDICATOR_VALUE,&lt;/P&gt;&lt;P&gt;FRQ_TYPE as NEW_FRQ_TYPE&lt;/P&gt;&lt;P&gt;Resident Raw_Indicator_by_Country_F&lt;/P&gt;&lt;P&gt;Where&amp;nbsp; wildmatch(FRQ_TYPE,'A')=1 and ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not able to make any associativity please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 10:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario/m-p/886848#M309174</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-06-13T10:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886849#M309175</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; font-size: 13px;"&gt;This line is not correct: &lt;STRONG&gt;Where&amp;nbsp; wildmatch(FRQ_TYPE,'A')=1 and ;&lt;/STRONG&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: 13px;"&gt;There's no second condition after the &lt;STRONG&gt;and&lt;/STRONG&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: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;not able to make any associativity please suggest&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;'concatenate' will add the records from the load to an existing table. It won't create another table. You won't get two associated tables if you use concatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 12:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario/m-p/886849#M309175</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-13T12:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886850#M309176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is scenario&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;As per requirement if FRQ_Type is A then i need to show Q4 data for FRQ_TYPE A,otherwise need to put Q4 data for FRQ type Q&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;can you please suggest what would be condition for this.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;please find my attached data model for this&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 12:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario/m-p/886850#M309176</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-06-13T12:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886851#M309177</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;Can you please suggest on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 06:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario/m-p/886851#M309177</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-06-15T06:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886852#M309178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; YEAR1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; INDICATOR_VALUE as new_value&lt;/P&gt;&lt;P&gt;Resident Raw_Indicator_by_Country_F&lt;/P&gt;&lt;P&gt;Where INDICATOR_NAME='% of Non-Bank Private Debt to Nominal GDP' and (FRQ_TYPE ='A' or (FRQ_TYPE='Q' and QUARTER1='Q4'));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario/m-p/886852#M309178</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-06-15T08:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886853#M309179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response&amp;nbsp; but can you please suggest what would be condition if there are more than one indicator is present.&lt;/P&gt;&lt;P&gt;Moreover newly created table is not associated with origional data model properly.&lt;/P&gt;&lt;P&gt;If we can apply some selections it is not showing perfect results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 10:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario/m-p/886853#M309179</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-06-15T10:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886854#M309180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em; background-color: #f2f2f2;"&gt;INDICATOR_VALUE as new_value&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: 12px; line-height: 1.5em; background-color: #f2f2f2;"&gt;by&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;INDICATOR_VALUE&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 11:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario/m-p/886854#M309180</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-06-15T11:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886855#M309181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still condition is not working.&lt;/P&gt;&lt;P&gt;If Both FRQ type A and Q is present then i need to show data for Q4 for FRQ typr A.&lt;/P&gt;&lt;P&gt;If FRQ type A is not present then I need to show data for FRQ type Q .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it seems after applying above filter i am able to get both values for indicator for A and Q.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover in data model there is no associativity."I have attachched my sample data model for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario/m-p/886855#M309181</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-06-15T13:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886856#M309182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Still condition is not working.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;If Both FRQ type A and Q is present then i need to show data for Q4 for FRQ typr A.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;If FRQ type A is not present then I need to show data for FRQ type Q .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;But it seems after applying above filter i am able to get both values for indicator for A and Q.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;can you please suggest what condition i need to put in below code&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P&gt;Binary &lt;E&gt;;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; // YEAR1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; INDICATOR_VALUE, &lt;/P&gt;&lt;P&gt;&amp;nbsp; INDICATOR_VALUE as NEW_INDICATOR_VALUE&lt;/P&gt;&lt;P&gt;Resident Raw_Indicator_by_Country_F&lt;/P&gt;&lt;P&gt;Where INDICATOR_NAME='% of Non-Bank Private Debt to Nominal GDP' and (not FRQ_TYPE ='A') and QUARTER1='Q4' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//FRQ_TYPE ='Q' and QUARTER1='Q4';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;test_final:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; // YEAR1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; INDICATOR_VALUE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; INDICATOR_VALUE as NEW_INDICATOR_VALUE1&lt;/P&gt;&lt;P&gt;Resident Raw_Indicator_by_Country_F&lt;/P&gt;&lt;P&gt;Where INDICATOR_NAME='% of Non-Bank Private Debt to Nominal GDP' and FRQ_TYPE ='A';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD * Resident test1;&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;drop Table test1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;if(NEW_INDICATOR_VALUE=1,NEW_INDICATOR_VALUE,NEW_INDICATOR_VALUE1) as required_value&lt;/P&gt;&lt;P&gt;Resident test_final;&lt;/P&gt;&lt;P&gt;drop Table test_final;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//(FRQ_TYPE ='A' and FRQ_TYPE&amp;lt;&amp;gt;'Q' and QUARTER1='Q4') or (FRQ_TYPE='Q' and FRQ_TYPE&amp;lt;&amp;gt;'A'and QUARTER1='Q4') or FRQ_TYPE ='A';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 18:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario/m-p/886856#M309182</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-06-15T18:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Scenario/m-p/886857#M309183</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;Can you please suggest on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 03:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scenario/m-p/886857#M309183</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-06-16T03:32:37Z</dc:date>
    </item>
  </channel>
</rss>

