User Want multipale selection in Drill filter  in WEB-I 3.1

Hi Team,
we have WEB-I report created with Drill filter on it , we have set up drill fillter uisng anyalsis context by enabling report for drill.
Now by default we can choose only one value from that fillter , we have requirment to enable it for multiple selction ,
say for example ( I have drill filter on Region , and it shows LOV as APAC , NFTA, EAME....) as of now i can choose any one of those and could not choose more then one value.
Regards
Ashutosh D

Hi Ashutosh,
As per my knowledge, I think you cannot achieve this in drill filter. We had a similar requirement from one of our client and we recommend to go with report filter (which will be on top of the report as like drill filter). With report filter, user can select mulitple values for each object.
Thanks
Jai

Similar Messages

  • Identifying user selection of drill filter

    Hie Guys,
    I am creating a report that contains a single hyperlink to different reports based on the user selection of the drill filters. I need to be able to identify what drill filter the user selected in the form of a formula so that I can direct the user to the appropriate report when they click on the hyperlink.
    For e.g.
    If user selects drill filter for month, take them  to report 1
    If user selects drill filter for department, take them to report 2.
    If user selects drill filter for Unit, take them to report 3..
    Thanks.

    Hi Jeewan
    First you need to know if a filter selection was made ,
    DrillNumMonth=Count([Month - Key])
    Second Obtain the value of selection
    DrillMonth=ReportFilter([Month - Key])
    Third Evaluate
    =If(([DrillNumMonth]=1; Link_Month ; If([DrillNumDim2=2; Link_Dimension2 .....
    I hope this help you

  • Intialize value of drill filter in webi document

    I have a webi document that is saved in drill mode and I would like to set the value of the drill filter when the document is opened.  Is it possible to do this?  I haven't been able to figure how to do it.

    Hi
        You can get this by using a trick...........
    Using analytic context menu add a query filter (Here Select Your target object that you want to filter). And then select the value you want to get filtered from the drop down combo..........And finally save your report.  So when you/anyone will open this report, it will be opened with this filter........
    Hope it will help you.. any question please response..........
    arifuzzaman

  • How do I get date as calender when a user wants to select a specific date and filter the o/p of report accordingly

    Can someone help on this..?

    Thanks I missed out that i can use a date as datatype
    Thanks for pointing out ;
    Will try that
    Also can you help me with this as well
    "https://forums.oracle.com/thread/2571086"

  • Printers are not showing up anymore when user want to select a printer

    I was looking for a Basis forum but couldn't find it. So, I guess this is the best forum where I can post my question.
    Our end users used to be able to select printers but now all printers are not showing up anymore in their output device list. The only printer shown is LOCL.
    This problem just happened from one day to another and now nobody can select printers. The just can print to their LOCL printer
    Any idea or suggestion?
    Marco

    Hi
    Try to check if something is changed in the user profile, try to see the authorization S_SPO_DEV
    Max

  • IR Date Filter - My date field is MM/DD/YYYY users want to filter by same

    Hi,
    I have a interactive report that has a date field and I put a "MM/DD/YYYY" display format on it.
    The filter uses DD-MON-RR format in filtering which works fine but the users want to filter by same format of MM/DD/YYYY because they want to type it in. Is there a way to change the date format of the filter to match the display format of the fileld?
    Also, if a valid date is entered in the wrong format no error occurs just no data.
    Thank you,
    BillC

    Hi Billj,
    I am not quite clear about your question. For the date field in the form you can create a validation for valid date and that will not accept the input if user type invalid date. if you want to format that date field in the form you can do that as well by choosing the date picker with your expected format (Date picker(dd/mm/yyyy).
    Hope this will help,
    Thanks,
    M Tajuddin
    http://tajuddin.whitepagesbd.com

  • TFS Workitems:Bugs : I want ot select different lists, from the global list, for fields basd upon user group

    Hi,
    I am customizing the bug workitem workflow.
     I want ot select different lists, from the gllobal list, for fields basd upon user group
    I am aware that I can use "when" clauses in the allowed/suggested values of the field.
    My question is : how do I get the group(s) that the current user is in and how do use this to select different lists?

    Hi!
    You can not do this through standard way. You must to create the custom work item control:
    http://witcustomcontrols.codeplex.com/
    And get the user group through IIdentityManagementService.
    IIdentityManagementService IdentityService = _workItem.Store.TeamProjectCollection.GetService<IIdentityManagementService>();
    TeamFoundationIdentity _curid = null;
    _workItem.Store.TeamProjectCollection.GetAuthenticatedIdentity(out _curid);
    string _group = "Admin";
    var _gr = IdentityService.ReadIdentity(IdentitySearchFactor.AccountName, _group, MembershipQuery.Direct, ReadIdentityOptions.None);
    if (_gr.Members.Where(s => s.Identifier == _curid.Descriptor.Identifier).Count() > 0) return true;

  • Can we dynamically change the column based on drill filter parameters

    Hi All,
    Is it possible to pass the drill filter parameter from a parent WebI report to Child webI report.
    Here is the scenario:
    There ar 2 WebI reports: Test1 and Test2.
    Test1 is the parent report which is having the drill options and a link to detial report.
    Depending upon user selection of Region, Market Unit or Country the detail report should display data dynamically by taking those drill filters as input for prompts of second report.
    ie. if user drills to region = APJ, detail report should only display APJ Data at detail level.
    If user is on drill level = Market Unit, only that Market unit details should be displayed, similarly for country.
    I am able to pass the drill parameters of Test1 report using the formula:
    ="<A HREF=https:///OpenDocument/opendoc/openDocument.jsp?sType=wid&sDocName="+URLEncode("Test2")
    "&sWindow=New&lsMRegion="URLEncode(If(DrillFilters([Region])="" ; [Region_All];DrillFilters([Region])))"&lsMMU="URLEncode(If(DrillFilters([Market Unit])="" ; [MU_All] ; DrillFilters([Market Unit])))
    "&lsMMU="URLEncode(If(DrillFilters([Country])="" ; [Country_All] ; DrillFilters([Country])))
    ">""Detail Report"+"</A>"
    But I am not sure what formula I need to write in the Test2 report so that column changes based on the drill filter selection in Test1 Report.
    Can you please someone help me out in this?
    Thanks in Advance.
    Regards
    Sindhu

    Please find my replies inlined >>>
    Hi Tapash,
    Thanks for the reply. I have already extended the
    VORowImpl class and overridden the setAttribute14.
    The value gets stored in the database, but I am not
    able to fetch this value using getAttribute14() in
    the VORowImpl class. I am not sure why, but my
    requirement is to change the value of an attribute
    depending on its previous value.
    You need to requery your VO to get the data back from the DB
    Let me elaborate my requirement. In iprocurement we
    have created a requisition using copy to cart
    feature. Our requirement is to launch the Account
    Generator whenever a requisition is created using
    copy to cart.
    Okay
    This can happen if we change the value of an
    attribute. I changed the value of this attribute from
    the form
    Do you mean you changed the value from forms application ?and observed that account generator is
    launched. But as this attribute is not used by
    client, I want to change the value of this internally
    but it should behave the same way as if the value is
    being changed from the form.
    I hope this makes the requirement clear.
    What i understand is, you need to launch the account generator when you create a req using copy to cart, so let us look at that, i would suggest not to change/use tha flex attibutes if not required, because the client might want to define a DFF on the field tomorrow, that is the purpose of attribute fields, now if you manage to get your requirement by using it today, it might incur rework tomorrow.I will find out how iProc works and would let you know other better way of launching the account generator.
    >
    Thanks

  • Multiple selection in Query filter

    Hello,
    We have a requirement wherein in the Search Master Agreements and Agreements Query, we need to search on the Collaborators on a particular MA.
    We have duplicated the OOB query and have been able to acheive this, so this post is not regarding that.
    The problem is Business wants to see all those MA and SA wherein the Collaborators are User A and User B.
    System only allows one user to be selected at a time. Can we build the filter in any way which allows for the user running the report to select more than one user?
    I have seen this behavior in another OOB query in the Auctions module. This one is  Search contacts by category name and supplier name.
    Any pointers will be appreciated.
    Thank you
    Vikram Shukla

    Hi,
    I was reading:
    http://www.oracle.com/technetwork/developer-tools/jdev/jdev-11gr2-nf-404365.html#bugs_fixed_in_11.1.2.2.0
    Bugs Fixed in 11.1.2.2.0
    Bug.No. 13508184
    unsupported model type error thrown for multi select view criteria
    I have tested the use case described in this thread with JDeveloper 11.1.2.2.0 but I still get the same error.
    when I use operator "Does not equal":
    Error: Unsupported model type.
    SelectMany does not support a model of type class java.lang.Integer.
    Is there anybody who can tell me more about this bug fix?
    Thanks,
    Kees.

  • F110-Enhancement: User want to reran the same proposal after delete

    Hi guys
    It would be great if ane one having answers.
    User want to rerun the same proposal  when he likes to update the exchage rate after the payment proposal made   .For this, he will delete the proposal and reran the same proposal.
    This is for only Customers and not for Vendors as F110 itself taking care of vendors.
    Here the requirment is when he reran the same proposal he checks  new proposal documents with the documents  existed in ZTABLE earlier(needs to be crated z table for entries RUN DATE,IDENTIFICATIN,ALL DOCUMENTS belongs to each proposal ). if all documents are same then no issue ..payment ran takes place and then delete those documents from ZTABLE.if not same, for those documents payment should  be blocked(
    i.e any new  documents created  first propal and reran  proposal  those new documents shold be blocked) and then delete those documents from ZTABLE too.
    I found one BADI:   FI_F110_SCHEDULE_JOB which is triggering before proposal made.
    its having one structure  F110V having only contains one vendor(lower limit of vendors) and only one customer ( lower limit of customers) so here i could not get all the vendors and all customers but i can get all open doucments from table BSID and BSIK .
    it can be used to some extent but anyway useless.
    BTE: 1860.
    this can be used but user has to click the line item of the proposal run.if suppose there are more documents , it is also useless.
    Another BTE:2040,2060
    I can use these BTEs to delete those documents stoed in ZTABLE after payment made.
    kindly suggest me if anybody have any idea on this enhancement.
    Thanks
    Babu

    Hi,
    When delete event is fired, in PFR capture the selected tab details
    tabBean.getSelectedIndex(pageContext);
    store it in session
    then
    forward it to warning/dialog page
    post the warning page results to calling page
    in the process form request of calling page capture the event
    use
    tabBean.setSelectedIndex(pageContext,value)
    value get it from session
    pageContext.getSessionValue() API
    Regards
    ivar

  • Purchase order archived long back. User wants to retrieve specific POs.

    Purchase order archived long back in 2004.
    These POs are not displayed in ME23n and ME2l.
    User wants to retrieve specific list of POs and make them displayed in ME23n & ME2l.
    Is there way to retrieve only selected (say 100 specific Purchase orders or Purchase order from specific Company code) purchase orders?
    Kindly guide me.
    Thanks & Best Regards,
    Mohan

    Hi Steeve,
    Thanks for the information.
    When I execute ME82, I get a window with "Archive Administration: Select Files for Read Program"
    and list as below,
          000943 26.08.2006 all EKKOs older than 720 days
          000557 01.01.2005 all EKKOs older than 720 days
          000512 09.10.2004 all EKKOs older than 720 days
          000458 29.06.2004 SD_EKKO - archiving run file
          000434 28.05.2004 SD_EKKO - archiving run - job cancelled, files de
          000294 18.11.2000
          000291 16.11.2000
          000276 14.10.2000
          000267 16.09.2000
          000261 09.09.2000
    Can I click, process and proceed? Would this create any problem?
    Kindly inform.
    Thanks & Best Regards,
    Mohan

  • User option in selection screen of report

    In a report, want to give user an initial option of Calendar year/month OR calendar year/week...
    Only the one the user wants should be displayed on the selection screen.
    1 Is there a way to give user an option while running the query before the selection screen(variables - uesr input) of the report appears
    OR
    2 Is there a way to give user a toggle option on the selection screen which displays either calendar year/month or calendar year/week based on user choice but not both.
    I am aware that user can easily toggle once the report has been executed, but the purpose is to give user this option initially.
    As of now, in the report at the selection screen there are four periods based on calendar year/month. (to facilitate comparison of periods)
    eg (m- cal year/month, w - cal year/week)
    P1(m) 
    P2(m)
    P3(m)
    P4(m)
    If we add four more for week
    then user will have a cluttered selection screen (as there are many other selection options apart from time)
    eg 8 time choices
    P1(m) 
    P2(m)
    P3(m)
    P4(m)
    P1(w) 
    P2(w)
    P3(w)
    P4(w)
    What I need is a way for at any time, either cal year/month or cal year/week is visible based on user choice.

    In a report, want to give user an initial option of Calendar year/month OR calendar year/week...
    Only the one the user wants should be displayed on the selection screen.
    1 Is there a way to give user an option while running the query before the selection screen(variables - uesr input) of the report appears
    OR
    2 Is there a way to give user a toggle option on the selection screen which displays either calendar year/month or calendar year/week based on user choice but not both.
    I am aware that user can easily toggle once the report has been executed, but the purpose is to give user this option initially.
    As of now, in the report at the selection screen there are four periods based on calendar year/month. (to facilitate comparison of periods)
    eg (m- cal year/month, w - cal year/week)
    P1(m) 
    P2(m)
    P3(m)
    P4(m)
    If we add four more for week
    then user will have a cluttered selection screen (as there are many other selection options apart from time)
    eg 8 time choices
    P1(m) 
    P2(m)
    P3(m)
    P4(m)
    P1(w) 
    P2(w)
    P3(w)
    P4(w)
    What I need is a way for at any time, either cal year/month or cal year/week is visible based on user choice.

  • Deny user from seeing/selecting from tables but allow access to certain view

    Need some assistance. I have a database on SQL Server 2008 R2. Using windows authentication and a custom group, I control who can access the database and serve up the data via a web application.
    I now have a requirement to allow users to connect to the data using Power Pivot, but do not want to allow users to see all tables/views, I want explicitly control what they see.
    How do  I lock everything down so that users can still view the data from a defined view but limit access to the other tables and views ?
    In essence, my users should not be able to see/select from any of the tables or views except for a specific view that I want them to have access to.
    Thanks

    If the View and the Table are in the same database and have the same owner, then a user who has SELECT permission on the View does not require any permissions on the table.
    See
    Ownership Chains
    David
    David http://blogs.msdn.com/b/dbrowne/
    http://blogs.msdn.com/b/dbrowne/

  • SQL- 2005 : User Input in select statement's where cond [Input Parameter]

    Hi All
    i am using SQL Server 2005 , i want to select the data based on the user input in where condition,
    but i am not sure what to give in where condition,can anyone have any idea on this
    SELECT [NO]
          ,[NAME]
          ,[PAGE_COUNT]
      FROM [DS].[DB].[tablename]
    where [NO]=???
    Regards
    Chaitanya.A

    HI
    public String getEmployeeName(String employeeNumber)
              // TODO : Implement
              String name = new String();
              String exception = new String();
              try
              InitialContext initialContext = new InitialContext();
              DataSource dataSource =(DataSource) initialContext.lookup("jdbc/XXXX");
              java.sql.Connection connection = dataSource.getConnection();
              PreparedStatement stmt =connection.prepareStatement("SELECT [NAME]FROM [XXX].[ASDF].[ABCD] where [NO]=?");
              stmt.setString(1,employeeNumber);
              ResultSet result = stmt.executeQuery();
              while (result.next())
                   name = result.getString("Name");
                   connection.close();
                   return name;
              catch (Exception e)
                   exception = "Exception";
                   return exception;
    i used the above function to achieve my requirement
    Thanks
    Chaitanya.A

  • How to create user Exits for selecting ranges of the month

    Hi Bw Experts,
    Right now i need to create a user exits for my report which is coming from Infocube which has 12 months and 12 qtys. But if my client want to see the content of the report for e.g 1 to 3 months in selection screen means then we need to create a variable and user exit to accomplish this problem or is there any solution by which we can solve the problem. Try to suggest me and steps to achieve.
    Thanks in advance,

    Hi,
    Thanks for your input. But the questions is 12 amounts and 12 qtys not 12 months sorry for the typoerror. We are not carrying month field. But the User want to see the for e.g 1 to 3 months data means then how it is possible to accomplish this issue. Try to suggest me.
    Thanks in advance
    Message was edited by:
            mano_biw durai

Maybe you are looking for

  • Neo 2 Plat Bios 1.3... adjusting HTT freezes bios

    I just built my system last night with the components below.  Had problems with installing windows at first due to random lock-ups during the install process.  Moved the raptor to sata 2 from 1 (learned today from reading that i'm gonna want to put i

  • Open links in new tab not window

    Hi I just started using safari and like it so far, the only problem i have is when i click a link it opens in a new window not a new tab. I know you can right click and select open in new tab but is there a way to default when i click it opens in new

  • Bapi wrapper- MODIFY Wrapper For SyncBo

    Modify Wrapper :ZGET_AM_P2P For SyncBO I have read the requirement : -replace entire item data with entries of table parameters pls tell me the code will work or not if i put in syncBo someone pls help me..... FUNCTION ZGET_AM_P2P. ""Local interface:

  • Store Report PDF file in group' folder

    I want create a system which enable the user to create a report with the report builder and then report will automatically to store the PDF file into a specified folder before we view the report in PDF format. Recently I able to view the report in PD

  • Mvt type 311

    Dear All, I have transfer material sloc to sloc using mvt type 311, our requirement is to control the mvt type. can i assign release strategy to this time. Thanks Shital