<?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 changing expressions dynamically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202066#M59902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;I have tried using the Match option as suggested by you. But I am not getting the desired functionality. I am attaching a sample application for your reference. Can you please help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Feb 2011 05:47:35 GMT</pubDate>
    <dc:creator>raghavsurya</dc:creator>
    <dc:date>2011-02-07T05:47:35Z</dc:date>
    <item>
      <title>changing expressions dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202064#M59900</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;We have a requirement wherein the columns in a straight table chart should be shown only when selected. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revenue QTR 1 QTR2 QTR3 QTR4 YTD&lt;/P&gt;&lt;P&gt;Sales 2500 2800 3200 2500 11000&lt;/P&gt;&lt;P&gt;Services 1500 2500 1500 2500 8000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I click on QTR1 in list box provided, the table should show only QTR1 and other columns should not be shown, Also if I select 2 values in listbox like say QTR1 and QTR2 , columns for these two quarters should only be shown.&lt;/P&gt;&lt;P&gt;I tried giving condition in the Presentation tab for each of the column (Q1, Q2, Q3 and Q4) as&lt;/P&gt;&lt;P&gt;GetFieldSelections(Qtr)= "Q1"...... it works if I select only Qtr-1 is selected. If I select any other quarter along with Qtr-1 this condition is not working.&lt;/P&gt;&lt;P&gt;Can somebody help me how to achieve it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Feb 2011 09:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202064#M59900</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2011-02-05T09:27:41Z</dc:date>
    </item>
    <item>
      <title>changing expressions dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202065#M59901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;raghavsurya wrote:GetFieldSelections(Qtr)= "Q1"...... it works if I select only Qtr-1 is selected. If I select any other quarter along with Qtr-1 this condition is not working.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;One way to do this would be using match() in addition to getfieldselections() as conditional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Match(GetFieldSelections(Qtr), 'Q1', 'Q2', 'Q3', 'Q4')&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Where "Q1", "Q2" and so are the values of the field "Qtr".&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Feb 2011 10:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202065#M59901</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-02-05T10:42:42Z</dc:date>
    </item>
    <item>
      <title>changing expressions dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202066#M59902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;I have tried using the Match option as suggested by you. But I am not getting the desired functionality. I am attaching a sample application for your reference. Can you please help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 05:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202066#M59902</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2011-02-07T05:47:35Z</dc:date>
    </item>
    <item>
      <title>changing expressions dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202067#M59903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not simply add Qtr as dimension, turn the table into a pivot table with Qtr pivoted horizontally. Then remove all expressions and add only Sum(Amount). Now if you select any Quarters in the listbox, these will be the only ones displayed in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 06:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202067#M59903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-07T06:07:47Z</dc:date>
    </item>
    <item>
      <title>changing expressions dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202068#M59904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johannes,&lt;/P&gt;&lt;P&gt;We want to replicate this functionality to Profit and Loss account , Balance sheet and other schedules. To convert Qtr into dimension will not help us in depicting the data in a pre-fixed format as required by Law.&lt;/P&gt;&lt;P&gt;Hence we are trying to give a condition to the column. Any suggetion in this matter will help us a lot.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 06:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202068#M59904</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2011-02-07T06:13:27Z</dc:date>
    </item>
    <item>
      <title>changing expressions dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202069#M59905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of Match() use wildmatch() function because when we select more than 1 value in a listbox getfieldselections(Field) will give the result like Value1,Value2.&lt;/P&gt;&lt;P&gt;Give wildMatch(GetFieldSelections(Qtr), '*Q1*') for Quarter1 column and wildMatch(GetFieldSelections(Qtr), '*Q2*') for Quarter2 and in the same way for Q3 and Q4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 06:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202069#M59905</guid>
      <dc:creator />
      <dc:date>2011-02-07T06:49:08Z</dc:date>
    </item>
    <item>
      <title>changing expressions dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202070#M59906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This exactly addresses the required functionality. Thanks a lot.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 07:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-expressions-dynamically/m-p/202070#M59906</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2011-02-07T07:07:07Z</dc:date>
    </item>
  </channel>
</rss>

