Collections and 11g business rules

how do I tell a rule to loop through a collection of objects that are maintained within an envelope object
e.g.
Request{
String ID;
List Context;
Context {
string key
string value
I want the rule to extract the Context from the Request (maybe a function or variable) and then loop through the Context list doing a compare on the key and value. Any help would be greatly appreciated/

The tree mode feature in 11 sounds like it would most fit this. With this, you could write expressions like:
Request/Context.key == "foo" &&
Request/Context.value == "bar"
Where the / indicates a one-to-many relationship.
There are more examples of this in the OBR User's Guide.

Similar Messages

  • Changing 11g Business Rules

    I have a number of questions around the new version of the business rules in the SOA Suite 11g.
    When I add a rules dictionary to a composite am I correct that I cannot reference the dictionary outside of that composite?
    When deploying rules the composite and rules are deployed into the MDS and I can then use the web author to change the rules but are these changes viewable back in jdev?
    Is there any way to reuse rules dictionaries in seperate composites or do I need to create a sub somposite just for the rules dictionary and reuse the composite?
    What is th best way to version my rules? If we version at composite level then this defeats the whole process of changing rules on the fly because I then need to redeploy the rules composite every time I need to make a change (Obviously I know ideally changes should never be made in production and should be tested seperately and deployed correctly into production)
    Any help you can provide will be greatly appreciated.
    Regards

    The tree mode feature in 11 sounds like it would most fit this. With this, you could write expressions like:
    Request/Context.key == "foo" &&
    Request/Context.value == "bar"
    Where the / indicates a one-to-many relationship.
    There are more examples of this in the OBR User's Guide.

  • Oracle RDF and Oracle Business Rules & Protege

    A couple of questions:
    1.) Has anyone used Protege to create frame-based ontologies which can somehow be used with Oracle Business Rules?
    2.) Has anyone used Protege along with the RDF storage functionality in Oracle?
    Thanks.

    Melli,
    I just started with semantic so won't have many useful ideas for at least some time.
    mostly there will be bugs and misunderstanding on my part.
    At this point i do see that the supplied library is not working properly . see my other thread. Fixing that would be really helpful.
    Let me know
    As of Composer - well let's just say its cost ineffective for organization to use on pilot project..

  • Xpath and oracle business rules

    Hi; are there any examples that demonstrate using XPath in a rule?
    Any comments on whether oracle business rules might be a valid choice for an application that needs to enforce a set of, and varying, constraints on an incoming XML document.
    Thanks for the info.
    -Tim Watson

    The XPath support in the current version of Rules is for asserting portions (or all) of an XML document as facts. The Rules are then written against the elements in the XML that you are interested in.
    I can't say for sure without more details, but Rules would work for enforcing constraints on XML documents.

  • ODI and Oracle Business Rules

    Hi, I have a question that hopefully someone can give light to.
    Our current requirement for an ODI solution is to have business users create or edit rules (not just table constraints, but actual complex business process rules) that they would like to apply to the data during integration. I was thinking of two possibilities for this:
    1. Load a rule file in ODI and then execute the rules in ODI.
    2. Use Oracle Business Rule.
    Between the two options, which is most likely possible? I have yet to fully explore ODI so I'm not sure if both of these options are feasible. If not, can someone give me sound ideas to work on for this requirement?
    Thanks,
    Jason

    Melli,
    I just started with semantic so won't have many useful ideas for at least some time.
    mostly there will be bugs and misunderstanding on my part.
    At this point i do see that the supplied library is not working properly . see my other thread. Fixing that would be really helpful.
    Let me know
    As of Composer - well let's just say its cost ineffective for organization to use on pilot project..

  • Extended XSD's and Oracle business rules in SOA

    I have extended an XSD to add new elements within a complex object but when I use these within Business rules I receive the following error
    [10:10:58 AM] Invalid logging line: #;There was an error deploying the composite on SOAAdminServer: Deployment Failed: Error occurred during deployment of component: OracleRules1 to service engine: implementation.decision, for composite: testExtended: oracle.fabric.common.FabricDeploymentException: [ERROR] A class/interface with the same name "com.lmco.lmco.pfw.preadvicevalidationcanonical.PreadviceCollection" is already in use. Use a class customization to resolve this conflict.
    [10:10:58 AM] Invalid logging line: #;  line 5 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Relevant to above error) another "PreadviceCollection" is generated from here.
    [10:10:58 AM] Invalid logging line: #;  line 3 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] A class/interface with the same name "com.lmco.lmco.pfw.preadvicevalidationcanonical.Preadvice" is already in use. Use a class customization to resolve this conflict.
    [10:10:58 AM] Invalid logging line: #;  line 12 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Relevant to above error) another "Preadvice" is generated from here.
    [10:10:58 AM] Invalid logging line: #;  line 10 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] A class/interface with the same name "com.lmco.lmco.pfw.preadvicevalidationcanonical.HeaderType" is already in use. Use a class customization to resolve this conflict.
    [10:10:58 AM] Invalid logging line: #;  line 21 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Relevant to above error) another "HeaderType" is generated from here.
    [10:10:58 AM] Invalid logging line: #;  line 30 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] Two declarations cause a collision in the ObjectFactory class.
    [10:10:58 AM] Invalid logging line: #;  line 5 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Related to above error) This is the other declaration.
    [10:10:58 AM] Invalid logging line: #;  line 3 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] Two declarations cause a collision in the ObjectFactory class.
    [10:10:58 AM] Invalid logging line: #;  line 12 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Related to above error) This is the other declaration.
    [10:10:58 AM] Invalid logging line: #;  line 10 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] Two declarations cause a collision in the ObjectFactory class.
    [10:10:58 AM] Invalid logging line: #;  line 21 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Related to above error) This is the other declaration.
    [10:10:58 AM] Invalid logging line: #;  line 30 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #; {rootCauses=[]}: [ERROR] A class/interface with the same name "com.lmco.lmco.pfw.preadvicevalidationcanonical.PreadviceCollection" is already in use. Use a class customization to resolve this conflict.
    [10:10:58 AM] Invalid logging line: #;  line 5 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Relevant to above error) another "PreadviceCollection" is generated from here.
    [10:10:58 AM] Invalid logging line: #;  line 3 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] A class/interface with the same name "com.lmco.lmco.pfw.preadvicevalidationcanonical.Preadvice" is already in use. Use a class customization to resolve this conflict.
    [10:10:58 AM] Invalid logging line: #;  line 12 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Relevant to above error) another "Preadvice" is generated from here.
    [10:10:58 AM] Invalid logging line: #;  line 10 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] A class/interface with the same name "com.lmco.lmco.pfw.preadvicevalidationcanonical.HeaderType" is already in use. Use a class customization to resolve this conflict.
    [10:10:58 AM] Invalid logging line: #;  line 21 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Relevant to above error) another "HeaderType" is generated from here.
    [10:10:58 AM] Invalid logging line: #;  line 30 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] Two declarations cause a collision in the ObjectFactory class.
    [10:10:58 AM] Invalid logging line: #;  line 5 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Related to above error) This is the other declaration.
    [10:10:58 AM] Invalid logging line: #;  line 3 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] Two declarations cause a collision in the ObjectFactory class.
    [10:10:58 AM] Invalid logging line: #;  line 12 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Related to above error) This is the other declaration.
    [10:10:58 AM] Invalid logging line: #;  line 10 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] Two declarations cause a collision in the ObjectFactory class.
    [10:10:58 AM] Invalid logging line: #;  line 21 of oramds:/apps/PFW/xsd/preadviceValidationCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    [10:10:58 AM] Invalid logging line: #;[ERROR] (Related to above error) This is the other declaration.
    [10:10:58 AM] Invalid logging line: #;  line 30 of oramds:/apps/PFW/xsd/preadviceCanonical.xsd
    [10:10:58 AM] Invalid logging line: #;
    I am unable to find any pointers on how to (Use a class customization to resolve this conflict.) resolve this just putting this out there, any help people

    Hi
    I'm facing a similar issue. Were you able to resolve this?
    Regards
    RaviKiran

  • Need Information on Sourcing cockpit and Business rule framework

    Hi Experts,
    I am having 2 general qustions :
    1. ) What is sourcing Cokpit and what are the things that we can done from sourcing cockpit.Please explain in detail.
    example  : what i knw abt sourcing is...... It means from where we are going to source our material means vendor.
    My idea is to know everything abt sourcing cockpit.
    2. ) In SRM 7.0 what is the Busniess rule framework concept and if i need to configure a BRF approval process with respect to Shopping cart and a Purchase order in Extended classic scenario then how do i need to move ahead.
    Thanks
    Sunny

    Hi,
    Q no 1:
    Sourcing Cockpit is an area from where you can source the requirements..There are two ways  by which sourcing can be done.
    1. The Purchase requisiton created from ECC 6.0 can be pushed to SRM for Sourcing . Either direct material with Part no or
    Service requirement without part number
    2. The shopping cart created in SRM can be converted to sourcing.
    once the requirments are flown from ECC 6.0 and  SRM . in the SRM server in sourcing node--click Carry our sourcing.
    you can get all the requirements.
    From this  you can convert  it to Purchase order,contract,Auction. Bid invitation.
    Q. no 2 :Business Rule Framework.(BRF)
    This is related to Workflow .From SRM 7.0 this workflow is called Process controlled workflow. Only by simple rules the
    Workflow for  Approval process for P.O ,Contract,Bid invitation can be done.
    If you are SAP ABAP person they you can confugure this .Normally  ABAP person will do this.. Please go to S ID and get the
    details there for Business rule framework
    Just check in this forum in Search you can get more details and notes
    go to  Google.com and enter business rule framework you get more material
    check this link
    http://www.sdn.sap.com/irj/sdn/nw-rules-management?rid=/webcontent/uuid/d00df7db-c783-2b10-aa97-ccfeacc19fcb [original link is broken]
    Regards
    G.Ganesh Kumar

  • Business Rules and Business Intelligence in Java CAPS 6

    Dear All,
    I have two doubts.
    1. Is there any way to add a Business Rule component and write Business rules in Java CAPS 6? As you may know, this is possible through eInsight in JCAPS 5.1.2.
    Is this feature readily available in Java CAPS 6? If yes, can you please let me know where it is?
    2. Are there any Business Intelligence tools in Java CAPS 6? If yes, what all things we can do with that?
    With warm regards,
    Sree.

    Sree,
    It sounds like you are talking about a Rules Engine - not necessarily a Business Process Manager..
    Also it depends on what you mean with "rule".
    The approach I mentioned previously about IDS-Scheer's Aris meant that a Business Process is modelled in Aris - that is the focus is on the business developer. However the actual implementation of the business process would need to be developed by a Developer. Likewise if a change is performed in the Business Process it would need to be retrofit into CAPS for implementation.
    When it comes to Rules Engines, Sun has a partnership with Yasu. Yasu have implemented their Rules Engine as a JBI SE, which would work with the JBI part of CAPS6, OpenESB or Glassfish ESB. More infor can be found at:: http://www.businesswireindia.com/PressRelease.asp?b2mid=12735.
    I am not aware of any explicit "business intelligence" functionality in the CAPS -suite.. Looking at the Jasper Suite however, the CAPS suite does have ETL functionality, no built in reporting, but a Master Data Management System (http://developers.sun.com/docs/javacaps/products/sun-mdm-suite.jsp), which I belive could assist decently when it comes to data quality and data source prioritization concerns.
    When it comes to Jaspersoft there are examples of how to build a CAPS6 JBI BAM solution using Jaspersoft's IReport (Netbeans Plugin), which in turn uses JasperReports.

  • Business Logic and Business Rules

    Hi,
    I have a very basic question. If we develop a new screen on top of ECC using Webdynpro ABAP to replace a ECC default screen, say for an example, ME51n screen for purchase requisition to be replaced by a custom screen developed in ABAP Webdynpro, then how do we incorporate the inbuild business logic and the business rules of me51n in to this new screen developed in ABAP Webdynpro? In short, how do we incorporate business logic and rules in to ABAP Webdynpro application?
    do we have to code all the logic from scratch or we can use existing logic? If we can, how.
    Thank you for your help.
    Shai

    Duplicate thread
    Business Logic and Business Rules
    could you please close it.
    thanks
    sarbjeet singh

  • JHeadstart, Oracle Business Rules and BPEL Process Manager

    Dear JHeadstart Team,
    I have some questions regarding integration of JHeadstart and Oracle Business Rules and Oracle BPEL Process Manager. As a matter of fact I don't have any work expriences with these tools so my questions may not be good and precise.
    1- Using a business rule engine can dramatically increase speed of development and ease of maintenance.I had a very good exprience in using JHeadstart and Headstart in the past but I wanted to know if it is possible to use Oracle Business Rules in conjunction with the JHeadstart ? If so, What steps should be taken? Is there any known issue about this integration? Does Oracle Business Rules have any interference with JHeadstart or it is only used in model layer during insert,update,delete?
    2- Is it possible to develope a system based on oracle work flow engine (Oracle BPEL Process Manager) using JHeadstart ? If so, What steps should be taken and how the changes in the flow of work would by applyed in a system developed by JHeadstart. Is there any known issue about this integration?
    Any help,link to documents or general guidelines would be highly appreciated.
    Thanks in advance,
    Navid

    Couple of things I would like to add, are the following.
    In the context of an ADF application usage of Oracle Business Rules most likely is in the business logic layer, but mind that it does not need to be restricted to that.
    Oracle Business Rules takes so called 'facts' as input, evaluates some rules based on that and change those facts or return some result. That might be checking a business rule as defined in the JHeadstart Developers Guide. But it might also return some value that is used in a navigation rule.
    Think about a page flow where after page A normally page C is presentend, but in case of some situation (like a customer ordered something and you want to present some special offering based on that) you want page B presented in between (i.e. A -> B -> C). Oracle Rules could be used to determine this page flow. This would be an example of using it in the controller layer (probably in combination with using facts that come from the model layer).
    Another remark that I would like to make, is that in my opinion it does not make much sense to use Oracle Rules for business rules that logically more or less are part of your data model (like end date must be on or after begin date). You typically use Oracle Rules to implement business rules that are of a volatile nature, meaning that day-to-day business may require a change of the rules. One example is the navigation case that I mentioned before. Another (typical) example would be a rule that defines when a customer is a Gold customer.
    Jan Kettenis

  • Oracle Rules Manager vs Oracle Business Rules

    Hi
    Can someone explain the difference between Oracle Rules Manager and Oracle Business Rules.
    Is Oracle Promoting both the products?
    What I understand is that Oracle Rules Manager comes a part of the Oracle Database 10g R2 (and 11g) and Oracle Business Rules is a part of the SOA suite.
    Is there any difference in the positioning of both these products?
    Our client is evaluating various Rules engines in the market and we want to make sure that we choose the correct product.
    Thanks, Srini

    Igor S. wrote:
    He solves the same problem with rules and without. My question was what would be better? Why would you chose one over the other. I prefer rules that is easy to state, easy to read, and easy to implement. Clear text rules in Prolog being a firm favourite. :-)
    Using a rules engine, with a fairly complex API, in order to define rules? I would want very sound and very robust justification for that.
    Taking this EMP table example. If there is a single AddEmp() PL/SQL procedure interface for adding employees, it is simple matter to see what it does, how it does that, and test and debug that. The only knowledge needed is the ability to read and understand the source code. The same cannot be said of rules engines.
    As for the issue of updating AddEmp() with new rules. Edition redefinition takes care of versioning database objects. And in a far more controlled fashion than dealing with a rules engine that is dynamically update now! while the database is in use - and you have no real idea or real control over when exactly now! was.

  • Displaying Value from Business Rule in the UI

    My requirement is as follows:
    I profile a customer based on some business rules and the business rules asserts a business object based on the rule evaluation. I checked the output of the Business Rule and I can see that the values have been set correctly but when I added the Business Object to the Human task the same is not displayed in UI. Can anyone please help me on this. I am using 11g.
    Regards
    Venkat

    If i'm not wrong, this is undoubtly teh MOST ASKED Qs on the Forum .
    U can get help from URL :- http://jsptags.com/tags/navigation/pager/
    Also, the Java Pet Store application has another such JSP tag library. Look in the package com.sun.j2ee.blueprints.petstore.taglib.list
    OR just simply search the Forums & u'll get many replies to ur Query

  • Business Rules Not Visible in Planning.............

    Hi All,
    I have created business rules in Essbase & works well.But Those are not showed in planning App.Here , While i'm
    creating Business Rules ,able to access for essbase only , when click on planning to shows unable login planning.
    Plzzzzzzzz help out.......
    Thanks

    I am having the same problem with accessing business rules in version 9.3.1. I have been working with Oracle support for 5 months now trying to resolve this and they have not been able to help.
    This application has been up and running for over a year before this behavior occurred. Previously users were able to view and run business rules. It is only affecting non-native authenticated users. The admin user and natively authenticated users can run/edit & vaidate rules. In order to run business rules all users have to log in with the admin user ID (not a good solution).
    Any ideas, clues or new method of debugging this issue would be appreciated.
    Thanks
    John

  • Business Rules Icon in EAS Enterprise view

    Dear All,
    I am currently using Hyperion planning 11.1.2.2, in EAS the Business rules icon (To use graphical mode) is not displayed in Enterprise view.
    EPMA and calculation manager are not installed, I use instead classic application .
    When I checked the roles attributed to admin user (Provisioning Tree) in Shared services, I did not find Business rules Role in the "Available Roles" Panel (the left one : there is only essbase cluster,foundation and planning)
    Is it related to essbase installation? I did not install essbase integration service.
    PS: when I created my application I could not choose Business Rules in the Application creation panel, it was not available back then
    thank you for your help.
    Regards

    From the docs : "Oracle Hyperion Calculation Manager has replaced Oracle Hyperion Business Rules as the mechanism for designing and managing business rules, therefore, Business Rules is no longer released with EPM System Release 11.1.2.2. If you are applying 11.1.2.2 as a maintenance release, or upgrading to Release 11.1.2.2, and have been using Business Rules in an earlier release, you must migrate to Calculation Manager rules in Release 11.1.2.2."
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to create Business Rule?

    Hi All,
    i am new to Hyperion, can any one help me on the following issue.
    i want to crate a business rule to aggregate data from level 0 to parent level for one partcula data form and aloso have to calculate the data for the following member
    Cost per Unit = Total Revenue/Unit
    i have already have the member formula in outline for cost per Unit as follows
    Cost per Unit = Expense/Unit
    How i can create the business ruleto calculate the data for cost per Unit (Total Revenu/Unit) and the aggregation of data to the parent level in data form
    I have 12 dimensions and i am using 9.3.1 Version
    Thanks in advance
    Ram
    Edited by: Ram on Sep 2, 2011 2:36 AM

    i want to crate a business rule to aggregate data from level 0 to parent level for one partcula data form^^^These are oldies but goodies:
    http://camerons-blog-for-essbase-hackers.blogspot.com/2009/06/why-i-hate-and-love-business-rules-part.html
    http://camerons-blog-for-essbase-hackers.blogspot.com/2009/06/why-i-hate-and-love-business-rules-part_17.html
    Cost per Unit = Total Revenue/Unit^^^Are you asking if it makes sense to calculate this ratio at all levels of the database or only at the top level? If you mean that it only makes sense at level zero, you could use a FIX statement to select all level zero members and then perform the calculation. Based on the formula, I would think you could get away with a dynamically calculated member formula, assuming Total Revenue is dynamically calculated as well. Generally, level zero calcs in a business rule are only required if there's a percentage involved; if the formula is valid at aggregated levels, make it dynamic unless reporting performance (I have seen dense formulas that go across many, many blocks -- bad idea) falls off a cliff.
    Regards,
    Cameron Lackpour

Maybe you are looking for

  • Cannot Install 11g 64 bit client on Windows 7 Professional 64 bit OS

    I am trying to install Oracle 11g 64 bit client on Windows 7 64 Bit Professional. I'm running setup as administrator and all prerequisites fail with Actual Value not Found Expected value not found. I select ignore and press next and the application j

  • HT1727 If you buy something from an Ipod touch how can you get it on your computer?

    I bought a song on my ipod touch because It obviously has internet and I thought it wouldn't be a problem. I was able to download the song and listen to it on that ipod touch without any issues, however, I would like to be able to burn it to a cd, li

  • Links in PDF from View Mode Not Working

    Ok, bear with me as I'm not totally familiar with Robohelp. I have a PDF file, lets call it (PDF1).  Inside PDF1 is a flowchart with a link to another PDF (PDF2) file. When I open PDF1 outside of RoboHelp, the link to PDF2 works. When I open PDF1 fro

  • How to show two amount (based on value type and entry code)  in same column

    Hi, I have to show two amount in the same column how can i do that... For example there is  1) premium amount which depends upon the entry code lets say entry code 1000 = Premium amount . 2) Now there is another premium amount but this amount is stor

  • No output no error when running reports 6i on WEB

    Hello reports Gurus, Sorry for posting the same problem.It's very important for me to have a solution. Here is my problem: I'am using reports 6i with Apache web server on SUN SOLARIS 9.When Trying to access to the report server(http://host:7778/dev60