<?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: Nested If...ElseIf statement in a textbox -- possible? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994833#M950598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;If(SubStringCount(Concat(DISTINCT Question, '|'), 'Group') = 1 and &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13.3333px;"&gt;SubStringCount(Concat(DISTINCT Question, '|'), 'Self') = 1&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;, 'Total Productivity', &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;If(Question = 'Group', 'Group Productivity', &lt;/STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;If(Question = 'Self', 'Self Productivity', ' ')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2015 18:23:40 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-12-10T18:23:40Z</dc:date>
    <item>
      <title>Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994827#M950592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's me again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm so appreciative of the help that this community has provided me thus far on my initial jouney into QlikView.&amp;nbsp; I currently have a tab that when activated, automatically selects two values for my 'Question' field ('Group' and 'Self').&amp;nbsp; I have a text box that I want to display text in, but I want it to change depending on what the selection is.&amp;nbsp; I'm going to try to explain as best as I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both 'Group' and 'Self' are selected (which is the default for the tab), I want to display "Total Productivity".&amp;nbsp; If only 'Group' is selected, I want to display "Group Productivity", and if only 'Self' is selected, display "Self Productivity".&amp;nbsp; If neither is selected, display nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote it out as this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF Question = 'Group' THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF Question = 'Self' THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text = "Total Productivity"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text = "Group Productivity"&lt;/P&gt;&lt;P&gt;ELSEIF Question = 'Self' THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text = "Self Productivity"&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text = &lt;EM&gt;blank&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't know how to format it for Qlik.&amp;nbsp; I tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Question='Group',If(Question='Self',"Total Productivity","Group Productivity"),If (Question='Self',"Self Productivity","")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that doesn't seem to work.&amp;nbsp; Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 17:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994827#M950592</guid>
      <dc:creator />
      <dc:date>2015-12-10T17:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994828#M950593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand, how can Question = 'Group' and 'Self' at the same time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994828#M950593</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T18:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994829#M950594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Question='Group' and Question='Self','Total Productivity',&lt;/P&gt;&lt;P&gt;If(Question='Group','Group Productivity',&lt;/P&gt;&lt;P&gt;If (Question='Self','Self Productivity',' ')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994829#M950594</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-10T18:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994830#M950595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's about 10 or 11 questions all listed in the Question field.&amp;nbsp; Two of which, are Self: Productivity' and 'Group: Productivity'.&amp;nbsp; So the user can select both of them to get stats related to just those two questions.&amp;nbsp; I'm hoping that makes it clearer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994830#M950595</guid>
      <dc:creator />
      <dc:date>2015-12-10T18:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994831#M950596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think looking at the data will be more helpful. I am still having trouble understanding what you are trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994831#M950596</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T18:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994832#M950597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works for Self Productivity and Group Productivity, but Total Productivity doesn't display when both are selected.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994832#M950597</guid>
      <dc:creator />
      <dc:date>2015-12-10T18:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994833#M950598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;If(SubStringCount(Concat(DISTINCT Question, '|'), 'Group') = 1 and &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13.3333px;"&gt;SubStringCount(Concat(DISTINCT Question, '|'), 'Self') = 1&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;, 'Total Productivity', &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;If(Question = 'Group', 'Group Productivity', &lt;/STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;If(Question = 'Self', 'Self Productivity', ' ')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994833#M950598</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T18:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994834#M950599</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;&lt;/P&gt;&lt;P&gt;=If(GetFieldSelections(Question)='Group, Self','Total Productivity',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetFieldSelections(Question)='Group','Group Productivity',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (GetFieldSelections(Question)='Self','Self Productivity',' ')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994834#M950599</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-10T18:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994835#M950600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a sample of the data, if that helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE height="474" style="width: 438px; height: 473px;" width="436"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;About the same&lt;/TD&gt;&lt;TD&gt;Group: Productivity&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;About the same&lt;/TD&gt;&lt;TD&gt;Group: Productivity&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;More Productive&lt;/TD&gt;&lt;TD&gt;Group: Productivity&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;More Productive&lt;/TD&gt;&lt;TD&gt;Group: Productivity&lt;/TD&gt;&lt;TD&gt;Australia / NZ&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;About the same&lt;/TD&gt;&lt;TD&gt;Group: Productivity&lt;/TD&gt;&lt;TD&gt;US / Canada&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Less Productive&lt;/TD&gt;&lt;TD&gt;Group: Productivity&lt;/TD&gt;&lt;TD&gt;US / Canada&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Less Productive&lt;/TD&gt;&lt;TD&gt;Group: Productivity&lt;/TD&gt;&lt;TD&gt;Australia / NZ&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;About the same&lt;/TD&gt;&lt;TD&gt;Group: Productivity&lt;/TD&gt;&lt;TD&gt;Australia / NZ&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;About the same&lt;/TD&gt;&lt;TD&gt;Group: Productivity&lt;/TD&gt;&lt;TD&gt;US / Canada&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;More Productive&lt;/TD&gt;&lt;TD&gt;Self: Productivity&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Less Productive&lt;/TD&gt;&lt;TD&gt;Self: Productivity&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;About the same&lt;/TD&gt;&lt;TD&gt;Self: Productivity&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;More Productive&lt;/TD&gt;&lt;TD&gt;Self: Productivity&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Less Productive&lt;/TD&gt;&lt;TD&gt;Self: Productivity&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;About the same&lt;/TD&gt;&lt;TD&gt;Self: Productivity&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;More Productive&lt;/TD&gt;&lt;TD&gt;Self: Productivity&lt;/TD&gt;&lt;TD&gt;Latin America&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Less Productive&lt;/TD&gt;&lt;TD&gt;Self: Productivity&lt;/TD&gt;&lt;TD&gt;Latin America&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;About the same&lt;/TD&gt;&lt;TD&gt;Self: Productivity&lt;/TD&gt;&lt;TD&gt;Latin America&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;About the same&lt;/TD&gt;&lt;TD&gt;Self: Productivity&lt;/TD&gt;&lt;TD&gt;US / Canada&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994835#M950600</guid>
      <dc:creator />
      <dc:date>2015-12-10T18:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994836#M950601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works, except for one minor detail.&amp;nbsp; I have a OnActivateSheet trigger that automatically sets Question to be the two values, Self and Group.&amp;nbsp; Your IF statement works if I manually select Self, Group or Both, but it doesn't work when both are automatically selected by the trigger.&amp;nbsp; If this is as close as we can get, then so be it, but I didn't know if you (or anybody else) has ever seen something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994836#M950601</guid>
      <dc:creator />
      <dc:date>2015-12-10T18:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994837#M950602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen that things selected with triggers sometime comes with ("Text1"|"Text2") in the current selection box. I would suggest creating a text box with GetFieldSelections(Question) and open the app (let the trigger go off) and then sending the text box object to excel. Copy and paste its content from Excel and paste it as an or statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=If(GetFieldSelections(Question)='Group, Self' or&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GetFieldSelections(Question) = 'NewText'&lt;SPAN style="line-height: 1.5em;"&gt;, 'Total Productivity',&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(GetFieldSelections(Question)='Group','Group Productivity',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If (GetFieldSelections(Question)='Self','Self Productivity',' ')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994837#M950602</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T18:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994838#M950603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I understand what you're saying, but I'm a little bit confused about "Sending the text box object to excel" and "copy and paste its content from excel and paste it as an or statement".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So I'd create a text box with just "GetFieldSelections(Question) in it, which would get assigned the Group and Self questions.&amp;nbsp; I would then send that to Excel?&amp;nbsp; &lt;/SPAN&gt;I'm not sure how I would do that.&amp;nbsp; Sorry again for my lack of QV knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 19:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994838#M950603</guid>
      <dc:creator />
      <dc:date>2015-12-10T19:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994839#M950604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108678_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 19:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994839#M950604</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T19:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994840#M950605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That did the trick.&amp;nbsp; I was confused -- I thought you meant that the new text box, and the sending to excel were going to always be part of the solution going forward, not just a one-time thing to get what is being stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for all of the assistance!&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 19:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994840#M950605</guid>
      <dc:creator />
      <dc:date>2015-12-10T19:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994841#M950606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha, no it was just one time thing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. I am glad you were finally able to figure it out. Although I would reward Kush's contribution as well because he was the one who came up with the expression. I just fine tuned it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 19:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994841#M950606</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T19:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994842#M950607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish I could select two correct answers, but you're right, special thanks to Kush!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 19:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994842#M950607</guid>
      <dc:creator />
      <dc:date>2015-12-10T19:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If...ElseIf statement in a textbox -- possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994843#M950608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can always mark Helpful Answers in addition to correct answer. That option is within the Action button on the bottom left of the response. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&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>Thu, 10 Dec 2015 19:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-ElseIf-statement-in-a-textbox-possible/m-p/994843#M950608</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T19:34:31Z</dc:date>
    </item>
  </channel>
</rss>

