Webi 3.1 Input Controls on Different Tabs

Hi,
I have a requirement to pass an input control value to another tab of same report i.e, Same iDocID but different tab.
For example, say input control in Tab 1 is filtered for a specific date, same date has to be filtered in Tab 2 too. i.e, I need to reuse the input control in Tab 1 in Tab 2, so as to avoid duplication in multiple reports.
Highly appreciate your help.
Thanks in advance.

I was able to make it works. Just try this dummy report to know how :
- Create a custom query
select '1','MyNumber1'
union
select '2','MyNumber2'
union
select '3','MyNumber3'
For this example, 1st col will be [MyNumber] and 2nd col [Desc]
- Duplicate the default report
- On the 1st tab ("Report 1"), add a new Input Control
- Parse ReportFilterSummary("Report 1") to retrieve the filtered value in a variable named [Filtered]
=Trim(If (Pos(ReportFilterSummary("Report 1");"MyNumber Equal ") > 0) Then Substr(ReportFilterSummary("Report 1");Pos(ReportFilterSummary("Report 1");"MyNumber Equal ") + Length("MyNumber Equal ");1) Else "")
- Create a boolean variable [Filter] based on [Filtered]
=If([Filtered]="" Or [Filtered]=[MyNumber];1;0)
- On the 2nd tab ("Report 1 (1)"), add the variable [Filter] in your table
- Add a Quick Filter on this column. Select 1 as value.
So it's where everybody seems to stuck.
If we go to the first tab and select a value, we see that [Filter] value changed but the table it's not filtered until we do a refresh
If we select a value and then a different value, now the table is filtered in the second tab....but it's really annoying...and it doesn't work in Infoview...
To make it works :
Before, go to the 1st tab and reset your input control. You also need to refresh the report to make sure that the 2nd tab is ok.
So...
- Create a null measure by creating a custom query
SELECT null
For this example, this col will be [MyNull]
- On the 2nd tab, add a dummy section by creating a variable [Section] ="" and dragging it over your table
  You can remove this cell after but DON'T DELETE THE SECTION
- Create a [Filter Measure] variable - Like I said...it's a MEASURE
= If ([Filter]=1) Then [Filter] Else [MyNull]
- On the 2nd tab ("Report 1 (1)"), add the variable [Filter Measure] in your table
- In the table properties, set the "Show rows with empty dimension values" to Yes (This one sounds really weird but IT MAKE IT WORKS)
AND HERE WE GO....
Just test it...go back at the 1st tab and change your Input control value....the table will change immediatly on the 2nd tab...and it works perfectly in Infoview...
You can remove the [Filter] col but not the [Filter Measure] col but you can "blank" it by removing borders and putting white color as backgroun color (to do this, you need to change it to another color first and then in white)

Similar Messages

  • SAP Web Intellegence's Input Control(Calendar) VS Rich Client's Input Control(Calendar)

    SAP Web Intellegence's Input Control(Calendar) VS sap Rich Client's Input Control(Calendar)
    Hello everyone !
    I need your help.
    I configurated Intput Controls ( Calendar).
    but,
    Web Intellegence's Input Control(Calendar) and Rich Client's Input Control(Calendar) are differ.
    date's format is differ
    two Input controls's configuration is same
    most of all, Rich Client Input Controls is properly executed.
    so, I want to change Web Intellegence's Input Control format to Rich Client's Input Control format.
    Rich Client Input Controls
    web Intelligence Input Controls

    If Your Day is String
    Convert it to Date and then filter .
    Filter_Date = Todate([Your_Date];"yyyy/MM/dd")
    Else Try this .
    Create Variable for Date .
    Date_Var = Todate(FormatDate([Your_date];"MM/dd/yyyy");"MM/dd/yyyy")
    Create Input Control on this date .
    Also use this date in your report for filter mapping.

  • Drill in BW hierarchy level in webi based on input control selection

    Hello Experts,
    I have a requirement in Webi. The Webi report is based on BW hierarchy and it is using hierarhcy both in the report output block and also in the report prompts. We are are BI 4.0 SP5,Patch 6. The report has input controls in it based on the BW Hierarchy. When the report is first executed,the user can drill down the hierarchy by clicking on the "+" nodes to the max level as shown in the screenshot below.
    Now, when the user selects an input control, the data gets filtered but the hierarchy level automatically expands. In other words, when they select a data hierarchy  showed in the input control the hierarchy in table is shown expanded and they want to see the  hierarchy in the table close automatically.
    So ideally its like this when a value from input control is selected.
    Whereas the user wants it to be like this automatically on selecting a particular value from the input control and not in expanded form.
    I'm aware of the Hierarchy depth function but that only takes us to a particular node based on depth and then doesn't allow further drilling after that.
    Is there any setting in webi/bex about always keeping all sub nodes closed to prevent this expansion on selection of input control?
    Thanks and regards,
    Abhishek

    Just did some research on on this and the SAP best practice: The question itself is logically incorrect.
    A report/table filter where there is a hierarchy may remove rows without respecting the hierarchy structure. For this reason, a filter can remove a parent node currently expanded and keep leaves or
      nodes collapsed. To avoid returning an empty table in this case the system automatically expands the hierarchy in the block to shows the resulting members
    Thats why it automoatically expands the hierarchy.
    Closing this thread. Thanks.

  • WEBI 3.1 Input Controls Label

    I have a requirement to label all "Multi Select" input controls that filter my data block on the report itself. Traditionally, I have used DrillFilters() to label what drop-downs have been selected. Are there any options to do the same thing?
    Thanks!

    Hi Phil,
    'Depending' or 'cascading' input controls is not yet supported, but we are working hard at providing that feature to a coming Web Intelligence release. Along with that important enhancement, we also would like to allow definition of input control on a wider scope than reports, i.e. any subset of report within a doc. As of now, input control can only be defined to control objects within a report (and not further).
    Nevertheless, if you remain in the same report, you can define an input control to filter a report element, and set this report element (e.g. a simple table) to be an input control for another area in the report. This trick can help to mimic input control dependencies, but can still have some limitations leading to inconsistent results.
    Hope that helps,
    David.

  • Help in BO WebI XI3.1 Input Control using language Translation

    Hello All,
    Need a help in BO WebI XI3.1 regarding Language Translation for Input Control.
    Input Control has been defined in the Report.
    The report is built in English language. The requirement here is to convert the report to French based on the Infoview Preferences.
    Language pack has been installed and also used Translation Manager tool to convert the report variables.
    All the fields including variables, column names, etc in the report has been changed to French. But the Input Control label could not be changed.
    Please let me know if there is a solution/workaround for the label to be changed.
    Any help would be highly appreciated.
    Thanks in advance..
    Best Regards
    Sreekanth

    Hi,
    Thanks for your quick reply.
    After the language locale in The Infoview Preferences  the label is not getting changed.
    Please let me know if there is any other solution since this is very critical requirement.
    Thanks
    Sreekanth

  • Firefox on OS X 10.6.8: How to have a different input source for different tabs in one window (the option "Allow a different one for each document" is on)

    Currently, firefox 29 keeps one language for different tabs in one window. Different windows can have different input sources...

    Thank you for your reply!
    I think I've accidentally marked the problem as solved, but in fact it's not.
    What is needed is that the firefox remember different input methods (languages, for instance, En or Fr) for different tabs so that when I switch between several tabs I don't need to change the layout.
    Chrome remembers my language settings for each tab, so it's not always one language for all the same tabs there. I haven't found such an option in Firefox so far.
    Hope it's clear enough.
    Thanks in advance.

  • WebI 4.0 using BEx Query - #TOREFRESH when using input control

    Once I refresh my webI report for certain month range and then I use input control for analysing my data within that month range. It always ask for refresh "#TOREFRESH".
    The above happens also if I have lot of formula variables in my report then it always ask for refresh when I use input controls on different member.
    Please let me know if this is a known issue.
    I posted this in Ideas too - >  https://cw.sdn.sap.com/cw/ideas/9226?back=false
    Thanks

    #TOREFRESH normally indicates that the returned data have dependencies for which you need to manually refresh again to pull the correct data however this would incorrectly appear under some circumstances.
    Please see [Using Functions, Formulas and Calculations in SAP BusinessObjects Web Intelligence|http://help.sap.com/businessobject/product_guides/boexir31SP5/en/xi31_sp5_webi_ffc_en.pdf] for additional information.
    If you are below SP3 FP3.7 we suggest to upgrade to that patch level or better to SP4 FP4.1 or SP5
    Please note that Ideas is for new functionalities
    Thanks
    Edited by: Simone Caneparo on Mar 6, 2012 4:18 PM

  • How to change the value from one input control to another input control?

    Hi Experts,
    I want to change the value from  one input control to another input control. For Example if i change month in first tab. it should reflect in second tab also. How should we acheive through input control or some other option.
    Here I attached screen shot.Please help me for this

    Hi,
    It is not possible to have Input controll in all tabs that will be set from another .
    But There is one workaround .
    Follow the link below .
    http://davidlai101.com/blog/2013/08/13/web-intelligence-input-control-that-affects-all-tabs/

  • Input Controls / Hierarchy

    Hi,
    We're looking into upgrade Service Pack 2. One of the nice new functionalities in Web Intelligence are input controls. When playing around with them a bit, we found them very useful to apply different selection filters on several objects, each belonging to a different dimension.
    When we wanted to use input controls to sort of "select down into" a hierarchy within 1 dimension (so several object related to each other in a hierarchy), we found a selection on an object at eg. the top level of the hierarchy does not apply to the list of value of the input control for the lower levels (objects).
    For example, dimension month.
    Hierarchy: Semester > Quarter > Month
    3 input controls on 3 objects: Semester, Quarter, Month
    Selecting eg. Q1, does not limit the list of values of input control for Month to Jan, Feb, Mar
    Instead all list of months need to be scrolled
    This is unfortunate. For the above example, this is not that big an issue since the list of values in any case only has 12 entries. For other hierarchies however ...
    Are we overlooking something? Can we get to above functionality from Input Controls?
    If not in SP2, is this planned for the future? eg. SP3?
    Thanks for feedback!
    Raf

    Hello Raf,
    Thanks for your feedback about input controls.
    This feature has been introduced as a first step in SP2, and will be improved in the coming releases (esp. with the XI 4.* codeline), and input controls dependencies is indeed listed with the highest priority on our improvement list (and more generally "context aware" input controls).
    In the meantime, you may partly workaround the limitation, if you need to control 2 hierarchy levels, by defining an input control L1 to select first level, filtering a document area where you insert a table T2  listing entries for the second level.
    Table T2 can be defined as input control (cf. table contextual menu) to filter another set of report elements.
    For instance you can list all European countries with L1, set T2 to list European Cities, so when you select Norway from L1, you'd get T2 filtered to select only from Oslo, Stavanger, Narvik, Trondheim, etc.
    (This behavior is currently restricted to an input control to a report element as input control only, i.e. no more than two hierarchy levels)
    Hope that helps,
    David.

  • How to add Tabs and List Boxes in Webi Report in Reporting Area(Not Report Filters & Input Controls)

    Hi All,
    I have a requirement to use some components called List Box and Tabs in my WebI report for presenting the information by dynamic dimension and measure selection using list box and segregate information by using Tabs as in below image.
    Image was prepared in MSPaint not executable webi report.
    Is it possible to integrate the list box and tabs into Report Zone in BO Webi? as show in below image?
    Thanks in Advance
    Muralidhar Reddy N

    Hello Muralidhar Reddy,
    The exact tool for your requirement is SAP BO Dashboard or SAP BO Design studio. WebI is a tool for ad-hoc reporting tool and we have limited functionalities to make dashboards using webI. You can have all those chart options in WebI and you can use Input controls or drill filters for restricting data. But you cannot have these selection components in reporting area. Tabs as shown in above post, you can have in bottom of the report.
    find below a good example of dashboard using WebI
    http://blog.davidg.com.au/2011/04/webi-as-dashboard.html
    hope it helps
    Regards,
    Nikhil Joy

  • Cant record into to logic pro 9 using samson l1200 live mixer, System/Pref/Audio input tab says selected device has no input control

    Hi Im new to this so bare with me..When I connect my Samson l1200 live usb mixer to my Imac 7,1 Intel duo core 3gb ram, osx10.6.8, via usb cable to record vocals/instruments, in System Pref/Audio/Output tab is set to mixer's UsbAudioCodec driver, (Im able to hear playback into headphones via the mixer, and hear the mic when spoken into it but cant record a track into Logic...System/Pref/Audio input tab says selected device has no input control, Ive set the input/output settings in Logic to UsbAudioCodec but still no good...Would it be either the way the mixer is set up? or is this mixer (Samson l1200) not compatible with my particular Imac? I hope I may be able to help as Im only a student trying to record my band thanks

    I perfectly understand your problem.
    First... just to make sure, in Logic's preferences /Audio make sure Universal Track Mode IS checked, it should be enabled. (I think it probably is just checking)
    Second... if you record a track in a new Logic project and then go to the next track to record an overdubbed guitar part, are both parts recorded on the 2nd track?
    What I'm asking is overdubbing working differently for two or three recorded tracks as opposed to overdubbing with an imported track.
    What I think is happening is you have the main stereo output being recorded into Logic so if you playback an imported or recorded track from Logic while recording a 2nd track (overdub), both are going to be recorded on the 2nd track.
    I took a look at the manual, here's the relevant sections.
    34 – SEND – USB input send switch 
    The USB INPUT switch allows you to select one of
    two stereo (or two channel) signal paths to feed the
    USB output to send to the connected PC. When the
    INPUT switch is in the up position, the USB signal will
    feed from the MAIN left right mix. When the INPUT
    switch is in the down position, the USB signal will
    feed from the AUX 1 and AUX 2 buses which enables
    you to create a unique mix to send to the PC.
    35 – RETURN – USB return switch
    The USB RETURN switch allows you to select one of
    two stereo return paths to receive USB audio from
    the connected PC. When the ASSIGN switch is in the
    up position, the USB signal will return to the MAIN
    mix bus. When the ASSIGN switch is in the down
    position, the USB signal will return to the last pair
    of stereo channels which enables you to playback a
    recorded track in the MAIN mix, and you can use the
    channels AUX sends to feed any of the AUX buses.
    This will let you hear the USB playback tracks in the
    monitor mixes.
    36 – MONITOR – USB headphone enable switch
    Press the USB MONITOR switch down if you want
    to hear the signal from the USB return in the
    headphones.

  • No Input controls in Web Intelligence Ritch Client ?

    Hi,
    I have got Web Intelligence Rich Client 12.1.0.882 ( the one from the Trial BO Edge)
    I wan't to set Input Controls like Buttons, etc.
    According to the Documentation "Building Reports with the Web Intelligence Java Report Panel" 
    ( xi31_sp2_webi_java_en.pdf ) this is possible:
    Chapter 19 "Filtering data using input controls"
    Input controls defined
    Input controls provide a convenient, easily-accessible method for filtering
    and analyzing report data. You define input controls using standard windows
    controls such as text boxes and radio buttons. You associate these controls
    with report elements such as tables or section headers, and use the controls
    to filter the data in the report elements. When you select values in the input
    control, Web Intelligence filters the values in the associated report elements.
    Anybody found the Input Control Tab ?
    Where ?
    Wrong version ?
    Thanks
    Martin

    Hello Martin,
    Thank you for your interest in that feature.
    Input controls were delivered from Service Pack 2 of XI 3.1, and are available from all WebI clients, with that release level.
    Version number you provide corresponds to XI 3.1, not XI 3.1 SP2, for which About... should display version number 12.2.0.290, reason why you haven't been able to find the feature.
    Input control tab is available as an extra tab on the left hand side of Rich Client (by default), tab is simply called 'Input Controls', there are also a specific entry on some Report Element contextual menus (to facilitate input control definition from current selection).
    Hope that helps,
    David.

  • Help get input controls working WEBI 4.0 BEx

    Hello All
    I am trying to get WEBI Input Control working for me, and all I seem to be getting is the error message
    Unable to get the first page of the current report.
    Please check the validity of your report or contact your administrator. (ERR WIJ 20003).
    What I am doing is as follows:
    Create a Cross Tab based upon BEx Query via BICS the format is basically
    Cross Tab 1
    FY.........Period..........Structure.........u20AC
    I am wanting to click on FY and have it report on
    Cross Tab 2
    Period..........Structure.........u20AC
    I then create an element link for all objects (single doesn't work either)
    When I select FY I get the above error message.
    Can anyone please help me become wiser as to how to work with WEBI and BEx?
    Thanks
    Phillip

    Hi Philip,
    Thanks for your interest in Web Intelligence input controls.
    Although I have not all the details of the issue you are encountering, this looks like a bug we've found with Web Intelligence 4.0 input controls occurring specifically with objects from BICS sources (logged as fix request 1553312 / customer issue CSS 393735 in our systems).
    This issue has been fixed with Web Intelligence 4.0 SP2.1 (patch 1 of SP2), which has been released last week AFAIK.
    If the issue persists or you are not sure that this fix addresses your issues, I strongly encourage you to get in touch with customer support to report your issue so wde can have this corrected as soon as possible.
    Please keep in mind besides that hiercharchies are not yet supported by input controls, new controls will be specifically introduced with Web Intelligence 4.1 to select values from tree lists.
    Hope that helps,
    David.

  • Webi Input control not displayed on Mobile

    Hi
    I have a simple repore created in Webi,
    I'm attaching it
    It has only 2 measures coming from eFashion
    and I want to create a graph to show only one of them according to user selection.
    As you will see, I've created a dummy variable "Revenue/Quantity" and an Input control over it.
    I've also created another variable with a simple if function based on the Input control.
    It works fine in Webi
    But in mobile I don't see the Input control.
    We are in BO 4.0 SP5 patch 5.1
    Please advice
    Shlomi

    Hi James,
    As far as I know there is no problem with input controls on 5.0.x
    Can you confirm if the input control is on page level BUT NOT on block level?
    Since phone displays single report part in a screen, if the input control is designed to be on some charts/tables in Webi, then you may not see the filter icon in all pages.
    But in tab, since more number of report parts appear in same screen filter icon may be seen.
    You can test it by navigating to other pages of the document in phone.
    Let me know if the problem is not resolved.
    -Regards,
    VVH

  • Input controls problem in web i

    hi..
    system : bo 4.0 last sp,fp update
    in a webi reports everything is ok..
    i have a full control in the report..
    just click input controls i see that "Your security profile does not include permission to edit this document. (Error: ERR_WIS_30252)"
    any suggestions?
    thanks in advance..

    Hi
    Check in Universe whether the connection is public or private..etc then export to Others and administrators
    else
    Here this link helps u
    Goto page 98
    http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/302b5b8b-7464-2b10-ca97-ed7e0c7060c9?QuickLink=index&overridelayout=true
    Hope this helps u
    Edited by: K.sunil on Nov 21, 2011 1:59 PM

Maybe you are looking for

  • IPhone didn't sync correctly, lost pictures and videos

    Today I sync'd my phone before doing a restore. The sync went fine as well as the restore. When I attempted to restore my phone from the back up, it showed that it was last sync'd at 12:54PM which sounds about right when I sync'd it last. Well the is

  • Is there a way to access adobe using Lion?

    I receive attachments sent with Adobe and I cannot open them using Lion.  Is there a way to open Adobe files?

  • Screen Sequence:  REBDPR

    Hello All, The SAP standard screen sequence is REPR. However based on my client's requirement we have created an additional screen sequence called ZREPR. Now when I am trying to assign this screen sequence under the node Screen Sequence Category -> S

  • Got charge twice on credit card but not app has not install?!

    i wanted to update to the 10.8.3 os x mountain lion, so i updated but then it asked me about billing info. i guess the billing info i put wasnt right cause apple kept telling me it was wrong, but on my bank statement (pending transactions) it clearly

  • Dropped Frames on 8-Bit Uncompressed Media...

    Using FCP HD (4.5)... I was on a G4 Dual 1Ghz machine with 1GB ram. It was dropping frames seemingly in the middle of shots. The media was all on internal drives separate from the program. I then moved to a G5 1.8GHz machine with 1GB ram and the same