<?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: Using input Control values in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaa-p/743857#M210228</link>
    <description>&lt;P&gt;Hi Thato,&lt;/P&gt;&lt;P&gt;You can use ReportFilter function:&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;ReportFilter(&lt;/STRONG&gt;[&lt;EM&gt;Your Input Control Object&lt;/EM&gt;]&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/242479-reportfilter.jpg"&gt;reportfilter.jpg&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Nov 2018 09:56:31 GMT</pubDate>
    <dc:creator>yorur_oz</dc:creator>
    <dc:date>2018-11-16T09:56:31Z</dc:date>
    <item>
      <title>Using input Control values</title>
      <link>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaq-p/743854</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;please help I want to get the input control value and use it in a report heading.&lt;/P&gt;
  &lt;P&gt;for intance I have input control on Profit Center if the user selects a certain profit center I would like to use that value as the report heading.&lt;/P&gt;
  &lt;P&gt;I am using webi 4.2 as a reporting tool&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 10:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaq-p/743854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-15T10:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using input Control values</title>
      <link>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaa-p/743855#M210226</link>
      <description>&lt;P&gt;Hi Thato,&lt;/P&gt;&lt;P&gt;Create a variable for that dimension for which you want to have Input Control. &lt;/P&gt;&lt;P&gt;Now assign that variable to input control and also in the heading part.&lt;/P&gt;&lt;P&gt;Now whenever you'll select any value from input control that same will be displayed as your report heading.&lt;/P&gt;&lt;P&gt;NOTE: If you don't select any filter from input control you'll have #MULTIVALUE error so to eradicate that in report heading mention this condition:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If (Count([Dimension])&amp;gt;1) Then "'Select only one value"
Else [Dimension]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Let us know if it works!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajan &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 11:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaa-p/743855#M210226</guid>
      <dc:creator>rajan_burad</dc:creator>
      <dc:date>2018-11-15T11:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using input Control values</title>
      <link>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaa-p/743856#M210227</link>
      <description>&lt;P&gt;just create a table - insert your "profit center" dimension and set your input control to interact with that table.&lt;/P&gt;&lt;P&gt;You can format your table like something cool, set it as a horizontal table: change header, set some horizontal spacing at your table, add an selection image in the header removeheader text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/242459-f8z5e.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 14:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaa-p/743856#M210227</guid>
      <dc:creator>kohesco</dc:creator>
      <dc:date>2018-11-15T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using input Control values</title>
      <link>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaa-p/743857#M210228</link>
      <description>&lt;P&gt;Hi Thato,&lt;/P&gt;&lt;P&gt;You can use ReportFilter function:&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;ReportFilter(&lt;/STRONG&gt;[&lt;EM&gt;Your Input Control Object&lt;/EM&gt;]&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/242479-reportfilter.jpg"&gt;reportfilter.jpg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 09:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaa-p/743857#M210228</guid>
      <dc:creator>yorur_oz</dc:creator>
      <dc:date>2018-11-16T09:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using input Control values</title>
      <link>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaa-p/743858#M210229</link>
      <description>&lt;P&gt;.. Right  &lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 13:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/using-input-control-values/qaa-p/743858#M210229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-16T13:24:17Z</dc:date>
    </item>
  </channel>
</rss>

