<?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>Question Re: Webi: Dynamic Multi-Select Input Control in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482997#M84458</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;May be you can try this to get multiple values selected which are dynamic.&lt;/P&gt;
  &lt;P&gt;=If (RowIndex() =1) Then "YES" ElseIf (RowIndex() =2) Then "NO"&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Jothi&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2017 16:36:51 GMT</pubDate>
    <dc:creator>jyothirmayee_s</dc:creator>
    <dc:date>2017-07-14T16:36:51Z</dc:date>
    <item>
      <title>Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaq-p/482992</link>
      <description>&lt;P&gt;How are dynamic multi-select input controls created? &lt;/P&gt;
  &lt;P&gt;The goal of this piece of the report is to have a multi-select input control (such as the checkbox) drive whether or not a few measures are included in a calculation. &lt;/P&gt;
  &lt;P&gt;I did check this document here: &lt;A href="https://blogs.sap.com/2015/12/03/dimensions-as-input-control-dynamic-control/"&gt; &lt;/A&gt;&lt;A href="https://blogs.sap.com/2015/12/03/dimensions-as-input-control-dynamic-control/" target="test_blank"&gt;https://blogs.sap.com/2015/12/03/dimensions-as-input-control-dynamic-control/&lt;/A&gt;&lt;BR /&gt;However, that is focused on a single-select input control. &lt;/P&gt;
  &lt;P&gt;Let me state the goal using a fictionalized example.&lt;/P&gt;
  &lt;P&gt;If I have three 4 choices of gum flavors: Cinnamon, Spearmint, Peppermint, and Watermelon, I want the user to select which flavors will be accounted for in a calculation. Let's say it is for # of packs sold per week. If Cinnamon and Spearmint are selected, then just those two numbers will go into the calculation. We do not have an object that has these flavors listed in it. &lt;/P&gt;
  &lt;P&gt;1. Creating a string dimension to base the input control after:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/49491-test1-variable.png" /&gt;&lt;/P&gt;
  &lt;P&gt;*I am not sure if this first input control is correct, but only using one string value, such as ="Cinnamon" resulted in the next step not allowing for selecting a multi-select input control.&lt;/P&gt;
  &lt;P&gt;2. Set up the multi-select input control:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/49492-capture2.png" /&gt;&lt;/P&gt;
  &lt;P&gt;3. Created a custom list of values (List of Values ...)&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/49493-capture3.png" /&gt;&lt;/P&gt;
  &lt;P&gt;The result of the input control:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/49495-capture4.png" /&gt;&lt;/P&gt;
  &lt;P&gt;4. Next, I created a dimension to capture the user's input, using ReportFilter([ObjectName])&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/49494-capture5.png" /&gt;&lt;/P&gt;
  &lt;P&gt;5. Adding a table and selecting a couple of flavors results in no values being displayed:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/49498-capture6.png" /&gt;&lt;/P&gt;
  &lt;P&gt;6. Created a formula to test if it would return a 1 if cinnamon is selected. The result here is 0:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/49499-capture7.png" /&gt;&lt;/P&gt;
  &lt;P&gt;So at this point I am stuck, as I do not know how to utilize what the user has selected.&lt;/P&gt;
  &lt;P&gt;Thanks in advance for your ideas.&lt;/P&gt;
  &lt;P&gt;Version: BI Platform 4.1 Support Pack 5&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 19:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaq-p/482992</guid>
      <dc:creator>jonathan_g1</dc:creator>
      <dc:date>2017-07-13T19:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482993#M84454</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;1. Your "Flavor Input Control" formula should be " " instead of values in there &lt;/P&gt;
  &lt;P&gt;2. Create a custom list within Input Control wizard.&lt;/P&gt;
  &lt;P&gt;3. Use Reportfilter([Flavor Input Control])&lt;/P&gt;
  &lt;P&gt;this link might be helpful&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/BOBJ/Creating+a+dynamic+report+using+Input+Controls" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/BOBJ/Creating+a+dynamic+report+using+Input+Controls&lt;/A&gt; &lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Jothi&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 20:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482993#M84454</guid>
      <dc:creator>jyothirmayee_s</dc:creator>
      <dc:date>2017-07-13T20:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482994#M84455</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;
  &lt;P&gt;I updated the Flavor Input Control to = " " &lt;/P&gt;
  &lt;P&gt;Then rebuilt the input control. It now only allows for a simple selection input control:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/49511-capture8.png" /&gt;&lt;/P&gt;
  &lt;P&gt;This results in only being able to select one value. The goal is to be able to use a &lt;STRONG&gt;multi-select&lt;/STRONG&gt; checkbox. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/49512-capture9.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 23:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482994#M84455</guid>
      <dc:creator>jonathan_g1</dc:creator>
      <dc:date>2017-07-13T23:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482995#M84456</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;In the above screenshot I see that in FIlter operator you have selected "Equal to". &lt;/P&gt;
  &lt;P&gt;So instead of that select option like "IN" or "In List".&lt;/P&gt;
  &lt;P&gt;Equal to will only take single value.&lt;/P&gt;
  &lt;P&gt;-Abhilasha&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 08:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482995#M84456</guid>
      <dc:creator>Abhilasha</dc:creator>
      <dc:date>2017-07-14T08:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482996#M84457</link>
      <description>&lt;P&gt;That is correct, Abhilasha. With simple selection input controls, only "equal to" is allowed for the operator. You might see that when the variable that is used to create the input control is just a single string, such as = " ", only the simple input control is allowed. Is it possible to create a dynamic multi-select input control? &lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 15:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482996#M84457</guid>
      <dc:creator>jonathan_g1</dc:creator>
      <dc:date>2017-07-14T15:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482997#M84458</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;May be you can try this to get multiple values selected which are dynamic.&lt;/P&gt;
  &lt;P&gt;=If (RowIndex() =1) Then "YES" ElseIf (RowIndex() =2) Then "NO"&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Jothi&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 16:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482997#M84458</guid>
      <dc:creator>jyothirmayee_s</dc:creator>
      <dc:date>2017-07-14T16:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482998#M84459</link>
      <description>&lt;P&gt;Thanks Jothi. It is unclear to me how or where to use that row index formula. &lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 23:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482998#M84459</guid>
      <dc:creator>jonathan_g1</dc:creator>
      <dc:date>2017-07-20T23:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482999#M84460</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;if you select cinnamon and spearmint you will have to be able to see: "cinnamon;spearmint" like this concatenated in one string.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;to show the values, do not use reportiflier() formula, just use your variable in the table .. other aspect can you check if the input control is set to whole document?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 13:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/482999#M84460</guid>
      <dc:creator>kohesco</dc:creator>
      <dc:date>2017-07-25T13:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/483000#M84461</link>
      <description>&lt;P&gt;Ok, so far I have not been able to figure out how to get a variable to show the items selected. Regarding the input control, it is set to that specific tab, since &lt;EM&gt;apply to whole document &lt;/EM&gt;is not available in the version of BOE that we are on (Version: BI Platform 4.1 Support Pack 5). &lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 14:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/483000#M84461</guid>
      <dc:creator>jonathan_g1</dc:creator>
      <dc:date>2017-08-02T14:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/483001#M84462</link>
      <description>&lt;P&gt;if you add the variable flavor input control to your table/result and you play with your input control, you must see the variable showing the values your selected&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 06:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/483001#M84462</guid>
      <dc:creator>kohesco</dc:creator>
      <dc:date>2017-08-03T06:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Webi: Dynamic Multi-Select Input Control</title>
      <link>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/483002#M84463</link>
      <description>&lt;P&gt;Hi Jonathan,&lt;/P&gt;
  &lt;P&gt;You can't use a Multi value select input control with Custom LOVs, I've BO 4.2 SP2, and the option to create Multi value select input control is grayed out as soon as I begin creating an input control on a dummy variable which I created to capture the value selected.&lt;/P&gt;
  &lt;P&gt;So, the workaround may be to have Custom LOVs as below, and you'll have to calculate by using substr to find which values were selected (as an LOV will have multiple values in an LOV)&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Custom LOVs:&lt;/STRONG&gt;&lt;BR /&gt;Cinnamon, Spearmint&lt;BR /&gt;Cinnamon, Spearmint, Peppermint&lt;BR /&gt;Cinnamon, Spearmint, Peppermint, Watermelon&lt;BR /&gt;Spearmint, Peppermint, Watermelon&lt;BR /&gt;Peppermint, Watermelon&lt;BR /&gt;and so on, this looks ugly though!!&lt;/P&gt;
  &lt;P&gt;So, a better solution would be to bring these values from another data provide like excel, that way have a dim object for them, and when we create an Input Control on that object, we can select multiple values.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;BR /&gt;Mahboob Mohammed&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 12:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/webi-dynamic-multi-select-input-control/qaa-p/483002#M84463</guid>
      <dc:creator>mhmohammed</dc:creator>
      <dc:date>2017-08-03T12:12:38Z</dc:date>
    </item>
  </channel>
</rss>

