Business rule not showing the result

When i am executing a business rule, it runs successfully but it does not show any result. But when i enter any amount in that specific cell where the BR should calculate the amount and then run the BR then it shows me the required result. What can be the reason for that?
We are on 11.1.2
and im making BRs through Calc Manager (Wizard Based)
Edited by: ar_aff on Mar 24, 2011 9:56 PM

I think that's about Block problem (value of a cell). The BR can't open block automatically. In BR sorce usually used a command Set Createnonmissngblk on before calculating value;

Similar Messages

  • Why this query does not show the result?

    Why the query with the schema prefixed does not show the result and the query without schema display the correct results?
    SQL> select data_object_id,object_type from dba_objects where object_name='HR'.'JOBS';
    select data_object_id,object_type from dba_objects where object_name='HR'.'JOBS'
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    SQL> select data_object_id,object_type from dba_objects where object_name='HR.JOBS';
    no rows selected
    SQL> select data_object_id, OWNER, object_type from dba_objects where object_name='JOBS';
    DATA_OBJECT_ID     OWNER                          OBJECT_TYPE
    69662              HR                                 TABLE
                       OE                                 SYNONYM
    SQL> SELECT USER FROM DUAL;
    USER
    SYS

    Hi,
    the column object_name refers to a object_name which is 'JOBS', the column owner refers to the owner 'HR', the value isn't stored together, so you have to select the two columns. It is the same behaviour as every other table/view. Have a look at the values in the view DBA_OBJECTS.
    Herald ten Dam
    Superconsult.nl

  • SearchBox Not showing the result while entering the query in XSLT Listview webpart

    I Have a programmitically created a XSLT listView webpart,in that webpart I have  a Searchbox.If any search query i given in that box result is not showing or list items is not filtering based on the query.My code is below
      SPListItemCollection listItemColl = this.GetData();
                SPListItem listItem = null;
                string ListName = string.Empty;
                string listViewName = string.Empty;
                try
                    // create our List View web part
                    XsltListViewWebPart wp = new XsltListViewWebPart();
                    SPWeb web = SPContext.Current.Web;
                    if (listItemColl.Count > 0)
                        listItem = listItemColl[0];
                        if (listItem[CommonResources.List_Field_TilesListName] != null)
                            this.divListviewConfigTileWrapper.Controls.Clear();
                            ListName = Convert.ToString(listItem[CommonResources.List_Field_TilesListName]);
                            SPList list = web.Lists[ListName];
                            wp.ID = ListName + "_WP";
                            wp.ListId = list.ID;
                            wp.ListName = list.ID.ToString("B").ToUpper();
                            wp.WebId = web.ID;
                            if (listItem[CommonResources.List_Field_ListViewName] != null)
                                listViewName = Convert.ToString(listItem[CommonResources.List_Field_ListViewName]);
                                wp.XmlDefinition = list.Views[listViewName].GetViewXml();
                                wp.ViewGuid = list.Views[listViewName].ID.ToString("B").ToUpper();
                            else
                                wp.XmlDefinition = list.DefaultView.GetViewXml();
                                wp.ViewGuid = list.DefaultView.ID.ToString("B").ToUpper();
                            wp.InplaceSearchEnabled = true;                        
                            wp.AllowConnect = true;
                            wp.AsyncRefresh = true;               
                            wp.ViewGuid = list.Views[listViewName].ID.ToString("B").ToUpper();
                            wp.View.TabularView = false;                       
                            Control ctrl = (Control)wp;
                            this.divListviewConfigTileWrapper.Controls.Add(ctrl);
    Any please help me regarding this.

    Hi Karthik,
    Is your question related in any ways to Microsoft scheduling solution PROJECT? In case it is, please develop with more details about the exact issue, technology, environment, version...
    In case it is not, please delete and post it to the right TechNet forum in order to have an helpful hand.
    Regards.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Business rules not showing up in Planning

    hi guys,
    we qare in the development stage.
    i logged in to planning application and could not see the business rules in the tools
    .could some one help me out on this....very urgent

    Hi,
    One thing to check for is that hbrserver.properties exists in file structure under the planning web application, e.g.
    \Hyperion\deployments\Tomcat5\HyperionPlanning\webapps\HyperionPlanning\WEB-INF\classes\HBRServer.properties
    This example is for tomcat on 9.3.x
    If the file doesn't exist there copy it from your AAS installation dir e.g. Hyperion\AnalyticAdministrationServices
    Make sure you restart planning if you have to copy the file across
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Team Calendar: Business graphic not showing the correct language

    Hello,
    We are using the Team Calendar application for two different languages: Spanish and catalan.
    When spanish locale ('ES') is set in the business graphic the weekly day short descriptions are correct shown in spanish "Lu", "Ma", "Mi",...
    Althought when catalan locale ('CA') is set, the business graphic shows the days in english not in catalan "Mon", "Tue", "Wed"...
    Did anyone has a similar problem?
    Any idea on how to improve the business graphic to accept more locales?
    Thanks,
    Gabriel.

    Hi,
    the Catalan locale will be added to the forthcoming IGS 7.00 patch, see note 1105634.
    If you use IGS 6.40 you have to install patch 20.
    Regards, Kai

  • Job status of Business Rules not reflecting correctly in Hyperion Planning

    Hi,
    In our Planning Web Application version 11.1.2.1 (Classic application), we have issue with the Business Rules not changing the job status from Processing to Complete.
    Essentially giving an indication to users that the job is taking longer than expected.
    Having noticed that behavior, when we cross check with Admin credentials (Application Logs ) HBR Launch.log. The End Time of the job is updated promptly.
    We have couple of SRs Open with Oracle but they concluded it’s a bug and need to upgrade to 11.1.2.2. But currently we do not have any plans to upgrade to the latest version.
    In order to force the Status change to mark it as Complete at the SQL Server backend.
    We have to update the status table HYP_JOB_STATUS manually via database update.
    But this is laborious process.
    Did anyone encounter such issue? Please suggest a feasible option here ?
    Thanks,
    Venkat
    Edited by: 947686 on Dec 18, 2012 6:21 AM

    Hello Shiva,
    We do not have any issue with calc rules; we are facing this issue with Business rules.
    We have looked into the logs in both Applcation logs and Essbase logs nothing found strange except couple of .xcp files were generated in Essbase server. We have sent those .xcp files to Oracle for investigation. We have also noticed that Web Logic server was not hand shaking properly with Hyperion Server. Oracle responded with few application settings which we are already sycn with recommended settings.
    We had the same issue in 8 months back and the same repeated now.
    Thanks,
    Venkat

  • Business Rules Not Validating

    <p>Hi</p><p> I have a business rule that is not validating against thegiven database.</p><p>I have tried copying the calculations into a calc script andthey validated and executed successfully. Can someone tell me whyis the business rule not validating the calculations?</p>

    Hello,<BR>if you would give the error message then we might help you better. <BR><BR>The HBR are not at par with calc scripts. One thing that is different is that an nested IF statement should be on a sparse member block. In Calc scripts it does not matter which member from which dimension, in HBR it is important.<BR><BR>Regards,<BR>Philip Hulsebosch<BR><BR>www.Trexco.nl

  • After upgrading to iOS 8, the weather app does not show up results for any of the Indian States/cities

    After upgrading to iOS 8 on my iPhone 5, the weather app does not show up results for any of the Indian States/cities. Can Apple look into this or does anyone have a solution to this.

    Swipe from bottom of days listed ("Wednesday, Thursday, Friday, etc")  upwards.  I thought it was gone too but it's still there~just takes different way to access it.

  • Rendered html pages in results file(html) not showing the images of origina

    hi,
    rendered html pages in results file(html) not showing the images of original page
    when i click on rendered html pages of different html section of a results file.
    both master and tested as well.
    thx
    pasumarthi

    By design, the report will not show the images, will not apply imported css or javascript files and will not show framesets. Also, in the case that an image is shown there is no guarantee that that was the image that was seen when recording/playback the script.
    The rendered html pages that are shown in the report only contains the structure of the html page. If an image is shown the image will be a reference to the location of the image and not a saved copy of the image as part of the report. If the website has a simple structure this can give an idea of what was different. If the website relies extensively on images, stylesheets or javascript to present the information then this report feature becomes less useful.
    Few weeks ago I requested a feature request in order to be able to see in the report the page exactly as it was when recording the script and exactly as it was when the script was played back. In the way that the feature request was written it specifies the use of screen captures or saving the page as a pdf file.
    Regards,
    Zuriel

  • Date difference is not showing the correct result for date interval

    Hi Expert,
                    I've created two formula variable one for PO date and another for GR date
    while i am taking the date difference of GR and PO date for single PO date selection
    it showing me correct result , but while i am taking the date interval for PO date it not
    showing the correct result.
    eg: PO date: 01.01.2010   for a particular PO and Gr date is suppose 03.01.2010, 06.01.2010
          it showing the result 2 and 5.
    But if i am taking date interval for PO date:
    eg: 01.01.2010 - 31.01.2010
    PO date: 10.01.2010 and GR date are suppose 15.01.2010, 22.01.2010 and 30.01.2010
    it showing me 14, 21 and 29
    Thanks and Regards
    Lalit Kumar

    Hi Expert,
                    Through replacement path.
    Thanks and Regards
    Lalit Kumar

  • Google search results page is not showing the full (green) http link

    google search results page is not showing the full (green) http link

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    You can also check for problems caused by extensions.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can do a check for corrupted and duplicate fonts and other font issues:
    *http://www.thexlab.com/faqs/multipleappsquit.html - Font Book 2.0 Help: Checking for damaged fonts
    *http://www.creativetechs.com/iq/garbled_fonts_troubleshooting_guide.html

  • Migo is not showing the excise tab - header level and item level

    Hi,
    i have created one PO with excise and i have created MIGO with only capture excise invoice, in MIGO before saving the document system is showing the excise basic, cess and higher education cess in excise tab, header level as well as item level. After saving the document, if i go to dispaly view of the MIGO document system is not showing the header level as well as item level excise amount. The tab itself is not appearing. Can any one help me on this.

    Hi,
    There are two kinds of statuses, system status and user status.
    You can only influence System status if you execute a business transaction that changes the system status.there
    are four system statuses open, In process,Released and Completed.
    User status can be created as additional information to the system status in any numbers.But for this you
    need to define a status profile which would further be assigned to transaction type(header status) and
    item categories(item status).
    The header status is independent of the item status. One exception is the status Completed.
    If all items have the status Completed, the header status is also set to Completed.
    For defining a status profile you need to go to
    SPRO>Customer Relationship Management>Transactions>Basic settings>Status Management.
    Hope this helps.
    Regards
    Sidd

  • Outlook 2007 instead search does not show the items which are actually present in the inbox and folders

    Scenario:
    when user search for any particular email item by using the sender name or subject name it does not show any result. At the same time it works fine when he specify the search folder(target folder) instead of searching it across all the folders/sub-folders.
    1. We tried reconfiguring the outlook profile but this not fixed the issue.
    2. It is specific to only few users but so far for all the others users it works fine.
    3. Restarted the “Microsoft Exchange Indexer Service” but this is also not fixed the issue.
    4. Hence the outlook reconfigure not worked, rebuild the search index not tried yet, but will give a try.

    Hi,
    Did the user select All Mail Items scope when searching in Outlook?
    In addition, please make sure the user is not searching in a shared mailbox because in some configurations, you are limited to using the
    Current Folder search scope when searching in a shared mailbox.
    Please also let me know the result if you have tried rebuilding index.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • ME23n , Does not shows the values correctly in print preview

    Hi,
    When viewing a PO using ME23n , it does not shows the values correctly in the print preview.
    For example;
    This is the vendor & its address.  (check attached image img1.jpg)
    ZERANDIB BUSINESS APPLIANCES
    Number-122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO-04
    When displaying the print preview, it shows only some parts of the above address
    Shows only; (check attached image img2.jpg)
    ZERANDIB BUSINESS APPLIANCES
    PO BOX 41,112,REID AVENUE
    These values are getting from a table called LFA1. I have checked that table & in that table all the values exists correctly.
    I have noted issue is with, having only a single word. (If address or name having only a single word, that is without spaces, it will not going to show in the print preview) -
    In the above example, it is not showing Number-122/A and  COLOMBO-04 (Its a single word. No spaces there)
    If its like --> Number - 122/A   &  COLOMBO - 04 ,  then it will display in the print preview correctly (where there are spaces after - mark)
    check img3.jpg
    If its having more than one word, then it will display correctly in the print preview.  As below;
    ZERANDIB BUSINESS APPLIANCES
    Number - 122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO - 04
    If its 2 or more words, it shows correctly.
    If its 1 word, then its not showing!
    Why it is happening like that? Any ideas how to resolve this issue?
    regards.
    zerandib

    It turns out that this problem went away after the program crashed.  Everything seems to be working well now.

  • Business Area not showing during MIGO line item process

    Hi,
    We are doing the MIGO process w.r.t. PO....there in Line item...Business Area not showing in its Field.
    If we create another MIGO document with other PO, BA is showing...
    What should be the issue...

    Hi,
    is this an account assigned PO ? Please check the PO document for the acct asst Tab .
    whather the BA is populated .?
    Please reenter the detials of GL account and try again for the PO.Please check whather the co object is properly assigned or not ?
    Regards,

Maybe you are looking for