<?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 Help Request for Chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203110#M22874</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;I'm building various tables with&amp;nbsp; various store location attributes.&amp;nbsp; I'm now wanting to create a table that shows our unique store identifier ('PS #'), but ONLY for those stores that are scheduled for remodel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in the Data Load editor, I created the following Flag:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ("Required?"='YES', 1, 0) as Remodel_Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data loads fine, and I see the new 'Remodel_Flag' variable in my list of options, but where do I use this flag in the table so that just those PS#'s ('Remodel_Flag = 1') appear in the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 18:40:27 GMT</pubDate>
    <dc:creator>msawyercke</dc:creator>
    <dc:date>2016-10-05T18:40:27Z</dc:date>
    <item>
      <title>Help Request for Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203110#M22874</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;I'm building various tables with&amp;nbsp; various store location attributes.&amp;nbsp; I'm now wanting to create a table that shows our unique store identifier ('PS #'), but ONLY for those stores that are scheduled for remodel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in the Data Load editor, I created the following Flag:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ("Required?"='YES', 1, 0) as Remodel_Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data loads fine, and I see the new 'Remodel_Flag' variable in my list of options, but where do I use this flag in the table so that just those PS#'s ('Remodel_Flag = 1') appear in the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 18:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203110#M22874</guid>
      <dc:creator>msawyercke</dc:creator>
      <dc:date>2016-10-05T18:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help Request for Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203111#M22875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1May be use it in your expressions if you wish to restrict your table to view only those rows where Remodel_Flag = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;Remodel_Flag = {1}&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 18:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203111#M22875</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T18:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help Request for Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203112#M22876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sunny, Hope you are having a good day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression has an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[PS #]{&amp;lt;Remodel_Flag = {1}&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203112#M22876</guid>
      <dc:creator>msawyercke</dc:creator>
      <dc:date>2016-10-05T19:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help Request for Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203113#M22877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;Remodel_Flag = {1}&amp;gt;} &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[PS #])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203113#M22877</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T19:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help Request for Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203114#M22878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, I get an 'invalid dimension' message&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139752_Capture.JPG" style="height: auto;" /&gt;:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203114#M22878</guid>
      <dc:creator>msawyercke</dc:creator>
      <dc:date>2016-10-05T19:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help Request for Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203115#M22879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought you were using it as an expression, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Remodel_Flag = 1, [#PS])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203115#M22879</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T19:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help Request for Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203116#M22880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is suppressing the PS # field for records where Remodel_Flag = 0, but all the records are showing in the chart (whether Remodel_Flag = 0 or 1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139753_Capture.JPG" style="height: 168px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You, Sunny...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203116#M22880</guid>
      <dc:creator>msawyercke</dc:creator>
      <dc:date>2016-10-05T19:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help Request for Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203117#M22881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure this is unchecked -&amp;gt; Show Null Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139754_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203117#M22881</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T19:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help Request for Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203118#M22882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Sunny - I can't even begin to tell you how much I've appreciated all your help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203118#M22882</guid>
      <dc:creator>msawyercke</dc:creator>
      <dc:date>2016-10-05T19:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help Request for Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203119#M22883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem Mike &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I am glad I have been able to help you out with most of your queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Request-for-Chart/m-p/1203119#M22883</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T19:38:08Z</dc:date>
    </item>
  </channel>
</rss>

