Need help for publishing web intelligence document (universe) into InfoView

Post Author: mirage
CA Forum: Publishing
Hello all,
I need help for publishing web intelligence document (universe) into InfoView.
can't find this information in Business Objects Designer's Guide and in Business Objects Administrator Guide.
Can somebody give short instructions how can I do it?
Regards, Slava

If the change between the 2 types of data has to happen dynamically during run time them
1. Use 2 dataproviders
     a. Current
     b. Historic
2. Merge the 2 dimensions
3. Use Webi variable to switch between the measure of the current and historic universe
Ex  if [year] < 2010 then historic.[expense] else current.[expense]
Hope this helps,
Divya

Similar Messages

  • Need help for the web based project

    I am using netbeans 5.5 and Sql server for db.What is the full form for DAO and how is it going to help me in my project.U also talk about uml want ot know about it.
    and how is it coming to help me.Its a very wast topic i serached.what will be helpful to me of the UML.
    What should i start first --- jsp or db design.
    What should i use for web based project --- only use jsp(presentation)+dao or jsp+servlet+dao.What would be best ?
    provide some nice link based on dynamic fetching of values from the database and showing it at runtime.
    Message was edited by:
    java@mani

    As stated in http://forum.java.sun.com/thread.jspa?threadID=5167752 start reading the Java EE tutorial to get insights in the material.
    what will be helpful to me of the UML.UML generally visualizes the core functionality. See http://www.google.com/search?q=uml+tutorial for some tuts.
    What should i start first --- jsp or db design.Start with both and end with the best balance between both.
    What should i use for web based project --- only use
    jsp(presentation)+dao or jsp+servlet+dao.Depends on the business needs. Generally 3-tier webapplications are the best: web, business and data.
    provide some nice link based on dynamic fetching of values from the
    database and showing it at runtime.Check some SQL and JDBC tutorials how to fetch and process the data:
    http://www.google.com/search?q=sql+tutorial
    http://www.google.com/search?q=jdbc+tutorial
    How to process it in the business and web layer is stated in the Java EE tutorial I've linked in your former topic.
    For applying the patterns, check the http://java.sun.com/blueprints/corej2eepatterns/

  • Need help for Visual Web application onkeydown event

    hi,
    I have create a visual web application. I have include a text field and a button in my webpage. When user press a key in the text field, i would like to change the button to enable. I try to use the keydown event to call the function in java package. However, it display error once I put the function name in my onkeydown event in jsp page. The code is shown as below.
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
    <webuijsf:page binding="#{RegisterProgress.page1}" id="page1">
    <webuijsf:html binding="#{RegisterProgress.html1}" id="html1">
    <webuijsf:head binding="#{RegisterProgress.head1}" id="head1">
    <webuijsf:link binding="#{RegisterProgress.link1}" id="link1" url="/resources/stylesheet.css"/>
    </webuijsf:head>
    <webuijsf:body binding="#{RegisterProgress.body1}" focus="form1:txtPassword1" id="body1" style="-rave-layout: grid">
    <webuijsf:form binding="#{RegisterProgress.form1}" id="form1">
    <webuijsf:button actionExpression="#{RegisterProgress.button1_action}" binding="#{RegisterProgress.button1}" id="button1"
    style="left: 71px; top: 96px; position: absolute; width: 72px" text="Next"/>
    <webuijsf:textField binding="#{RegisterProgress.txtPassword1}" id="txtPassword1" label="Password :" onKeyDown="="#{RegisterProgress.keydown}" style="left: 24px; top: 48px; position: absolute"/>
    </webuijsf:form>
    </webuijsf:body>
    </webuijsf:html>
    </webuijsf:page>
    </f:view>
    </jsp:root>
    Is there anybody may teach me the way to invoke the keydown event?

    Sorry,
    onKeyDown="="#{RegisterProgress.keydown}"
    should be onKeyDown=#{RegisterProgress.keydown}"
    But, that onkeyDown still can't work.
    Below is my java package:
    package usm_biologin;
    import com.sun.rave.web.ui.appbase.AbstractPageBean;
    import com.sun.webui.jsf.component.Body;
    import com.sun.webui.jsf.component.Button;
    import com.sun.webui.jsf.component.Form;
    import com.sun.webui.jsf.component.Head;
    import com.sun.webui.jsf.component.Html;
    import com.sun.webui.jsf.component.Label;
    import com.sun.webui.jsf.component.Link;
    import com.sun.webui.jsf.component.Page;
    import com.sun.webui.jsf.component.StaticText;
    import com.sun.webui.jsf.component.TextArea;
    import com.sun.webui.jsf.component.TextField;
    import javax.faces.FacesException;
    import javax.faces.component.UIComponent;
    import javax.faces.context.FacesContext;
    public RegisterProgress() {
    public void init() {
    super.init();
    txtUsername1.setText(getRequestBean1().getUsername());
    txtPassword1.setText("");
    try {
    _init();
    } catch (Exception e) {
    log("RegisterProgress Initialization Failure", e);
    throw e instanceof FacesException ? (FacesException) e: new FacesException(e);
    public void preprocess() {
    public void prerender() {
    public void destroy() {
    protected RequestBean1 getRequestBean1() {
    return (RequestBean1)getBean("RequestBean1");
    protected ApplicationBean1 getApplicationBean1() {
    return (ApplicationBean1)getBean("ApplicationBean1");
    protected SessionBean1 getSessionBean1() {
    return (SessionBean1)getBean("SessionBean1");
    public String button1_action() {
    return null;
    public void keydown() {
    Any help will be appreciated.

  • I could not see "Web Intelligence Document" option in the New Menu infoview

    Hi ,
    I am new to the webi reports. i am trying to build a new webi report using universes. Through Guest login i logged into the info view. I can able to see the universes installed but i am not getting the option "Web Intelligence Document" in the New menu bar of Info view while i am trying to create a new report using the universes.
    Please help me in this regard. Do i need to do any settings to get that option in the New Menu bar or because of any access rights i am not able to see that option.
    Thanks in Advance.

    Hi ,
    Thanks for the reply. I just mailed my admin to provide admin access.
    Thanks

  • Web Intelligence Document Freezing

    Hello everyone,
    I hope someone could help me solve this issue.
    I open a new Web Intelligence document,  select the required universe on which to build my document,
    it starts loading for a couple of minutes and then freezes.
    this issue appeared just yesterday, before that i was able to work just fine & I'm wondering what could cause
    this freezing issue.
    Even if i try to open an existing report, it also freezes on loading.
    Any suggestions would be highly appreciated.
    Thanks.

    Is it happening to every one?
    Have you checked your Java?
    I will also suggest checking your Service Pack and Fix Pack to see if they are updated.
    I had similar issue when every thing was updated but web service was not responding. I restarted web services and I rebooted the server and got issue resolved.
    Bashir Awan

  • Can't create new Web Intelligence document

    My company is migrating server from BO 5.1.8 to BOXI R2. Migration was fine with the exception of a few issues.
    FIrst, no one has the ability to create a new Web Intelligence document in InfoView, not even administrator although permissions are there for Web Intelligence under the BusinessObjects Enterprise Applications on the main screen of the CMC.
    Second, when a user attempts to change the parameters for a report, by clicking on the "prompts" link, they are presented with a server error mentioning that the document cannot be opened since it was saved with "Write Reservation Password". Would this password need to be removed in BO 5.1.8 and then the migration redone or can this password be removed post migration?
    I appreciate any help or advice. I have three other things I am working on and need to get these things resolved.
    thanks

    heinkonijn,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Can't create new Web Intelligence documents

    Hello,
    Only user Administrator can create new Web Intelligence documents on Infoview at my Installation.  I 've created a new group called GROUP1. This group has  Full Control acces level on folders, universes and conections like group Administrators. A user from group GROUP1 can't create new document Web Intellingence. Also, when I have joined this user to Administrators group, then this user was allowed to create a new Web Intellingence document.
    Could anybody help me?
    Thank you in advance,
    Jaume

    please check the rights for GROUP at application level.
    I thinck you are not are not grated the rights for the Group 1 for teh Webintelligence applicaton,

  • Make a backup of Web Intelligence Documents

    Hi ! I have produced some Web Intelligence documents in BO XI R2, but I need to know how to make a backup of them... Is it possible to find them as visible files or packages,  in order to keep them and prevent possible loss ?    Thanks..

    The reason that you have to use the BIAR files from the Import Wizard in XI r2 is that there is no way to "publish" the .wid files that contain WebI reports.  So, the only way to restore them is through the Import Wizard.
    In XI 3.0 and above, there is a tool called the Web Intelligence Rich Client which will open .wid files outside of InfoView or the CMC and let you save them to you BO system.
    -Dell

  • Viewing Web Intelligence Documents Using Interactive Format

    When I go to the Advanced Rights screen in Central Management Console, this right is set to Granted:
    Enable interactive HTML viewing (if license permits)  
    When I log in to InfoView to set my Web Intelligence Documents Preferences, I do not see "Interactive" as an option under "Select a view format". 
    Do I need a special license to enable interactive HTML viewing?  We have the Premium version of BusinessObjects.

    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Web Intelligence Document Reports

    Hi Everyone,
    My Question is, How many Reports can we create in Web Intelligence Document? and How to open Web Intelligence through command prompt?
    Thanks & Regards
    Madhu...

    Hi,
    Thanks for your quick replay, but we can also open the Web intelligence Rich Client with Command Line, Infoview and Start > All Programs. So I need to open from Command Line. Please give the command or path to open the Web Intelligence Rich Client.
    Regards
    Madhu...
    Edited by: Laxmi Madhavi on Jan 7, 2011 10:46 AM
    Edited by: Laxmi Madhavi on Jan 7, 2011 10:48 AM

  • Need help for cenvat reversal

    Hi Friends,
    Need help for cenvat reversal.
    Reversed MIRO by MR8M & MIGO by 102 movement but not able to post & cancel cenvat by J1IEX.
    In table J_1IEXCHDR status = "P" and J1I5 does not update for document of 102 movement because reversal document of MIGO, i.e. material document with 102 movement type does not have excise tab. MBSM-Cancelled Material Documents, does not show any of the material documents.
    Want to reverse the cenvat credit, please help.
    --Anil Bhamere

    Hi,
    If I select Cancellation in MIGO then there is only Material Document option.
    In MIGO Purchase Order option shows for Goods Receipt, Goods Issue and Subsequet Adj.
    In this case I have been selected Goods Receipt option followed by purchase order number by which original goods receipt MIGO was created, selected 102 movement type and from line item respective MIGO document. The reversal document created successfully where as original MIGO document does not show in cancelled document list. When post option selected from J1IEX and entered vendor excise number then message appeared as No Part I exists for availing credit in excise invoice xxxxx.
    If Cancel option selected from J1IEX and entered vendor excise number then message appeared as Excise invoice xxxx has already been posted for vendor xxxxx.
    Please help.
    Regards,
    Anil Bhamere

  • Need help for creat apple id in iphone 5s

    need help for creat apple id in iphone 5s

    See this support document for instructions. http://support.apple.com/kb/HT2731

  • Need help in ALV web dynpro

    Hi all,
    I need help in the web dynpro ALV.
    I have an ALV generated dynamically. On the ALV, there is filter and settings link on the extreme right of the alv header.
    How is it possible to get them left align after the export button ?
    I want to maitain some gap between the export button, filter and settings.
    Please give me inputs.
    Thanks in Advance.

    Hi Jatra,
    I am working on an ALV table in a standard Web Dynpro ABAP application.
    The business requirement is to hide the header for the ALV table.
    The header has a dropdown to choose u201CStandard Viewu201D and 2 options: Filter and Settings.
    The footer for the ALV table containing the Row and Column numbering also needs to be hidden.
    I am looking at the IF_SALV_WD_TABLE_SETTINGS to find the relevant methods to hide the header and footer.
    Please let me know if I am on the right track and if there is an alternate way to do this through changing the layout of the ALV table. I tried to hide the header and footer manually via the layout but am unable to do so, as the ALV table is just displayed as ViewContainerUI Element.
    Please help me as to how to hide the header and footer as I am new to ALV in WDA.
    Thanks and Regards.

  • Oracle Help for the Web 2.0 Production

    Oracle Help for the Web 2.0 is now available on OTN Downloads.
    Oracle Help for the Web (OHW) 2.0 is a major update to the previous releases OHW 1.1x and OHW 1.0.x, and is designed and recommended to replace both.
    Some of the new features in 2.0 include the following:
    Support for Bookmarking Navigator Pages
    OHW 2.0 no longer uses frames to store navigational state on the webpage. Each navigator stores its complete state on the URL, allowing each page to be bookmarked. This includes TOC locations, keyword locations, and search runs. In the view topic page, the frame information is also saved, allowing a user to forward the link via email, etc to the displayed topic. In addition, if you navigate to a named anchor within a topic page, this page position is also saved and is bookmarkable.
    Multiple Locale Support in a Single Instance
    OHW 2.0 can now support multiple locales in the same servlet instance. After you register the helpsets in the OHW configuration file, the OHW servlet will automatically determine the best locale to use for a user request (based on browser settings and what locales are available), and display the localized helpset (along with a localized OHW chrome) to the user. This feature also means that if you navigate to a topic in English, and then send the link via email to a user whose browser supports Japanese, if the Japanese helpset is registered, the topic link will appear in Japanese to the second user.
    Search Engine Support
    OHW has been specially designed so that search engine crawlers can reach all hosted content (including table of contents, and index pages) and easily traverse within and between the available navigators. Page titles have also been redesigned to make pages easier to locate from within a search engine result set.
    Ability to Share Resources Across Localized Helpsets
    OHW can be configured so that helpsets can share resources such as images and CSS stylesheets. Since each localized helpset no longer needs its own resources, this can dramatically reduce the size of the deployed file.
    Relative Content Locations
    Content locations can now be specified relative to the OHW configuration file.
    True Popup Support
    OHW now properly supports Oracle Help popup links. Following this link will bring up a dynamic draggable DHTML window (or a normal popup window if the browser does not support it) with the requested topic page.
    All Level Merging in the Table of Contents
    Using the default TOC engines, each level of the TOC will merge like elements together. This change reflects modifications made to core Oracle Help classes and mimics the feature added to Oracle Help for Java (OHJ).
    New Tree-based Table of Contents Navigator
    The Tree-based TOC navigator shows the data in a heirarchical fashion and allows the user to see the full TOC (and not just a limited part of the TOC, as with previous versions of OHW). The tree-based TOC navigator is a standard navigator and can be added by including it in the helpset configuration file.

    Yes, I am now able to access this page and download OHW.
    Thanks very much,
    Lucie

  • Hiding reports (tabs) in a Web Intelligence document

    Hello
    I've created a Web Intelligence document contains multiple reports (tabs).
    I want to hide the reports (tabs) containing no data.
    Is there any functionality in Web Intelligence for this?
    If not, is there a workaround?
    Sincerely,
    Zahra Bagherzadeh

    Hi,
    Which version are you using. If it is BOXI R3.1 then check in table properties-> there is one opton like don't display data when blank like dat....
    Cheers,
    Suresh Aluri.

Maybe you are looking for

  • DiskWarrior not fixing things

    I put new ram in my G5 last month. Things were fine until a couple days ago. I started getting kernel panics and was unable to run superduper because of bad permissions. Diskutility was unable to fix persmissions. So I bought DiskWarrior and removed

  • IFrameSSO portlet not working

    Hi, I downloaded iFrameSSO portlet from KnowledgeExchange.I installed as per the installation document.I added the iFrame porlet to one of my page it shows "Yahoo Page". But when I click on any link on that page it is opening page in new window. I am

  • Image resizes when dragged to new window

    All my images change size when I move them to a new window. I am making numerous graphics that need to be exact for collage like purposes; I will work them in their own window and will drag the finished images to a separate window to print(graphics a

  • Whats the difference between these versions of photoshop?

    First of all to make things clear I want to mention this first that I lives in Pakistan and Adobe doesn't support my region so in order to buy the Adobe Photoshop CC I have to contact the authorized resellers, after contacting them and asking for a i

  • Opening .fla and or .swf files

    I know the newer version of Quicktime stopped opening these files a while back. I download files from the www.animationfactory.com all the time. Some are .fla and .swf (flash) files. Can anyone tell me what application I need to get/buy to open these