Adding drilldown characteristics in WEBI Report

Hello folks,
Is adding new drilldown characteristics on the fly, possible in WEBI at all? For those familiar with BW, am talking about free characteristic functionality.  Here is a scenario in case that we are trying to emulate. So upon executing the report, the initial view should display Sales for 3 months in different columns, and that should be shown at a Sales Organization level.  Once we have that, the user would like to expand using a different characteristic for drilldown. So lets say, show the same monthly numbers but broken down for every 'Industry' and/or 'Location' and/or 'Plant'. Hierarchy is definitely an option but it may work well only for true parent and child type relationship between the characteristics. Please share your insights on the topic.
Thanks,
Rv

Try Drillfilter()...
Hope it will solve your problem...!!
Thank You

Similar Messages

  • How to select more than one free characteristics in web report?

    Hi,
    From the performance point of view, I want to select more than one free characteristics to be displayed in WEB report.
    I know in BEx Analyzer, we can do this by right mouse click and choose' query property' from the context menu, all the free characteristics are displayed in the popup window. But in WEB report these free char don't displayed in the 'query property' popup window.
    Could anyone tell me how to implement this in WEB report?
    Eileen

    Hi,
    each free characteristics in the list has two functions beside it, 'drilldown in rows' and 'drilldown in columns', but this functions as select only one free characteristics, each time you select one, the report will be loaded again.
    if I want to select like 10 free characteristics, the report will be refreshed and reloaded 10 times.
    my question is that how can I select these 10 free characteristics once to improve the performance.
    your help will be appreciated. Thanks.
    Eileen

  • Fonts for drilldown characteristics on web query

    How can I change the fonts of the drilldown characteristics which are part of a Navigation block in a web template? Thanks

    Hi Niten,
    Not usre on this. But these are defined in a stylesheet so I guess you can change that either in the HTML code tab in the web template in WAD. If that is not possible then change it in Report deisgner or change the stylesheet in MIME repository.
    Bye
    Dinesh

  • Swap characteristics in web reports

    Hi all
    In web reports you can use drop down boxes / radio button groups / check boxes to select filter values for characteristics. Besides these boxes give the opportunity to select one or more <b>key figures</b> you might want to see in the web report at the same time.
    I am looking for a feature that allows me to select the (only) <b>characteristic</b> I want to see in my web report. For example I would like to see sales volume per region, or per sales employee, or per month.
    The standard options are:
    navigation block: however, this will be a 2 step approach (remove drill down by regio and add drill down by sales employee)
    context menu: swap region by sales employee. However, the swap options presented are always ALL free characteristics. In my query I have about 25 free characterics, which I all show in the navigation block, but for my swap option I would only like to present a subset of 5 of these characteristics.
    What I am looking for is a 1 step swap option (or selection like radio button) that allows me to exchange between a subset of my free characteristics.
    I hope question is clear....Can somebode help me with this?

    Soniya,
    Just put the controlling area object in the filter. This will solve your problem.

  • Web Report Drilldown filter

    Hello,
    I have a report that I view on the web.  When i drilldown by material, everything displays correctly, however, when I then go and filter that drilldown, For example, I only want to see materials that start with 50, so i say filter using 50*. I then don't get any values, and there should be values.
    For 'Description of Filter values':
    I check the box
    I change the drop down to be '=' then I type 50*
    the last drop down says 'include'
    I then click 'Transfer'
    I get a message 'No Applicable Data Found.'  
    Also at the top it says - "Invalid Filter.... Filter changed"  when i click on that message I see:  Notification Number BRAIN 502
    Is there a way to filter 'Free Characteristics' on Web Reports using wild cards?
    I am using BW 3.5
    Thanks,
    Nick
    Message was edited by:
            Nick Bertz

    Change the Boolean drop-down from "=" to "[]", then use a range of "50" to "51".
    Hope this helps...
    Bob

  • Web Reports - Drilldown Problem

    Hello Guru's,
    I have a Web Report where I am only displaying the text properties and the result table. In the selection screen the user has to select a company which he will be working with. I also have configured in RSBBS a drilldown for this report. The main report is working fine, the problem lies depending on where the drilldown is made. In the result area you have the characteristics, and the results for each of them eg
    Org. Area - Distribution Channel - Qty - Value
    AAA        -  MT                         - 50   - 150
    If I do a drilldown from the "50" in the Qty row, the drilldown works fine by transfering the selected company to the second report, but if I do a drilldown from te "AAA", or "Org. Area", the selected company value is not transfered to the second report thereby generating an "Authorization Error" considering that the user has acess to a few companies. does anyone know how to solve this problem.
    Obs. All of the rules in BBS are set to generic, except the company which is set to variable as a diferent variable for the company is used the second report.
    Thanks
    Message was edited by:
            Alexandre Soares

    I have partially solved this problem by including the company at the line level and under its characteristics selected it to not display it. The problem only remains when the drilldown is made from the titles ... if anyone has had this problem please let me know how it can be worked out.
    Thanks.

  • ProcessdpCommandEx error when adding or removing object from WebI report (based on BEX query) query panel object list

    Hi,
    We have WebI reports build on BEX using BAPI connectivity. When we are trying to add a object in query panel in a existing report we are getting this ProcessdpCommandEx error. But error does not appear when we add at the end of the list of objects already added.
    Can you calrify whether this could be some setting issue or it is a known bug?
    Can you share SAP Note No in case it is a known bug?

    Hi Avijit,
    This error occurs in case of any failure in the connectivity. It is like the data providers are not getting processed.
    You have mentioned that the issue does not come with newly created reports
    Are you creating new reports on migrated universe or a newly created universe?
    If issue only comes with migrated universe, please check if the connection has been migrated properly and required middleware and database connectors are in place.
    If connections are in place, try importing and exporting the universe once and check.
    In case, new report works fine with migrated universe, then you can simply try to re-point the universe by editing the query and can run it again and check.
    Regards,
    Yuvraj

  • Web report - return drilldown state & filter values using Javasript

    I am customising a BW web report using Javascript.
    Can anyone tell me how I can read whether a particular characteristic is drilled down and the filter values applied using Javascript?
    thanks,
    Hans

    Hi,
    for the drilldown state use:
    SAPBWGetDataProviderDimensions
    http://help.sap.com/saphelp_nw04/helpdata/en/af/00453c3ff4110ee10000000a11405a/frameset.htm
    for example:
    var dim = SAPBWGetDataProviderDimensions("DATAPROVIDER_1");
    if (dim != null){
      for(m=0;m<dim.length;m++){
        if (dim[m][4]=='X')
               alert(dim[m][0] + ' is in Columns');
        elseif (dim[m][4]=='Y')
               alert(dim[m][0] + ' is in Rows');
    As for the applied filters: You need to use the web item filter with generate_caption= and only_values=X inside a <span>-tag with an id. then use document.getElementById('YourId').innerHTML to get the applied filters.
    Heike

  • Adding messages to the Variable entry screen in web report

    I need to add a message or note to the variable selection screen on a web report. I need this message or note to be displayed somewhere on the same screen with the variable list. I found something similar in BW Expert regarding pop-up messages, but this does not work with web templates. Does anyone know of a way to add a static (or dynamic) message to this initial screen of a web report?

    In my clients place, they are ready to do the SAP Mod based on "CL_RSR_WWW_VARIABLE_SCREEN" to have a Alert Message which sort of based on different idea.
    Does anyboay have an idea on where to make the change?
    Thanx
    Arun

  • Adding a image in Web Intelligence Report

    Post Author: palani007
    CA Forum: Integrated Solutions
    hi,
    I am new to this forum, i am not sure whether i have asked the question to the right group our not.
    Here is my question,
    I have a situation where in i have to add a logo for each company based on the selection of the company name.
    The things which I have done:
    For that i have stored all the company logo as bmp file in the server. I have created an object in the universe to fetch that information(url) from the table but while preparing the Web intelligence report, i am getting the logo as a url. Even after changing the format to "image url"
    could anyone give me a solution for this?
    Ur Help is highly appreciated.
    Thnx

    Post Author: amr_foci
    CA Forum: Integrated Solutions
    to add an image to the Webi
    1) add your images in this folder" C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Images" in a jpg format  lets say " myimage.jpg"
    2) add a free standing cell to the web report.
    3) in the properties of this cell , go to background image , click custom , write the name of the image "myimgae.jpg" by default it will wirte to you "boimg://myimage.jpg" and it will show you your image in the box
    4) configure the properties of the image like, position and border, etc.
    good luck

  • Webi Report - Error when doing drilldown

    Hi Experts
    I'm facing a problem now that I hope to get some guidance from you all.
    I've created a Universe based on a MSAS Cube, It's working fine so far, but we realized during the tests that when we drill down  or just include the fields (related to Level 5 and 6) the report stops and do not work anymore. It means that we can go only until the level 4 and no more than that. Let me explain a little better.
    Level1:  Country
    Level2:++++++ Demographic Region
    Level3:+++++++++ Federation
    Level4:++++++++++++ MacroRegion (Grouping of Cities)
    Level5:++++++++++++++++ MicroRegiong (Grouping of Cities)
    Level6:++++++++++++++++++++ Cities
    It works fine in MSAS today but I'm trying to deliver a webi report using the current cube mentioned above. Is this normal behavior of the BOBJ or can I consider as a bug?
    How could I solve this issue?
    Any help will be welcome.
    Thx

    Hi Peter,
    try this solution oryginally posted by Craig Brandt in another topic.
    Firstly make sure you have no old Java installs or 'add ons' lingering about on your system, check in programs and features (assuming your using windows 7) and uninstall Java completely. Check the add ons in IE and show: 'All add ons' - remove manually if required. Do a clean up of the computers temp files and cache. I used a program called ccleaner. Also check c:\users\<username>\app data\locallow\ and delete the 'Sun' folder. Then reboot machine.
    - Install latest Java 1.7.0_51
    - Go to Java control panel in windows control panel
    - add the exception for your BOBJ server e.g. http://<SERVER>:8080
    - click continue
    - go to the advanced tab
    - scroll down and tick 'use TLS 1.2'
    - apply or OK to exit java control panel
    - open 'Internet Options'
    - go to the 'advanced' tab
    - scroll down and tick 'use TLS 1.2'
    - OK everything and close any IE windows
    Now try again, you will need to enable the 'add on' when prompted on opening IE for the first time.
    Also when accessing the BI Web I for the first time, I placed a tick in the 'do not show this again for apps from this publisher'
    Work for me!

  • Adding an image (logo) to webi report

    Seeking if possible to add an image (logo.jpg) to a webi report, as how to achieve this.  thanks !!!!

    Hi Barry,
    The image inserted must be in either Graphics Interchange Format (GIF) or Joint Photographic Experts Group (JPEG) format.
    GIF format supports 256 colors and is useful if a logo or icon is to be inserted in to the document. It allows for background transparency so that the underlying color of the web page can show through. This is useful when inserting an image in a cell that contains data.
    JPEG supports 16 million colors. It is best suited for photographs and complex graphics. JPEG images are static whereas GIF images can be animated.
    Image files are often located on a secured web server on a corporate network. To insert an image in a report, link a selected area of the report to an image file on the web server either by filename or by URL and filename.
    To solve the above issue follow the below steps:
    To link to the images by filename, type the filename in to the cell (for example, <INSTALL DIR>\Images). WebIntelligence automatically adds boimg:// before the filename. This links to the file on the BusinessObjects server (for example: boimg://image.gif).
    Usie the URL and the filename to insert the image when the image files are located on a separate web server. The entire URL and filename is entered in to the cell (for example, http://www.internal.businesscompany.com/images/company_logo.jpg).
    The image"s size is defined when it is created. The size can not be modified using WebIntelligence.
    Hope this helps.
    Regards,
    Deepti Bajpai

  • Strange issues in WebI report on standard Universe on top of BW Query

    Hello,
    We have a BW query with a standard Universe on top of it (generated automatically via the connection in universe designer).
    However, very strange things happen when playing with the data in WebI.
    There are some characteristics and just one key figure (which is just 'number of records').
    - key figures just disappear when adding characteristics
    - the wrong assignment is made from the infoobject to a dimension in webi when combining several characteristics in the WebI report (for example the 'customer' field holds the 'date' and the 'date' field is empty.
    I think it has something to do with BO that starts from the text of an infoobject instead of from the key.
    Also I constantly have to refresh the data when adding fields to the report.
    Did anybody have similar issues? How did you solve them?
    I also tried 'restructuring' the universe by deleting everything that's less relevant for the report, and taking the longest available text as dimension with key of the info object as detail and this seemed to work a lot better. However we shouldn't have to restructure a universe that's generated from a query?
    Thanks,
    Tom

    We had a the same thing.  Assuming it is the same cause, it is a known issue.  SAP had us install two Notes on BW and the problem disappeared..  Evidently it has to do with an MDX generation problem.  See response below and do some investigation.
    This is a known issue.
    Here are the notes that fix this issue. The second note has two composite notes in it that will need to be applied as well if they still have problems after they install the first two.
    There are some items that are broken in SP6. You'll notice that SAP note 1404328 is already in SP6. You'll still need to install it again along with the second SAP note 1420169
    Please install both of these and try your work flow again. If it's still not working, then you'll need to go through the composite notes in the second SAP note 1420169.

  • Types of web reports

    Hi gurus,
    What are the types of web reports we have? Where do you specify them, Is it some sort of property setting?
    i'll asign points.
    regards
    priya

    Hi,
       Web application design, with the BEx Web Application Designer as its main tool, allows you to use generic OLAP navigation for your BI data in Web applications as well as in business intelligence cockpits for simple or highly individual scenarios. Web application design comprises a broad spectrum of Web-based business intelligence scenarios, which you can adjust to meet your individual needs using standard Web technologies.
    Features
    The following figure shows how the Web Application Designer is integrated into the function landscape and tool landscape of the Business Explorer:
    You can use this BEx Web Application Designer, the desktop application used to create Web applications, to generate HTML pages that contain BI-specific contents such as tables, charts or maps. These objects, which retrieve BI data from a data provider and place it in a Web application as HTML, are known as Web items. For more information about the Web items available, see Web Items. Web Applications are based on Web Templates that you create and edit in the Web Application Designer. You can save the Web templates and access them from the Web Browser or the portal. Once they have been executed in the Web, Web templates are known as Web Applications.
    Business Explorer Web application design allows you to create highly individual scenarios with user-defined interface elements by using standard markup languages and the Web design API. You can adjust and enhance the Web templates (the HTML pages that determine the structure of Web applications) on an individual basis. For more information on this, see Web Design API.
    The BEx Web Application Designer is a desktop application for creating Web applications with BI-specific content. Using the BEx Web Application Designer, you can create an HTML page containing BI-specific content such as various tables, charts, or maps. This HTML page (Web application) is the basis not only for Web applications with complex interaction, but also for Web cockpits and iViews.
    The command wizard and pattern wizard are integral parts of the Web Application Designer. Using the command wizard, you can easily generate commands from the Web Design API and include them in your Web template. Using the pattern wizard, you can configure BI patterns to a certain extent and tailor them to meet your needs.
    The initial view of the BEx Web Application Designer has four different screen areas in addition to the menu and toolbars.
          Web Items Screen Area
          Web Template Screen Area
          Properties Screen Area
          Error and Warnings Screen Area
    Applications with the BEx Web Application Designer. For more information about creating Web applications, see Creating Web Applications.
    You can adjust the appearance of the Web Application Designer to meet your requirements. The object on which you are working, namely the Web template, is handled differently from the tools and help windows with which you are working.
          You can show and hide the individual screen areas and toolbars using the View menu option.
          You can reposition the three toolbars and the Web Items and Properties windows as required. Depending on where you reposition the object, it is either anchored or appears freely as a toolbox.
          Since the Web Application Designer is a Multiple Document Interface Application (MDI Application), you can open and manage different windows with Web templates simultaneously. You can use the Window menu option to arrange the windows differently: cascading (overlapping), vertical, or horizontal.
    Using the BEx Web Application Designer, you can create a BEx Web application (an HTML page with BI-specific content) easily.
           1.      Creating a Web template
    The Web template is the starting point for creating a Web application. The Web template is an XHTML document that is used to define the structure of a Web application. It contains placeholders for Web items, data providers, and commands. A Web template becomes a Web application when the data is displayed in the Web browser.
    During the design process, you change the Web template by embedding placeholders for Web items and data providers. You can keep track of these changes in the XHTML view.
    To create a new Web template, choose Web Template ® New in the Web Application Designer menu bar. You can also create Web templates from the Select Web Template window. Choose Create New Web Template.
           2.      Setting the data binding/selection of the data provider
    The data for your Web items is provided by data providers that you create in the Web Application Designer. You can assign a data provider to multiple Web items. The data provider concept makes it possible to change the data source of a Web item easily. If a particular data provider is assigned to more than one Web item, any changes made affect all the assigned Web items. By means of navigation (by changing the drilldown), the Web item always displays the current drilldown data.
    A data provider is a dynamic object that returns current data for one or more Web items at runtime. You define the start view of the data provider by selecting a query or a query view. For more information about data providers, see Data Providers in BI Applications.
    There are several ways to create data providers:
              a.      In the Data Provider section in the Web Items screen area
               i.       Select whether you want to create a data provider of type Filter or type Query View, and drag the corresponding line into the lower data provider section of the Web template screen area. The Maintain Data Provider dialog box appears.
               ii.       Assign a name to the data provider and make the remaining settings required. 
    In the dropdown box beneath the name field, you can also select or change the data provider type.
               b.      Using the New Data Provider symbol in the lower data provider section of the Web Template screen area
               i.       Double-click to choose New Data Provider. The Maintain Data Provider dialog box appears.
               ii.       Proceed as described under a. ii.
                c.      Using the General tab page in the Properties screen area
    You can only use this option if you have already inserted a Web item into your Web template.
                 i.       In the header of the properties screen area, select the Web item for which you want to create a data provider.
                 ii.       On the General tab page, choose New Data Provider. The Maintain Data Provider dialog box appears.
    The data provider is assigned to the selected Web item. You can also create more than one data provider, as described under c. The data providers are listed in the dropdown box under Assigning Data Providers. This enables you to assign a different data provider to the selected Web item.
    The Maintain Data Provider dialog box appears under data provider: . You can modify or change the settings for the data provider here.
    When you have created a data provider, it is assigned to the inserted Web item. Assigning depends on the order of the data providers in the inner structure of the Web template. See also 4.a.
           3.      Adding a Web item
    The Web items in the Web Items screen area serve as templates. By dragging a Web item into your Web template, you create an actual version of the Web item; this is called an object. The Web item has a name and certain other default parameters that you can change as required (see also 4.).
    You see the changes in the XHTML view. A Web item tag for the Web item and a data provider tag for the data provider (assuming you have created a data provider) were integrated into the XHTML as placeholders. Change the name of the Web item and assign a data provider to it. In the XHTML view, you can see that your settings have been written to the Web item tag. The layout you choose is also applied in the XHTML.
                                a.      Drag a Web item from one of the Web item groupings Standard, Extended, or Miscellaneous in the Web Items screen area to the Web template by using drag and drop. The Web item appears in the Web template.
    Underneath the selection area for Web items and data provider maintenance, you see the help area, which provides explanations for the Web items and data providers. To display the texts for a Web item, select the Web item by double-clicking with the secondary mouse button. To hide the texts, proceed in the same way. When you hide the display of texts and select a Web item by single-clicking it, a quick info is displayed for the Web item.
                              b.      If you want to rename the inserted Web item, proceed as follows:
    In the Properties screen area, choose Rename Web Item to the right of the dropdown box in which the inserted Web items are listed. Name the Web item by overwriting the default text under Name in the Properties screen area next to the dropdown box in which the inserted Web items are listed.
           4.      Specifying the properties of the Web item
                                a.      In the Properties screen area, choose the General tab page to make or change the assignment of a data provider for the corresponding Web item. See also 2.
                                b.      Choose the Web Item Parameters tab page to set the parameters for the selected Web item.
    You can also set the parameters for the Chart Web item using the Edit Chart dialog box. Choose Edit in the context menu of the Chart Web item or Edit Chart in the Internal Display parameter grouping of the Chart Web item. For more information, see Editing Charts.
           5.      Adding additional Web items
    To insert additional Web items, repeat steps 3 and 4.
         When you insert additional Web items using Insert ® Web Item, pay attention to where you position the cursor in your Web template. The cursor position determines where the new Web item is inserted. See also Designing the Layout of Web Templates. When you insert Web items using drag and drop, the position of the cursor is irrelevant.
          Make sure that you set the data binding and any Web item-specific parameter settings for the correct Web item. To make settings for a Web item, select the Web item in the layout view. In the header of the Properties window, the system displays the Web item for which you can change the settings. As an alternative to selecting the individual Web items, you can use the dropdown box to toggle between the attributes of individual Web items.
           6.      Designing a Web template layout
    In the Web Application Designer, you create your Web template in the same way you do in various XHTML editors. See also Designing the Layout of Web Templates.
           7.      Changing the Web template properties
                                a.      To change the default properties of the Web template, select the Web template from the dropdown box in the Properties screen area.
                                b.      Choose the Web Template Parameters tab page, where you can change the parameter settings for the Web template.
    For more information, see Web Template Properties.
           8.      Saving and executing the Web template
    You execute the Web template in the Web browser (portal). The Web template becomes a Web application, which means the template is saved on the Application Server for ABAP and a URL is generated for this Web application.
    At runtime (triggered by calling the URL), the BI tags are replaced by corresponding HTML with the information determined by the Web item and data provider settings. When this is done, the Web template on the Application Server for ABAP is accessed. Therefore, you must save your Web template before you execute it.
                                a.      To save your Web template, in the menu bar of the Web Application Designer, choose Web Template ® Save.
                                b.      Choose Web Template ® Execute to view your Web application in the browser (portal).
    You must save the Web template before executing it in the Web browser. Therefore, when you execute the template, you are asked to save it if you have not already done so.
          To assign a Web template to a role, choose Web Template ® Publish ® In Role. See also Role Maintenance.
          To copy the URL of a Web template to the clipboard, choose Web Template ® Publish ® Copy URL to Clipboard. The Web template, however, must already be saved.
          To broadcast a Web template, choose Web Template ® Publish ® BEx Broadcaster.  For more information, see Precalculating and Broadcasting Queries, Query Views, Web Templates and Reports.
    Result
    Your Web application is started and displayed in the portal, which in turn runs in a Web browser.
    If you want to print your Web application, choose Print in the context menu for the executed Web application.

  • List key figures in navigation panel of web report

    Hi,
    I have the standard navigation panel on the left side of my web report that shows a list of the characteristics in rows and a list of free characteristics. Under the heading columns I can see the point key figures.
    Is there any possibility to list all the key figures that are included in the report so that I can use the drag and drop function for adding / removing key figures?

    Philipp,
    Since Key figures is a structure, you cant see all the key figures under that area. What you can do is, you can restrict the keyfigures in the WAD report itself based upon your selection.
    Hope it helps,
    Assign Points
    Thanks,
    Gattu

Maybe you are looking for

  • Actual and relative file paths - CS4(mac)

    Is there a way to save your file so that it ALWAYS looks for the relative paths of all its content? My issue is that when i xfer the prproj file to another computer it asks me to reconnect everything. The other computer has exactly the same folder st

  • Why was deleted the RSS reader in Mail on OS X Mountain Lion?

    Why was deleted the RSS reader in Mail on OS X Mountain Lion? How can I re-enable the RSS reader?

  • Options Team number

    Finally got around to  making my end-of-contract call and  the number seems to have changed? 0800-7832-326 no longer has an option #5. Of the others, only option #2, Billing, is remotely appropriate. But that leads to #1 Tell us you have made a payme

  • Using apple tv without switching on imac

    When using apple tv, does my apple mac need to be switched on all the time so I can access my files through Apple tv? Cheers

  • Macintosh HD

    When I click on the HD I get this big question mark and when I click on the question mark it says the item cannot be found. Any ideas?