Drilling in presentation bean blanks dim.value desc.

Hi,
I have made a Java application with a presentation bean (ver. 9.0.3).
When drilling e.g. the "World total" column, upon refresh it removes the description for this column, but drills OK and descriptions for child-columns are OK.
Is this a known bug, or something set up wrong in my environment?
Best regards,
Sverre Falch

What type of presentation are you using (graph, crosstab, or table)? It sounds like from your description that you are using a graph. The default behavior in a graph is drill-replace, so when you drill on a dimension member you then see the children of that member. This is done in graphs because if you continually add data to the graph, at some point it is going to get hard to read.
You can override our default drill behavior by using the drill API's on the query.
BI Beans Product Management

Similar Messages

  • Custom presentation bean

    Hi,
    We have a requirement to also display our information spatially (on a Map).
    What I would like to know is if it possible to create an additional presentation bean (additional to Table, Crosstab and Graph).
    I am thinking of using Oracle MapViewer as a staring point for this.
    Where will I start to accomplish this?
    Thanks
    Johan Barwise

    I would start with the MapViewer JSP samples as these explain how to interact with the maps and explains about themes which are used to control the information displayed on a map. In terms of interacting with a BI Beans crossta/graph you would need to trap the event from the map and convert the spatial coordinates to dimension key values.
    You could review the BI Beans Help documentation which explains the Query Model and how to use dimension values in selections.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Recaptcha not working blank associated values

    I have two issues it seems and any help would be appreciated. 
    on the page www.socalda.org/meetfrm.php I built a form in Dreamweaver to add meeting changes and then the information is sent to me and one other person in charge of the material.   The forms works but:
    We started getting emails with blank associated values and I put recpatcha in.  I started getting the same type of emails again and found out the recaptcha element is not doing anything.  
    You can hit the submit button without putting in anything on the form or in the recaptcha  box and it sends a blank email with no associated values. 
    I think I have a problem with form action. 
    Here is the code for the meetfrm.php page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Meeting Change Form</title>
    <link href="styles/daone.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    /* Give the menu bar a width and set the margins to "auto"
    * so that the browser does the centering.
    ul.MenuBarHorizontal {
    width: 50.2em;
    margin: auto;
    /* Center the text within all menu item links.
    ul.MenuBarHorizontal a {
    text-align: center;
    background-color:#FC9;
    /* Set the the alignment back to left for any
    * menu item links that are in a sub menu.
    ul.MenuBarHorizontal ul a {
    text-align: left;
    -->
    a:link {
    text-decoration: none;
    a:visited {
    text-decoration: none;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    </style>
    </head>
    <body >
    <div id="container">
      <div id="banner"><img src="images/newheadercb2.png" alt="socalda" width="1101" height="180"  /></div>
      <div id="main_image">
       <?php include("includes/menu.php"); ?>
      </div><br /><br /><br />
      <div id="centerb_col" style="font-size:14px"><h2>Online Meeting Change Form</h2>
      <p align="center">Please fill-out the form below to expedite your meeting changes.</p>
      <p align="center">After you fill-out the information please click the submit button.  The information will then be emailed<br />
         to the appropriate people to put the changes on the web and the Checks & Balance Meeting Grid.<br />
         At this time all fields need to be filled.  </p>
    <h2>Your Information</h2>
      <form action="scripts/sendresults.php" method="post" enctype="application/x-www-form-urlencoded" name="form1" id="form1">
      <table class="myForms">
      <tr><td>Your Name</td><td><input name="Your Name" type="text" id="yname_meet" size="50" /></td></tr>
      <tr><td>Your Email</td><td><input name="Your email Address" type="text" id="email_meet" size="50" /></td></tr>
      <tr><td>Your Phone Number</td><td><input name="Your Phone Number" type="text" id="phone_meet" size="15" maxlength="15" /></td></tr>
      </table>
      <p>Please check the correct radio button below to signify what type of information you are submitting. <br /> Is this a New Meeting, Changing Information about a current Meeting, <br />or information about a meeting that is closing. 
      <p>
        <label>New Meeting
          <input type="radio" name="radio" id="new_meet" value="new_meet" />
        </label>
        <label>Change Meeting Information
          <input type="radio" name="radio" id="change_meet" value="change_meet" />
        </label>
          <label>Closing Meeting
            <input type="radio" name="radio" id="closing_meet" value="closing_meet" />
          </label>
         <br />
          <h2>Meeting Information</h2>
          <table class="myForms">
          <tr><td>Meeting Name</td><td><input name="Meeting Name" type="text" id="name_meet"         size="50" /></td></tr>
          <tr><td>GSO ID</td><td><input name="GSO ID" type="text" id="gso_meet" size="10" /></td></tr>
          <tr><td>Meeting Day </td><td><input name="Meeting Day" type="text" id="day_meet" size="50" /></td></tr>
          <tr><td>Meeting Time</td><td><input name="Meeting Time" type="text" id="time_meet" size="12" /></td></tr></table>
          <p><label>AM<input name="AM" type="radio" id="am_meet" value="am_meet" /></label>
              <label>PM<input name="PM" type="radio" id="pm_meet" value="pm_meet" /></label></p>
        <table class="myForms">  <tr><td>Length of Meeting</td><td><input name="Length of Meeting" type="text" id="length_meet" size="12" /></td></tr><tr><td>Meeting Contact</td><td><input name="Meeting Contact" type="text" id="contact_meet" size="50" /></td></tr>
          <tr><td>Meeting Contact Phone</td><td><input name="Meeting Contact Phone" type="text" id="cphone_meet" size="12" /></td></tr>
          <tr><td>Meeting Location</td><td><input name="Meeting Location" type="text" id="location_meet" size="50" /></td></tr>
          <tr><td>Meeting Address</td><td><input name="Meeting Address" type="text" id="address_meet" size="50" /></td></tr>
          <tr><td>Meeting City</td><td><input name="Meeting City" type="text" id="city_meet" size="50" /></td></tr>
          <tr><td>Meeting Zip</td><td><input name="Meeting Zip" type="text" id="zip_meet" size="10" /></td></tr>
          <tr><td>Meeting Room</td><td><input name="Meeting Room" type="text" id="room_meet" size="50" /></td></tr>
          <tr><td>Meeting Focus</td><td><input name="Meeting Focus" type="text" id="focus_meet" size="50" /></td></tr>
            <tr><td>Meeting Directions</td><td><textarea name="Meeting Directions" cols="" rows="" id="directions_meet"></textarea></td></tr>
          </table>
          <br />
         <div align="center">
         <form method="post" action="verify.php">
    <?php
    require_once('recaptchalib.php');
    // Get a key from https://www.google.com/recaptcha/admin/create
    $publickey = "public key #";
    echo recaptcha_get_html($publickey, $error);
    ?></div><br />
          <input name="Submit" type="submit" id="submit_meet" value="Submit" />
      </form>
      <br /><br />
      </p>
      <hr />
      </div>
    </div>
    </body>
    Here is my verify.php file:
    <?php
      require_once('recaptchalib.php');
      $privatekey = "private key #";
      $resp = recaptcha_check_answer ($privatekey,
                                    $_SERVER["REMOTE_ADDR"],
                                    $_POST["recaptcha_challenge_field"],
                                    $_POST["recaptcha_response_field"]);
      if (!$resp->is_valid) {
        // What happens when the CAPTCHA was entered incorrectly
        die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." .
             "(reCAPTCHA said: " . $resp->error . ")");
      } else {
        // Your code here to handle a successful verification
      ?>
    If anyone can point me to where i am going wrong I would appreciate it. 
    I am new to coding beyond html and some CSS.  Working on learning PHP. 
    Any help would be appreciated.  I have read several posts with somewhat the same problem and tried the recommendations with no luck.  Thanks

    Hi, 
    Normally I'd recommend breaking this formula down into three parts and see if  you get the results you expect.  If you do then add each part back in and test the result. 
    Instead of checking for NULL, check for an empty string.  I changed your formula to do this.  It's possible the data isn't a null. 
    if {?AssignedTo} &lt;&gt; "" then
        {BI_RESOURCE_REF.BI_RESOURCE_NM} = {?AssignedTo}
    Else if ({?AssignedTo} = "") and ({?r_AllAssigned} = False) then
        {BI_RESOURCE_REF.BI_RESOURCE_NM} &lt;&gt; "" 
    Else if ({?AssignedTo} = "") and {?r_AllAssigned} = True) then
    {BI_RESOURCE_REF.BI_RESOURCE_NM} &lt;&gt; "";
    Good luck,
    Brian

  • A hyperlink click to a pdf document in a website does not open a pdf document instead presents a blank page "searching for bookmarks"

    a hyperlink click to a pdf document in a website does not open a pdf document instead presents a blank page "searching for bookmarks"

    Check the settings as shown in the [[opening PDF files within Firefox]] article.

  • Mapping IDOC to CSV file - Missing blank field values in CSV file

    Hello:
    I am mapping an IDOC to a .csv file, using File Content Conversion.  I specify comma as the value for the parameter 'fieldSeparator'.  I get a .csv file, but blank field values are missing in the .csv file.
    For example, if the .csv file format is <field1>,<field2>,<field3>
    and if <field2> is blank, then the .csv file contains
    <field1>,<field3>

    Hi Bac,
    As long as the XML that goes to your File Receiver Channel contains the elements, even if they don't contain values, it should work fine.
    For example:
    <field1>data</field1>
    <field2></field2>
    <field3>data2</field3>
    I suspect that your XML looks like the following:
    <field1>data</field1>
    <field3>data2</field3>
    If this is the case you can update your map. You shouldn't need to put a space, just make sure the element gets created.
    Thanks,
    Jesse

  • Problem with dsp:setvalue bean="FH.method" value="Submit"/ !

    Hi ATG'ers,
    instead of this (which WORKS):
    <dsp:setvalue bean="ShoppingCartModifier.moveToConfirmationSuccessURL" value="../checkout/checkoutReviewPlaceOrder.jsp"/>
    <dsp:setvalue bean="ShoppingCartModifier.moveToConfirmationErrorURL" value="../checkout/checkoutPayment.jsp"/>
    <dsp:form name="moveToConfirmationForm" action="testWebPaymentConfirmation_EUR.jsp" method="post">
         <dsp:input bean="ShoppingCartModifier.moveToConfirmationSuccessURL" type="hidden"/>                          
         <dsp:input bean="ShoppingCartModifier.moveToConfirmationErrorURL" type="hidden"/>
         <dsp:input bean="ShoppingCartModifier.moveToConfirmation" priority="-100" value="Submit" type="hidden"/>
    </dsp:form>
    <script type="text/javascript">
         document.moveToConfirmationForm.submit();                                   
    </script>
    I want to use this (because I've been told I can't use javascript to submit this form) :
    <dsp:setvalue bean="ShoppingCartModifier.moveToConfirmationSuccessURL" value="../checkout/checkoutReviewPlaceOrder.jsp"/>
    <dsp:setvalue bean="ShoppingCartModifier.moveToConfirmationErrorURL" value="../checkout/checkoutPayment.jsp"/>
    <dsp:setvalue bean="ShoppingCartModifier.moveToConfirmation" value="Submit"/>
    But when I do it, it goes into the handle (pre and post) as expected but it DOES NOT redirect to "../checkout/checkoutReviewPlaceOrder.jsp", the moveToConfirmationSuccessURL.
    It just seems to hang and not redirect there.
    Can someone tell me why or if this is even actually possible?
    Regards,
    Dan
    PS please note there will be other values too but i didn't include these just to make it simple to read but I hope you get the idea :)
    Edited by: 881389 on 24-Aug-2011 11:35

    <dsp:form name="moveToConfirmationForm" action="testWebPaymentConfirmation_EUR.jsp" method="post">
    <dsp:input bean="ShoppingCartModifier.moveToConfirmationSuccessURL" value="../checkout/checkoutReviewPlaceOrder.jsp" type="hidden"/>
    <dsp:input bean="ShoppingCartModifier.moveToConfirmationErrorURL" value="../checkout/checkoutPayment.jsp" type="hidden"/>
    <dsp:input bean="ShoppingCartModifier.moveToConfirmation" value="" type="hidden"/>
    a href="#" class="button" onclick="javascript:moveToConfirmation();">
    Move to Confirmation
    </a
    </dsp:form>
    <script type="text/javascript">
    function moveToConfirmation() {
    window.document.addToCartForm["/atg/commerce/order/purchase/ShoppingCartModifier.moveToConfirmation"].value="submit";
    document.moveToConfirmationForm.submit();
    </script>
    Can you try this, use your movetoconfirmation button instead of anchor tag.
    Thanks,
    Suresh
    Edited by: Suresh Repalle on Aug 25, 2011 12:09 PM
    Edited by: Suresh Repalle on Aug 25, 2011 12:12 PM
    Edited by: Suresh Repalle on Aug 25, 2011 12:15 PM

  • SOLVED What benifits are there to Blank Padding values in a DB?

    I was witting some SQL last week and got really frustrated when I couldn't figure out why my joins were not working from on DB to another. I eventually found that there where blanks tagged on to the end of all of the values of one of the columns I was joining. I knew right off how to take care of the problem (RTRIM), but I found myself wonder today why this practice exists. Google couldn't really answer my question so I turn to you guys.
    What is the purpose or reason behind blank padding values in a DB?
    My assumption of course is that the creator of the DB I'm working with actually did have a purpose, but I was informed by my coworker that they didn't deserve that level of credit. LOL. Still, if the feature or option exists there must be a reason.
    Thanks for your help,
    David

    Can't imagine why they are right padded, though. Left
    padded could be explained.My bad, for a moment I thougth CHARs got left padded, when they are in fact right padded.
    create table t (c char(3));
    insert into t values ('X');
    commit;
    select dump(c) from t;
    DUMP(C)                                                                        
    Typ=96 Len=3: 88,32,32                                                         
    1 row selected.Regards
    Peter, now answering himself

  • How to Handle Blank Field Value based Condition in SmartForms

    Dear Sir,
    In SMARTFORM , we need to define a Condition that incase Field Value is not equal to  BLANK value (blank means that field is empty) then a specific text gets printed .
    Our problem is that  We do not know as how to define  Empty Field Value  based condition .
    Had it been Non Empty Field value based condition then solution was simple and could be done in following way :
    Field Value                        R                     Comparision Value
    WA_KZDKZ                      =                      'X'
    In our case , we need to give Blank (Empty Value) instead of 'X' .
    Kindly help us pl .
    Rgds
    B Mittal

    Hi,
    To handle blank field values in SMARTFORMS,
    Go to the conditions tab in your SMARTFORM and give condition there
    Field                Comparision operator          value
    <Field name>      <> Here symbol is diff     space.
    eg:
    wa_mara-matnr    =/                                   space.
    Regards,
    Santosh Kumar M.

  • How to get bean's property value ?

    Hi all,
    Hi I'm using JSF 1.2
    How can I get and set session bean's property value in request bean action method ?

    Inject the session scoped bean as managed property of the request scoped bean. You can do this in faces-config.xml as outlined here.

  • Description is showing for blank key values in master data

    Hello experts,
    I have loaded master data text. In general the first record of master data will be blank. But my case its showing description (short, medium) for blank key value.
    Could any one help me in this matter?
    Thanks
    Prathap

    Hello,
    Did you check the data source for this in the source system and check in RSA3 or in the underlying tables if anything like that is mainatained...if its a full load then the same thing may get loaded again even if you have changed it in BW.
    May be you can try to write a condition in the update rules on not to load the records with blank keys.
    If there is no such records in the source system then you can change the master data in the BW and make the text as blank.
    Thanks
    Ajeet

  • Have just loaded Safari 5.1.  4 times.  It presents a blank page but will not load anything from the web.

    Have just loaded Safari 5.1.  4 times.  It presents a blank page but will not load anything from the web.   What do I have to do to get it to work.   It worked fine until the update was offered.

    Funny thing, even this page was loaded and then quickly turned blank for me (I'm writing from Chrome).
    Hope they fix it soon!

  • Foxit reader is default PDF reader and presents a blank page when asked to show a PDF document.

    I use Mozilla Firefox and Foxit Reader as my default PDF reader. I go to a web site that has a click-on to a PDF document. Mozilla opens a new tab and presents a blank page with the word "done" in the bottom left corner. The address bar shows the called up document, but no document shows.
    How do I correct this?
    If I go to IE which calls on Adobe, the document comes up fine.

    Things are still not right online with Wells Fargo/Adobe pdf's. I have uninstalled all versions of Adobe Reader, AIR, and Flash Player, and have downloaded the new versions. I did the flash player a few minutes ago when trying to watch a YouTube video sent via email and I received a prompt telling me I needed to upgrade Adobe Flash Player.When I access the list of Bank statements for what I call my main account ( I have two checking, two savings, and one Visa accounts with this bank) the list of ten or so monthly accounts for this "main account" appears. I can click on any one of them, get a blank pdf, click on the refresh button, then the pdf appears; one of the savings accounts is on this same statement.  
    If I bring up the other checking account or the other savings account, the only entry on the monthly list that pertains to that account is the second one on the list. All the other months are still from the "main account". I can bring up any of those monthly pdf's via the refresh button route. 
    The Visa account monthly list is good, but I have to click on refresh to view the pdf.
    The pdf statements from US Bank work fine.

  • HOW TO FILTER DIM VALUES USING LEVEL PARAMETER SCREEN BEFORE PRESENTATION

    hello,
    sorry but i did not understand your question - i don't know which objects is
    the "Descriptor". Let me try to update you with some facts and a better example
    of the situation - i will be also uploading some screen shots.
    from the jdeveloper help we found the topic "Specifying the action for a step
    object" which is very similar to what we want to perform. here follows the text
    and also some comments from us:
    Example: Using step actions Assume that a selection consists of the following
    two steps:
    Step A specifies the members: Boston, Chicago, and Denver
    (comment: in our problem, step A is a selection of customers performed using
    one of the 2 hierarchies of Customer dimension)
    Step B specifies the members: Boston and Austin
    (comment: in our problem, step B is another selection of customers performed
    using the other hierarchy of Customer dimension)
    Step B follows Step A.
    The following list shows how the results of this selection differ depending
    on the action that is
    specified for Step B:
    Step B action: SELECT -- Result: Boston and Austin (that is, only B is
    included)
    Step B action: ADD -- Result: Boston, Chicago, Denver, and Austin (that is,
    the union of A and B is included)
    Step B action: KEEP -- Result: Boston (that is, only members that are common
    to both A and B are kept; also referred to as the intersection of A and B)
    (comment: This is what we expect to have - the intersection of both customer
    dimension selections goes to the row edge of the presentation)
    Step B action: REMOVE -- Result: Chicago and Denver (that is, any members in
    B are removed from the current selection )
    how do i obtain this intersection ? is it possible to use this selection
    combining both hierarchies ?
    Please refer to the screen i will upload - it is the filter we need to apply.
    the customer dimension has 2 levels above the leaf records in one hierarchy,
    called "SETOR" and "ROTA" , and 3 levels in the other hierarchy, called
    "SEGMENTO" , "CANAL" and "SUBCANAL"
    thanks in advance

    Hi Prasad,
    I got your note, you should not use Session variable syntax to call presentation variable.
    you should use like @{AIC_PROJ_PLAT_SEQ_NO}
    One more thing: first test the variable AIC_PROJ_PLAT_SEQ_NO value then try to pass to SP.
    Hope this helps

  • Presentation Variable - Display 'All Values' in Report Title

    If I create a Dashboard Prompt and then set it equal to a Presentation Variable, I then display this Presentation variable in the report title. For the Dashboard Prompt I allow them the 'All Values' choice, in fact, this is the default.
    The issue is displaying this in the Report Title, when it is 'All Value' nothing is display in the title, when they select a value such as 'Region D' then it works and this value will dispaly.
    I looked at the documentation and it says you can use a default value, however, setting up that still does not work. It still is blank.
    Has anyone seen this issue or know of a workaround? I'd like to have something like 'All Vales' display or is there a condition I could write to set this.
    Thanks

    Hi Guys,
    I have did the following in order to achieve your requirement:
    As usual, create a request with a column prompted and a dashboard prompt containing that column and set the Presentation Variable (ex: varDept)... bla bla..
    Placed them on the Dashboard to generate your issue, discussed...
    Now, what I have did is:
    1. Created one more Request with the column used on Prompt and specified the Formula to it as:
    CASE WHEN '@{Dept}'||'A'='A' THEN 'All Departments' ELSE '@{Dept}' END
    Note: Take 2 same columns (and hide one) because we are using above formula which does not contains the Column from any table.
    2. Created Narrative View and referenced the above Column.. @2 (in my case).. and specify 1 in 'Rows to Display' field. Do the formatting as required viz., specifying Font size, family....
    3. Place this request in between the Prompt and First Request..
    Now, you can able to see 'All Departments' if 'All Choices' is selected.
    Hope this idea will helps you guys..
    Regards,
    -Vency

  • Is there a way to put more than 1 bean:write into value?

    Hello,
    Is it possible to put something like below to value???
    <html:textarea property="desc" styleClass="metin" cols="77" rows="3" value="<bean:write property="a" name="form" /> something <bean:write property="b" name="form" /> something"/>
    thanks

    why don't you do it in your form bean and just bind a property to the textarea?

Maybe you are looking for