Dependencies between Input Controls

Hello, Experts.
I have a trouble with my input controls in webi report XI 3.1.
Problem statement: There are documents that have authors and executors. Report has two input controls (combo box) "Authors" and "Executors" that are filtering crosstable. When I change value of Author's control - crosstable has changed and executors that is one of axis of crosstable has changed too. But the list of values in Executor's control isn't changing. It shows the list of all values and don't restrict it regardless value from Author's control.
Is this a feature of input control ? or I place a mistake ?

Hi Marianne,
I read your post and I thougt I've got the answer to my question but it doesn't seem to work.
I've got two dimensions "region" and "country". I want do filter the relevant countries according to the regions so that the drop down filter "country" (report filter bar) shows only the countres within the specific region. According to your advice I placed "region" as a first filter, but still all countries are shown. And it seems that input controls have a limitation in this matter. Any ideas?
I'm using an excel file as my source (no universe) and webi 4.

Similar Messages

  • 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.

  • Hide "All values" in input controls?

    Hey guys,
    I'm wondering that I could not find my question already in this forum but however - this is my question:
    Isn't it possible to hide the value "All values" in the input controls? In some cases it just doesn't make sense to leave that into the input-control-field.
    I.e. if I want to give the possibility to switch between Euro, kEUR and mEUR I need to hide the "All values" radio button (see screenshot).
    But how can I do that?
    Thanks for your help !
    Oliver

    Hi,
    That was a very useful answer!
    I have a quick question - I am in BO 4.0 (not 4.1) and I would like to default the "All values" selection to a specific value.
    I have defined the input control using Var_Currency_Type (dimension) and have assigned two values i.e. 'USD' & 'Local Currency'.   The default value is 'USD'.
    The input control works fine. When I select either USD or Local Currency.
    but, I do not see any table when I select 'all values'.  I would like it to display 'USD' when user selects 'All Values'.
    =======================================================================
    In the format table (two tables - one for USD and one for Local currency), I have put in the formula:
    x - Hide when following formula is true
    =ReportFilter([Var_Curency_Type])<>"USD" -- for USD table
    and = ReortFilter([Var_Currency_Type])<>"Local Currency" for Local Currency table.
    ======================================================================
    Does anyone have encoutered this situation.  Could you please share the solution?
    Thanks for your time.

  • Setting a default date value for input controls

    Hi All,
    I have created a webi report that shows  - among other things - the activity between 2 dates. I have created 2 input controls where the user can select the start and end dates from a calendar for this.
    The displayed data is restricted by a date variable which 'unfiltered' contains 1 month of data.
    'out of the box' I can set these input controls and all works fine, but each time I open the report the same values that I set last time are set in the input controls. I want to have these default to being between today and 7 days ago with the user then able to move away from  this action, rather than the 'window of interest' slowly slipping into the past.
    I have looked at the forum posting Re: Default Input Control Values in WebI doc on Open which describes setting a default on the objects in the report filter pane, but this does not appear to be possible as these are 'grayed out' and i need both the input controls to run from a single object.
    Does anyone have any ideas how this might be achieved?
    Thanks in advance
    John

    Hi,
    Sorry, I've obviously not explained myself very well. Please let me try to elaborate...
    The report I am writting is to function as a dashboard (yes, i know - Xcelcius/Dashboard Designer - don't ask!) but asking the user to enter a prompt for the date range is not an option here. My only options for this are effectively the input controls or the report filters. I want to be able to achieve the effect of entering =CurrentDate() in the 'default value box in the same way that I would if writting a Reporting Services report. However the WebI controls do not accept expressions for this.
    So...
    I have one date object with a months worth of dates in it.
    I have two input controls associated with this date object to allow the user to select a narrowed date range from this month of data.
    I need one of these to default to 'today' and the other to default to '7 days ago' (I can do the calculations to get both dates, the bit I cannot get past is applying these dates as defaults)
    can anyone help me with step 3 (in bold) above?
    John

  • 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.

  • 1.     Defining dependencies between Work order operations and Isolation Operation Steps

    Hi All
    Will you please let me know how i can define dependencies between Work order operations and
    Isolation Operation Steps? Suppoose I want to have WAP--->WCA-->WCD at operation level, is it possible? Can we have the Switching of Status & allowing that perticular operation for releads. e.g. I have operation 1 in Maintenance WO Which needs machine where only operational control panel to be Locked & tagged. No Need to Tag total machine. So once i complete complete the taging for it & once give permits for it, system should permits only that much operation. Not all operation which may have some other permits which needs to be issued.
    Regards
    Makarand      

    Hi All
    Will you please let me know how i can define dependencies between Work order operations and
    Isolation Operation Steps? Suppoose I want to have WAP--->WCA-->WCD at operation level, is it possible? Can we have the Switching of Status & allowing that perticular operation for releads. e.g. I have operation 1 in Maintenance WO Which needs machine where only operational control panel to be Locked & tagged. No Need to Tag total machine. So once i complete complete the taging for it & once give permits for it, system should permits only that much operation. Not all operation which may have some other permits which needs to be issued.
    Regards
    Makarand      

  • BO 4.1 SP2 Date Input controls

    Hello,
    We have made a BO upgrade from BO 4.0 sp7 patch level 3 to BO 4.1 sp2
    After testing some reports we have realized that input controls with date dimensions are showing as timestamp and not in the correct date format (see attached), and are not filtering correctly, this  was tested with different sources(bw,oracle,sql server) with the same result.
    Is this a known issue,  a bug? Anyone had this kind of problem?
    Thanks on advance.
    Santiago.

    If there's a difference between the viewers, it could likely be a defect.  I would recommend that you open an incident with WebI Support to take a futher look.
    I just did a quick search and don't see any ADAPTs open for the date format in input controls, other than one fixed in SP05 for Input Controls ignoring locale preferences (ADAPT01645726), which looks to have forwarded into BI 4.1 SP01, so you shouldn't see it in SP02:
    http://service.sap.com/sap/support/notes/1748056
    Though, if you change your viewing locale preferences and the format changes, I'd definitely recommend mentioning this in your incident.
    I hope that helps!
    Carly

  • 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

  • Input Control Limit

    Hi,
    Is there any limit on the number of lines (entries/values) which an Input Control can display? I am having an Object which has over 2000 values but I am not able to see all the values in Input Control. It just stops at some number.
    I changed the settings - 'Number of lines' but that too is not affecting the report. Universe Parameters Control settings are all unticked, so no restriction there.
    Is there any setting for input control on server or CMC?
    Edited by: dacoffee on Nov 2, 2011 11:09 AM

    Please try the below steps i got from BOB.
    Hope this helps...
    To increase the limit, from the default of 1000, do the following:
    [1] In the CMC, go to the Properties screen for the WebIProcessingServer server(s).
    [2] Modify the "List Of Values Batch Size (entries):" setting. The default is 1000. You can specify a value between 1000 and 65535 inclusive.
    [3] Restart the WebIProcessingServer server(s).
    [4] Restart the "AnalyticalReporting" web application, or, restart Tomcat if you are unsure how to restart individual applications.
    The change should now take effect when working with Input Controls in the InfoView WebI Viewer and WebI Java Applet.
    If you need to modify the LOV limit in WebI Rich Client, work through the following steps.
    [1] Open the webi_client_default_parameters.xml file in a text editor, such as notepad. The default location for the file, on windows, is as follows:
    <drive>:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\config\webi_client_default_parameters.xml
    [2] Modify the following parameter:
    Code:
    <PARAMETER NAME="WebiParamListOfValuesBatchSize" VALUE="1000" TYPE="long" ADMIN="true"  />
    Modify the VALUE from the default of 1000.
    [3] Save the file.
    [4] Restart the WebI Rich Client
    http://www.forumtopics.com/busobj/viewtopic.php?p=755449
    Regards,
    Bilahari M

  • Sound is saying selected device has no input controls need help??(Motu Ultralite mk30

    Hey all
    I'm having problems with my new Motu. I have uploaded and installed all drivers including new uodate from MOTU direct! My iMac Pro is saying that the selected device has no input controls I have updated my iMac software now running OS X Lion 10.7.2. Have tried going through Firewire, unplugging rebooting everyway!! Also through USB both to no avail. I have sound through output and I can seee levels in the sound (System Preferences) so what am I doing wrong. I'm new to both mac and Logic but great with Cubase need your help....thoughts and any suggestions
    Thanks MH

    'selected device has no input controls' - this is because it doesn't need them - it's for interfaces which have no hardware level control: it doesn't affect whether it works or not, it's just that there is nothing to adjust.
    Presumably the mixer has a main audio output: do you get audio out of this?
    If no: then you haven't routed something correctly in the mixer.
    If yes:
    If you go into System Preferences>Sound, choose 'Input': can you see the mixer in the list?
    If no: driver not properly installed
    If yes:
    Select the mixer as the input (this is for testing, it doesn't affect GB).
    If you feed the mic into the mixer and you can hear it on the main audio output, do you see the meter in the Control Panel moving?
    If no: the interface between the mixer and the computer needs looking at.
    If yes:
    In Garageband, check you have the mixer set as the input.
    Record something on a track and play it back (having checked that playback of anything else, e.g. a loop. is OK): can you hear it?
    If yes: enable monitoring in the track info.
    If no: then we need to look more closely at the problem - please report back.

  • Bug: Universal app input controls (i.e. Start Menu, Task view buttons) ignoring and missing interpretative translation for legacy input control context request (right-click)

    Redundant post - however the topic (title) is different to point out the potential of adding translation for right-click to universal app input controls. The part about a solution for translation is in bold at the bottom of this post ...
    Bug: Universal app input controls (i.e. Start Menu, Task view buttons) ignoring and missing interpretation translating right-click to a left-click to activate context (menu) in universal app web style (similar to oo context menu for oo legacy style).
    Bug: Task view: OO context menu: Should show "nothing" (like right-click Start Menu button) - but right click Task view shows the oo context menu for the Task bar (wrong context)
    Besides behaving wrongly (should be like right clicking the Start button) ....
    the problem is the user is likely to look for actions on that context menu.
    However to activate the context menu for this universal app kind of behavior you actually need to left-click the button for the Task view ... and then you get the universal app like context menu.
    Microsoft must have been trying to figure out what to do about this kind of voupling mismatch between legacy (right-click) and universal app (left-click) conmtext menus. confusing for users it weill become nevertheless.
    But the left-click style supports touch.
    One solution though is to support right-click on i.e. Task view and Start button. Thus for new kind (universal app kind-of)input controls - right-click will work (instead of just being ignored) just like left-click. Allthough not a correct left-click
    - it will be helpful and interpretive translating the intension of receiving a context. A practical solution with right-click translating into left-click for universal app controls considering that the context menu actually has become a hybrid of left-click
    and right-click (with a precedence for left-click though)

    This is a great post.
    I couldn't have written it myself better.
    I'm also in dying need of Korean input as I can't communicate with my Korean friends.
    But I second every point.
    I hope the tech teams are reading this.

  • DIFFERENCE between Tabstrip control and tabstrin(with wizard)

    difference between table control and table control wizard.
    and what is all about custom control
    give simple examples

    Hi
    Table Control
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/802338454211d189710000e8322d00/frameset.htm
    Table Control Wizard
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/802338454211d189710000e8322d00/frameset.htm
    Tab Strip
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm
    Tab Strip wizard
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm
    http://www.sapmaterial.com/tablecontrol_sap.html
    Custom Controls
    A custom control is an area on a screen. You create them in the Screen Painter, and, like all other screen objects, they have a unique name. You use custom controls to embed controls. A control is a software component on the presentation server, which can be either an ActiveX control or a JavaBean, depending on the SAPgui you are using. They allow you to perform tasks, such as editing texts, locally on the presentation server. The control is driven by the application logic, which still runs on the application server.
    The SAP Control Framework
    The controls on the presentation server and the ABAP application programs on the application server communicate using the Structure link SAP Control Framework. This is programmed in ABAP Objects, and contains a set of global classes that you can find in the Class Browser under Basis ® Frontend services. These classes encapsulate the communication between the application server and presentation server, which is implemented using Remote Function Call.
    All application controls are encapsulated in a global class. You can find the SAP Basis controls in the Class Browser under Basis ® Frontend Services or Basis ® Component Integration. Programs that use controls on a screen work with the methods and events of the global classes that encapsulates them.
    Container Controls
    Before you can work with a custom control on a screen, you must assign a Structure link SAP Container Control to it. Container controls are instances of special global classes from the SAP Control Framework. The global class for custom controls is called CL_GUI_CUSTOM_CONTAINER. To link a custom control to a container control, pass the custom control name to the CONTAINER_NAME parameter of the container control constructor when you instantiate it.
    As well as using custom containers, you can link controls to a screen using a SAP Docking Container. This is encapsulated in the global class CL_GUI_DOCKING_CONTAINER. The SAP Docking Container does not place the control within a screen. Instead, it attaches it to one of the four edges. You can nest containers. For example, you can use the SAP Splitter Container (classes CL_GUI_EASY_SPLITTER_CONTAINER or CL_GUI_SPLITTER_CONTAINER) within other containers. This allows you to split a custom control or docking control into more than one area, allowing you to embed more than one control.
    One example,
    program z.
    Constants *
    constants: c_me like trdir-cnam value 'VNDOVV',
    c_myurl type scarr-url value
    'http://www.brainbench.com/transcript.jsp?pid=147699',
    c_width type i value 260,
    c_height type i value 130.
    Types *
    types: begin of t_pgm,
    year(4) type c,
    name like trdir-name,
    end of t_pgm,
    begin of t_pgmkey,
    id type i,
    name like trdir-name,
    end of t_pgmkey.
    Data *
    data: it_pgmkey type table of t_pgmkey.
    Classes *
    Definitions *
    class screen_init definition create private.
    public section.
    class-methods init_screen returning value(this)
    type ref to screen_init.
    methods constructor.
    private section.
    class-data a_id type i.
    data: splitter_h type ref to cl_gui_splitter_container,
    splitter_v type ref to cl_gui_splitter_container,
    picture type ref to cl_gui_picture,
    tree type ref to cl_gui_simple_tree.
    methods: fill_tree,
    fill_picture.
    endclass.
    class screen_handler definition.
    public section.
    methods: constructor importing container
    type ref to cl_gui_container,
    handle_node_double_click
    for event node_double_click
    of cl_gui_simple_tree
    importing node_key,
    handle_picture_double_click
    for event picture_dblclick
    of cl_gui_picture.
    private section.
    data: html_viewer type ref to cl_gui_html_viewer,
    editor type ref to cl_gui_textedit.
    methods: fill_html,
    fill_src importing programid type trdir-name.
    endclass.
    Implementations *
    class screen_init implementation.
    method init_screen.
    data screen type ref to screen_init.
    create object screen.
    this = screen.
    endmethod.
    method constructor.
    data: events type cntl_simple_events,
    event like line of events,
    event_handler type ref to screen_handler,
    container_left type ref to cl_gui_container,
    container_right type ref to cl_gui_container,
    container_top type ref to cl_gui_container,
    container_bottom type ref to cl_gui_container.
    create object splitter_h
    exporting
    parent = cl_gui_container=>screen0
    rows = 1
    columns = 2.
    call method splitter_h->set_border
    exporting border = cl_gui_cfw=>false.
    call method splitter_h->set_column_mode
    exporting mode = splitter_h->mode_absolute.
    call method splitter_h->set_column_width
    exporting id = 1
    width = c_width.
    container_left = splitter_h->get_container( row = 1 column = 1 ).
    container_right = splitter_h->get_container( row = 1 column = 2 ).
    create object splitter_v
    exporting
    parent = container_left
    rows = 2
    columns = 1.
    call method splitter_v->set_border
    exporting border = cl_gui_cfw=>false.
    call method splitter_v->set_row_mode
    exporting mode = splitter_v->mode_absolute.
    call method splitter_v->set_row_height
    exporting id = 1
    height = c_height.
    container_top = splitter_v->get_container( row = 1 column = 1 ).
    container_bottom = splitter_v->get_container( row = 2 column = 1 ).
    create object picture
    exporting parent = container_top.
    create object tree
    exporting parent = container_bottom
    node_selection_mode =
    cl_gui_simple_tree=>node_sel_mode_single.
    create object event_handler
    exporting container = container_right.
    event-eventid = cl_gui_simple_tree=>eventid_node_double_click.
    event-appl_event = ' '. "system event, does not trigger PAI
    append event to events.
    call method tree->set_registered_events
    exporting events = events.
    clear: event, events[].
    event-eventid = cl_gui_picture=>eventid_picture_dblclick.
    event-appl_event = ' '. "system event, does not trigger PAI
    append event to events.
    call method picture->set_registered_events
    exporting events = events.
    set handler: event_handler->handle_node_double_click for tree,
    event_handler->handle_picture_double_click for picture.
    call method: me->fill_picture,
    me->fill_tree.
    endmethod.
    method fill_picture.
    call method:
    picture->load_picture_from_sap_icons exporting icon = '@J4@',
    picture->set_display_mode
    exporting display_mode = picture->display_mode_fit_center.
    endmethod.
    method fill_tree.
    data: node_table type table of abdemonode,
    node type abdemonode,
    w_pgm type t_pgm,
    w_cdat type rdir_cdate,
    it_pgm type table of t_pgm,
    w_pgmkey type t_pgmkey.
    clear: a_id, it_pgmkey[].
    select distinct name cdat from trdir into (w_pgm-name, w_cdat)
    where cnam = c_me.
    w_pgm-year = w_cdat(4).
    append w_pgm to it_pgm.
    clear w_pgm.
    endselect.
    sort it_pgm.
    node-hidden = ' '. " All nodes are visible,
    node-disabled = ' '. " selectable,
    node-isfolder = 'X'. " a folder,
    node-expander = ' '. " have no '+' sign for expansion.
    loop at it_pgm into w_pgm.
    at new year.
    node-node_key = w_pgm-year.
    clear node-relatkey.
    clear node-relatship.
    node-text = w_pgm-year.
    node-n_image = ' '.
    node-exp_image = ' '.
    append node to node_table.
    endat.
    at new name.
    add 1 to a_id.
    node-node_key = w_pgmkey-id = a_id.
    w_pgmkey-name = w_pgm-name.
    node-relatkey = w_pgm-year.
    node-relatship = cl_gui_simple_tree=>relat_last_child.
    node-text = w_pgm-name.
    node-n_image = '@0P@'.
    node-exp_image = '@0P@'.
    append w_pgmkey to it_pgmkey.
    endat.
    append node to node_table.
    endloop.
    call method tree->add_nodes
    exporting table_structure_name = 'ABDEMONODE'
    node_table = node_table.
    endmethod.
    endclass.
    class screen_handler implementation.
    method constructor.
    create object: html_viewer exporting parent = container,
    editor exporting parent = container
    wordwrap_mode =
    cl_gui_textedit=>wordwrap_at_fixed_position
    wordwrap_position = 72.
    call method: fill_html,
    editor->set_readonly_mode exporting readonly_mode = 1.
    endmethod.
    method handle_node_double_click.
    data: w_name type programm,
    w_id type i,
    w_year(4) type c,
    w_pgmkey type t_pgmkey.
    w_name = node_key+4.
    w_id = w_name.
    clear w_name.
    read table it_pgmkey into w_pgmkey with key id = w_id
    binary search.
    if sy-subrc = 0.
    w_name = w_pgmkey-name.
    endif.
    w_year = node_key(4).
    if w_name is initial.
    call method: fill_html,
    html_viewer->set_visible exporting visible = 'X',
    editor->set_visible exporting visible = ' '.
    else.
    call method: fill_src exporting programid = w_name,
    editor->set_visible exporting visible = 'X',
    html_viewer->set_visible exporting visible = ' '.
    endif.
    call method cl_gui_cfw=>flush.
    endmethod.
    method handle_picture_double_click.
    call method: fill_html,
    html_viewer->set_visible exporting visible = 'X',
    editor->set_visible exporting visible = ' '.
    call method cl_gui_cfw=>flush.
    endmethod.
    method fill_html.
    call method html_viewer->show_url exporting url = c_myurl.
    endmethod.
    method fill_src.
    types t_line(72) type c.
    data src type table of t_line.
    read report programid into src.
    call method: editor->delete_text,
    editor->set_text_as_r3table exporting table = src[].
    endmethod.
    endclass.
    Data *
    data this_screen type ref to screen_init.
    Program execution *
    load-of-program.
    call screen 100.
    Dialog Modules PBO *
    module status_0100 output.
    set pf-status 'SCREEN_100'.
    set titlebar 'TIT_100'.
    this_screen = screen_init=>init_screen( ).
    endmodule.
    Dialog Modules PAI *
    module cancel input.
    leave program.
    endmodule.
    Reward if usefull

  • Hyperlink and Input Control

    Hi,
    Right now am struck at creating input control. Basically, the requirement is we have a crosstab onto which we have 3 measures based on the equipment group and type as shown in the below screenshot. When we click on any values from Active assets it navigates to child report and shows the info about active assets. Similarly, when clicked on Cumulative MTBF it should navigate to the same child report and show the table related to Cumulative MTBF. Now in child report what condition should I place so that on click of any of the measure ,respective table should be popped up and other tables should be hidden in the child report.
    Thanks & Regards,
    Anila.

    HI,
    You can selet the reportpart via the hyperlink wizard, and set onlyt this part as shown, see screenshot below ! it works !
    (select part via right click and confirm
    I'm on webi: 4.1 SP 3 Patch 2
    if you have to do it manually : http://scn.sap.com/blogs/hamueller/2012/08/16/displaying-webi-report-parts-via-opendocument-in-bi-40
    RID= Report ID
    BID= Block ID
    and I added to my doc Open document lingo (hyperlink) through the whole BI platform, thanks for the idea
    Grtz
    Koen

  • Can input controls be used to change sections?

    Hi,
    I am trying to figure out a way to use the value of an Input Control to change the section dimension without having to create multiple copies of objects and hide/display them.  I have a table with multiple measures and dimensions, including multiple dates (fiscal year, India fiscal year and calendar year).  I want to section the report based on the input control selection so for ex, if the user selects fiscal year on the input control, the report sections are each fiscal year, if they select calendar year, the sections are each calendar year.  I created a variable that uses a simple If statement to select the object based on the input control so for ex, if the input control selection is fiscal year, then the variable is equal to the fiscal year object. If I set the section header equal to the variable, it displays the different values in the header when I change the input control selection but it isn't really creating section blocks based on the object.  Is this possible?  It seems like it should be. 

    Let me share a PoC:
    I have a block like:
    Dim A 
    Dim B
    Dim C
    A1
    B1
    C1
    A1
    B2
    C2
    A2
    B2
    C1
    A2
    B2
    C2
    A2
    B3
    C1
    A3
    B1
    C1
    A3
    B4
    C1
    A3
    B5
    C2
    In Input Control I would like to have A/B/C option. Accordingly it will create section by Dim A/Dim B/Dim C.
    Create two variables:
    Input ="A"
    Section =If([Input]="A";[Dim A];If([Input]="B";[Dim B];[Dim C]))
    Now, I create a section on [Section] object.
    Now, I create an Input Control on [Input] object:
    Let us add custom list of values as below:
    We are done !!!

  • How To Show Blinking Cursor In Text Input Control

    Hi,
    How to show blinking cursor in a text input control?
    I am using this for login page
    Thanks.

    Hi!
    you can try this!
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" horizontalAlign="center">
    <mx:VBox horizontalAlign="center" paddingTop="100">
    <mx:HBox horizontalAlign="center">
    <mx:TextInput id = "textinput1" />
    <mx:Spacer width="10"/>
    <mx:TextInput id = "textinput2" />
    </mx:HBox>
    <mx:Spacer height="50"/>
    <mx:HBox horizontalAlign="center">
    <mx:Button label="setfocus1" click="setTextInputFocus1(event)"/>
    <mx:Spacer width="5"/>
    <mx:Button label="setfocus2" click="setTextInputFocus2(event)"/>
    </mx:HBox>
    </mx:VBox>
    <mx:Script>
    <![CDATA[
    private function setTextInputFocus1(evt:Event):void{
    textinput1.setFocus();
    textinput1.setSelection(textinput1.text.length,textinput1.text.length);
    private function setTextInputFocus2(evt:Event):void{
    textinput2.setFocus();
    textinput2.setSelection(textinput2.text.length,textinput2.text.length);
    ]]>
    </mx:Script>
    </mx:Application>

Maybe you are looking for