<?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: Alternate state field selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596203#M220826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;But i want to show the currently selected field alone... Any workarounds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 14:52:41 GMT</pubDate>
    <dc:creator>sundarakumar</dc:creator>
    <dc:date>2014-03-19T14:52:41Z</dc:date>
    <item>
      <title>Alternate state field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596197#M220820</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;Am having a field called "area", i have used alternate states in my chart.&lt;/P&gt;&lt;P&gt;One of my bar chart is in alternate state called "alter"...&lt;/P&gt;&lt;P&gt;now i want to show the current field selection of "area" in alternate state "alter".&lt;/P&gt;&lt;P&gt;I want to show them while right click and print the chart.&lt;/P&gt;&lt;P&gt;when i check Print Selection stamp, its showin me the current selection in default alternate state.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="topost.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/55369_topost.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;I can show them in the trainlng text&lt;/P&gt;&lt;P&gt;&lt;IMG alt="topost1.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/55376_topost1.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;but even there i cannot selct any altenate state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone pls help in writing an expression like&lt;/P&gt;&lt;P&gt;=concat(getfieldselctions({alter}area),' - ').&lt;/P&gt;&lt;P&gt;but the above shown expression doesnt work.&lt;/P&gt;&lt;P&gt;is there a way to show the field selection of a particular alternate state, without selection the alternate state in the objec.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596197#M220820</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-19T14:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596198#M220821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetFieldSelections does not include a set identifier but concat does.&lt;/P&gt;&lt;P&gt;Try something like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat({alter} getfieldselctions(area),' - ').&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596198#M220821</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-03-19T14:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596199#M220822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;=concat (getfieldselctions ({alter} area),' - ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596199#M220822</guid>
      <dc:creator />
      <dc:date>2014-03-19T14:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596200#M220823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. It is still returing the selections in inherited alternate state, i think it is because the the alternate state is specified in the out expression. Any other suggessions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596200#M220823</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-19T14:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596201#M220824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. its not working. It is showing error. looks like i cannot specify alternate state for getfieldselection.&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596201#M220824</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-19T14:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596202#M220825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Getfieldselections doesn't support alternate states. &lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But, You can try the concat function&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concat({[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;alter&lt;/SPAN&gt;]} distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;area&lt;/SPAN&gt;, '-'). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596202#M220825</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-19T14:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596203#M220826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;But i want to show the currently selected field alone... Any workarounds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596203#M220826</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-19T14:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596204#M220827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible...&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/ideas/2340" title="http://community.qlik.com/ideas/2340"&gt;http://community.qlik.com/ideas/2340&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596204#M220827</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-19T14:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596205#M220828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-field-selection/m-p/596205#M220828</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-19T15:11:43Z</dc:date>
    </item>
  </channel>
</rss>

