<?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 Chart does not show selected row in alternative state when select from macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-does-not-show-selected-row-in-alternative-state-when/m-p/980014#M334644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make a selection using run macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked when I am in default state and using following script&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; ActiveDocument.Fields("Member").Select "(100000|1000001)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if doesn't do the selection if I update my sheet to be a specific Alternative State. The script I used was the following.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; ActiveDocument.Fields("Member","State_Sampling").Select "(100000)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Could anyone give me some advice to see what I didn't do right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Nov 2015 23:14:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-11T23:14:06Z</dc:date>
    <item>
      <title>Chart does not show selected row in alternative state when select from macro</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-does-not-show-selected-row-in-alternative-state-when/m-p/980014#M334644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make a selection using run macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked when I am in default state and using following script&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; ActiveDocument.Fields("Member").Select "(100000|1000001)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if doesn't do the selection if I update my sheet to be a specific Alternative State. The script I used was the following.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; ActiveDocument.Fields("Member","State_Sampling").Select "(100000)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Could anyone give me some advice to see what I didn't do right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 23:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-does-not-show-selected-row-in-alternative-state-when/m-p/980014#M334644</guid>
      <dc:creator />
      <dc:date>2015-11-11T23:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Chart does not show selected row in alternative state when select from macro</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-does-not-show-selected-row-in-alternative-state-when/m-p/980015#M334645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe only the select-criteria isn't correct and it should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.Select 100000 instead of .Select "(100000)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another possibility is a typo by the state-name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Macus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 09:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-does-not-show-selected-row-in-alternative-state-when/m-p/980015#M334645</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-11-12T09:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Chart does not show selected row in alternative state when select from macro</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-does-not-show-selected-row-in-alternative-state-when/m-p/980016#M334646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yea, it seemed there were some incorrectness in my script originally. I tried it again then it worked. providing the correct code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.Fields(v_Identifer, v_StateName).Select "(" &amp;amp; str &amp;amp; ")"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 13:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-does-not-show-selected-row-in-alternative-state-when/m-p/980016#M334646</guid>
      <dc:creator />
      <dc:date>2015-11-12T13:39:06Z</dc:date>
    </item>
  </channel>
</rss>

