Default Input Control Values in WebI doc on Open

Is there a way to select default Input Control values for a WebI document on Open ?  I have a WebI document/report with no prompts in the query (as I don't want to restrict the data available on refresh) with input controls on Year and Month. The report is scheduled to refresh data each night. This is a standard public report that many users open as Read Only through an Opendoc URL hyperlink to the latest instance.  I would like to always set the input control values to the current year and month so that the most current data is displayed on the report by default when it is opened as this is what the majority of users will want to see on the report.
I know that prompts can be used for the data filter but we do not want the data refreshed for each user as it is scheduled to refresh nightly and we want them to be able to change the input controls to view other years/months without requiring a refresh as these past months data is not dynamic.
Thanks, Faith

I meant the following:
When you are in the report editing mode at the top right corner of WebI window you can find the "Show/Hide report filter toolbar" button. After activation this feature you'll be able to drag your variables over the pane that appears.
If you are using input controls you can create new input controls based on this variables instead of controls based on Date, Month and Year dimensions and set the "Today", "Current month" or "Current year" as theirs default values.

Similar Messages

  • Display Report Level Filter value and Input Controls Value

    Hi,
    Please let me know how to display Report Level Filter value and Input COntrol values in the report.
    I have 2 tabs in the WebI Report. The first tab has the summary details about the other tabs like reprot desc, prompt values, reprot filter values,etc.
    In the 2nd tab I have the actual report which has input controls defined, prompt values and global level report filters.
    Can anyone please tell me how to display the Report level filter values and the Input Control values in the first tab report.
    For ex: Tab 2 has a Report level filter: Region = NA
    I need to display in Tab 1 in as Region: NA
    I used the function ReportFilterSummary but that is giving me other details, I want only the object name and the value.
    Also how to dispaly the Input Control values in the tab 1.
    Please let me know if you have any suggestions for this issue.
    Thanks

    did you try
    =ReportFilter([Year])
    if you are making report filter over the year, it will return the value of the filter
    by the way, the filter should be applied over all the report not to a specific block to be able to get the correct value
    the Input control also considered as report filter, only if you're applying them on the level of the report, if you applying an input contron over a specific block or chart, you will not get the values for ReportFilter
    good luck

  • 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

  • Is it possible to enter "Input Control" values on the report prompts screen? How?

    Our report users are used to enter their parameters on the prompt.
    I have created a new report on WEBI XI 3.1. and this report has some prompts and also input controls.
    That means, when the user wants to run the report they have to enter their parameters on the report prompt and then they have to navigate to the input control and select the values.
    That makes them feel like they are entering parameters twice for a report.
    Is there any way the initial value for an input control can be entered on a report prompt screen?
    So, the user enters the values of the prompt and the initial values of the input controls together only once at the prompt screen?

    Thank you very much for the confirmation Amit.
    Yes, I considered adding a prompt instead of an input control but this input control selects data based on a custom calculation performed in a variable at the report level. To create a prompt on the query I would have to make the calculation at the universe level.
    Anyway, it seems 'Input Control" may be a useful tool for our reports, so we decided to get our report users accustomed to the input control tool.
    Thanks again for the help.
    Francisco

  • How to get or set default fiscal year value in billing doc

    Hi All, my question is simple, how to get or set default fiscal year value (VBRK_GJAHR) in billing document.. is it possible.
    Thanks.
    Regards,
    Michael

    Hi Michel
    If you feel that the fiscal year value should come  in the billing document then you have to use a user exit USEREXIT_NUMBER_RANGE .
    As this is a related to ABAP , you should give the inputs and ABAP'ers will give the number range as per our requirement .
    Regards
    Srinath

  • Cannot see the default input help values in the preview mode ALDesigner P&F

    Hi experts,
    I'm currently implementing a HCM PROCESS FORM process.
    I'm wondering why I'm not able to see the default input help of a dropdown UI ISR element in the Preview mode within adobe live cycle designer.
    I have linked my field with SAP-PA backend-service through Form Scenario.
    Within adobe live cycle designer, in the Binding tab page and then Element Values, I entered the following value in the Objects field: $record.sap-vhlist.<Field
    name>\.DATA\.FIELD.item[*], whereby <Field name> is the name of the form field. but cannot see any values...?
    Could you provide me any help, advices on that.
    Thanks in advance,
    Regards
    Louis

    Hi
    You can do that in two ways.
    One is from PA services provided by SAP. Other one is you care create a Generic service to load the values.
    1. In HRASR_DT tcode  select the process and create the backend service for SAP_PA and add the field Employee group (PERSG )  by choosing IT 0001 and screen element  then select the Input Help and check the box for PA service .
    2. Create a backend service and create the BADI and inside that do the logic to load the Employee group from FM and bind the value to the field.
    Please refer the Enhancement Implementation HRASR00_USER_NAME for the sample. Class CL_HRASR00_GS_USER_NAME.
    see this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/82/b6b94278560c31e10000000a1550b0/frameset.htm
    Kind Regards,
    Mukesh

  • 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

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

  • Passing Input Controls as Parameters in Webi

    Hi All,
    Hope you all doing great! I have a requirement where we need to pass input control values from Report A to Report B.
    As shown in the above image, the user selects 10 states (for example) at query run time and we have an input control for the same object ([State]) in the report where the user selects/filters four states out of 10 to view the Product and Sales information specifically for those states. Now from here we have a document linking setup on Product column to Report B where we see specific product information. (for example when user clicks on Shirts, Report B opens up with detailed info about shirts business in those four states that are selected via input control).
    So, my question is how do we pass these four states (selected via input control) from Report A to B. Please let me know how to implement this functionality. We are running on BO 4.1 with Teradata as backend.
    Thank you all for your responses. Cheers!!

    Hi Rakesh,
    It is working. Thanks for that. but it is also throwing #MULTIVALUE error for few fields. I don't know why but do you remember any instances that trigger this error? Any reason why I get this error?
    Well, what I see is one state has two products with same price. That is why it is causing multi value error. Any workaround for this?

  • InfoView Bug? with Input Controls

    I have 5 input controls on my web report. These are created so that the users could select one or more of the values(list of values).
    If I put any default values in any one or more of them and then click on rest button (Reset Button that is for the input control) I get an Internet Explorer related error.
    Please advise if this is a known issue with Webi/InfoView or there are some settings that I have to change in order to resolve this issue.
    Here is the brief description of the error:
    Line :471
    Char 5
    Error 'List' is undefined
    Code:0
    Thanks

    Don't try to put HTML here in the forums. Setup a test site somewhere and post a link to that.

  • Input Control filtering in Offline Mode

    This question relates to using a Webi report on the iPad. Current version is installed on the iPad.
    I presumed when an Input Control (IC) is used, the data from the query is stored within the microcube of the document.
    So when an IC filter value is used there is no need to go back to the database and query; the filtering is done by reading the microcube data.
    So when I used an Input Control in a document that was being used in offline mode I was surprised when the IC icon showed "All Values" but I cannot open up the Values list to select a value to filter on in the Inout Control. I would have thought it was valid to expect the IC will still work in offline mode as there would be no need to go back to the data source. When making the connection active again the IC works again opening up the list enabling the selection of values to filter by.
    So is it right that an IC in offline mode defaults to All Values and you cannot open the list to select a value to filter on?
    It's BO v4.0 SP5.
    Thanks

    Hi All,
    Answering to original post as there are other variants discussed in subsequent threads.
    Though InputControl operation from MOBI does not touch the datasource, it needs to interact with BOE platform. This is because of the change in aggregation of data involved, when we change input control value.
    Hence IC does not work out of the box for offline documents in MOBI.
    Having said that, there is a way through which you can make input control values available for offline analysis, using Personal views.
    (Open a webi document-->perform various selections of LOVs in input control-->save as personal view-->this personal view can be accessed in offline and you will be able to repeat the input control operations only for those LOVs which you already explored before saving the personal view)
    We can refer MOBI user guide for more detail on personal view.
    -Regards,
    VVH

  • Selective Cache-control in the web server

    I am using weblogic 8.1 as the app server and Sun one 6.1 as the web server
    In my obj.conf of the web server we have this
    PathCheck fn="set-cache-control" control="private"
    This caches all the pages.
    But I don't want some pages to be cached in our site.
    For this, I tried setting "no-cache" for the "Cache-control " of the response hedear, in corresponding jsps. But the webserver configuration is overriding this.
    This configuration set in the webserver should be applicable for all the modules except for some urls .
    can anybody tell me how to make this selective cache-control configuration in the obj.conf of sun one web server.
    or if there is any way to prevent the set up in jsp from being overridden this webserver ?
    Also it would be great if anybody can explain, what are the services handled by the web server and the the app-server and how they interact with each other....

    It's unfortunate that JSPs running in WebLogic can't override the default Cache-Control directives in Web Server. That's probably a bug in the WebLogic plugin. (It is possible for JSPs running directly on Web Server to override the default Cache-Control directives.)
    As with any obj.conf directive, you can configure Cache-Control directives on a path-by-path basis. For example, the following would set Cache-Control: no-cache for /foo/*.jsp and Cache-Control: private for all other URIs:<Object ppath="/foo/*.jsp">
    PathCheck fn="set-cache-control" control="no-cache"
    </Object>
    <Object name="default">
    PathCheck fn="set-cache-control" control="private"
    </Object>Information on obj.conf syntax, including how to configure separate objects for separate paths, can be found in the Syntax and use of obj.conf chapter of the NSAPI Programmer's Guide at http://docs.sun.com/source/817-6252/npgobjcn.html.
    I'm not sure what you mean by "what are the services handled by the web server and the the app-server and how they interact with each other". However, it's worth noting that Sun ONE Web Server 6.1 is fully capable of running JSPs by itself; there's no need for a separate WebLogic server.

  • Rich Client keeps refreshing docs when opening them

    Hello,
    I would like to ask a question about the refresh on open with Rich Client. Using FP2.10, I have Rich Client which keeps refreshing documents when opening them. This happens even if the 'refresh on open' option is unchecked. I would like to know if there is another option that is forcing the refresh of my webi doc when opened with WRC.
    this behavior I'm facing is systematic and does not depend on universe, document, objetc or whatsoever.
    It happens when I create a brand new doc using demo universe (eFashion for instance). I use a prompt in the query; then I save the document locally as a .WID file making sure that option 'refresh on open' is uncheck. However when I open this newly created document, the prompt dialog box shows up meanign that the doc was refreshed.
    This behavior is happening wiht only one machine. that' what made me think that it might be related to some configuration within that machine.
    Thanks in advane for any input you might have to resolve this issue.
    Best regads,
    Mohamed

    I have got a question with regards to this thread.
    I understand the new option that has been added u201CDisable Automatic Refresh on Open for all documentsu201D
    In this instancce all reports refresh when opened in WRC and not in Infoview?
    Is this right specific to WRC or Webi in Infoview as well?
    With BO administrator, the report does not refresh as u201CDisable Automatic Refresh on Open for all documentsu201D right is granted by default.
    However, with a non-admin user, the report will refresh.
    If the aforementioned right is  granted to the non-admin user then the auto-refreshes stops.
    Therefore, my query is:
    Is this functionality of refreshing all documents specific to WRC or does it also applies to Webi in Infoview?
    If specific to WRC then is it documented somewhere?
    Thanks
    Steph

  • How to set the current month as the default value of an input control?

    Hello,
    I want to set the current month or current year as the default value of an input control. Something like try to get the month from the currentdate() formula and assign it to the input control.
    Is this possible?
    Thanks & Regards
    SU

    >
    soauniverse wrote:
    > Hello,
    >
    > I want to set the current month or current year as the default value of an input control. Something like try to get the month from the currentdate() formula and assign it to the input control.
    >
    > Is this possible?
    >
    > Thanks & Regards
    > SU
    I don't think so.  I tried to find a property or something in that Input Control but there is nothing to set it that way.

  • How to pass Default value of a cell in to input control

    Hello Guys,
    We have a WEBI which has a floating cell and populated as Today's Date everyday when user runs it. Now user wants little modification and wants Input control for Date. He also wants to pass on the values selected in input control to that floating cell. How can I do that?
    Any suggestions?
    Regards
    Aj

    Hi nitya,
    I think u didnot get my requirement.
    my requirement is i have an complete editable ALV with all fields as input fields.
    now when i enter a value under material and press enter  i need to capyure the
    material value and based on the material value i need to get the details and populate all those values in the respective fields.
    All i need to do is get the material number that is entered.
    in the pdf of using ALV events it is such that editable cell editors trigger ON_DATA_CHANGED  event and non-editable cell editors trigger ON_CLICK event.
    But i couldnot find the ON_DATA_CHANGED event in the ALV events.
    Help me out in finding the event.
    Cheers,
    Madhu

Maybe you are looking for

  • How can I delete an old iCloud ID on my mac?

    Hi, I changed email addresses around a year ago and have just noticed that my old email address is the default account name for my iCloud account on my iMac. I'm locked out of making changes to this account -- I'm getting a message that it's been dis

  • Can't sync music, videos, apps with homeshare?

    We have a simple PC computer. My father has the IPhone 3g, I recently got the IPhone 4 for my birthday in august. Both my mom and my sister has the IPod touch (3rd and 4th generation i think). And whenever I try to put a new song or movie or a app fr

  • I am trying to set up a friends new iPad but am struggling with settings for her email accounts can anyone help me

    can someone help with the email settings for the email accounts on this iPad.? Or tell me what you would expect the default settings to be. currently we mail is a virgin.net account

  • How can i use static image in a form

    I want to use a static image in the form I mean i need some images to show to end user and images but are static images, i was trying to copy paste image from from outside to forms but could not do it. Please what is the way to add static image in th

  • Macbook Pro use H.264 Format like the iPhone?

    Hi I know this may sound like a silly question, but I was wondering if MacBook Pro use the H.264 format like the iPhones and iPads do? I know that iphone and iPad have the H.264 Format in them as you can watch youtube videos on them. I am thinking of