Grouping and  setting attributes by group in data modeler

Hi,
I wanted the enhancement to hide foreign keys but until that comes I was thinking I could simply set all the foreign key I want not visible to a colour of white, which worked quite well.
For the tables that are basically System such as Language Codes - I defined a Classification Type of System and set them to an identifiable colour to show they are connected but the connections will not be visible on the diagram.
Then I tried to do the same for the Foreign keys but there is no way of setting a standard colour which can be changed.
So I had to set each one to white, which is a pain but then I have white marks across my diagram which I may be able to live
with. In most diagrammer mappers they have a send to back which would solve this - please???
But then I come to the problem that I can't then see them to change them back as they are white ;)
Is there any grouping mechanism that I can group together foreign keys so I can put in this temporary fix?
So I guess I'm on
1. Classification for Foreign Keys - any way to do this?
2. Grouping and Sending groups to the front or back of the diagram.
Thanks,
p.

Hi,
you can use dynamic properties to build your own functionality - there is dynamic properties page for each object. you can create them using UI and use them in scripting.
the following script uses dynamic property "cl_type" and check for value "t2"
fkeys =  model.getFKIndexAssociationSet().toArray();
//create color using integer
color =   new java.awt.Color(16724838);
for (var i = 0; i < fkeys.length; i++) {
fk = fkeys;
cl_type = fk.getProperty("cl_type");
if(cl_type!=null){
if(cl_type.indexOf("t2")==0){
fk.setUseDefaultColor(false);
fk.setBackgroundColor(color);
fk.resetEdgeParams();
}else{
// set for other types or reset to default
fk.setUseDefaultColor(true);
fk.setBackgroundColor(null);
fk.resetEdgeParams();
you need to transform RGB color to integer - I found calculator here http://www.shodor.org/stella2java/rgbint.html
Philip                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Creation of GL account under main group and sub a/c group

    my name is swetha,
    my clint is asking for creation of GL account in the following manner
    under   account group a sub account group, and under sub account group a GL account .
    like
    account group  (ex: loans)
          sub account group  (ex: vehical loans)
               GL account       (ex: HDFC bank  GL vehical loans)
    could you please help me to configure  if it is possible,  if not plz suggest me the alternate options.  thanks in advance.

    hi Swetha,
    one thing remember u can create all G/L Accounts as  one Group but these sub groups are define in FSV so you can tell them first we can create on group that is loans but at the time of FSV  u can define number of sub groups because gl master account groups are using for number controlling purpose only.what ever groups u are define in FSV that groups only comes at the time of reports ok.

  • Need to add row and set attribute value on pageload

    Guys,
    On my page based on the pageflowscope variable value, i need to add a row for master and one row for detail viewobject and set attribute values. (Some of the attribute are LOV and Checkboxes as well)
    I am using following code to create records.....records are being added but i am not able to set the attributes
    OperationBinding ob;
    ob = ADFUtil.findOperationBinding("Create");
    ob.execute();
    ob = ADFUtil.findOperationBinding("CreateInsert3");
    ob.execute();
    I am using following code to set the attributes value
    DCIteratorBinding dc1 = ADFUtil.getBindingIterator("firstiterator");
    DCIteratorBinding dc = ADFUtil.getBindingIterator("seconditerator");
    row1=dc1.getCurrentRow();
    row=dc.getCurrentRow();
    row.setAttribute("activest","A");
    row1.setAttribute("type","dc14");
    Anything i am doing wrong here or any suggestion to try is greatly appreciated....

    Vinod,
    Yes commit button is there and yes its also has entry in pagedef...
    When I open the same page on edit mode and i can edit regular record and save them
    Problem is that when i open the page on new mode and try to add rows on page load..... and setting values as described above.... save button somehow doesn't work...
    seems like after i add the rows on the fly, i need to refresh the binding?
    any help is greatly appreciated....
    thank you guys

  • TS4268 I can't get the iMessage or FaceTime to work on my iPod touch.  I updated to the latest iOS.  I have ensured restrictions are off and 'Set Automatically' is selected under date & time settings.  I can enter my apple ID, but it bounces back to the l

    I can't get the iMessage or FaceTime to work on my iPod touch.  I updated to the latest iOS.  I have ensured restrictions are off and 'Set Automatically' is selected under date & time settings.  I can enter my apple ID, but it bounces back to the first login screen.

    I just hit the home key very fast 3 times and it worked. Glad to see that someone suggested this to another person with a mini. My gremlins are all gone.  Yea to the forum .......Marci 73361

  • CR - giving total transaction count for few groups and 0 for few groups.

    For the column "No of First Call Resolution" I have to count no of interactions based on the Interaction Result, the formula is
    COUNT(Interaction_ID) WHERE INTERACTION_RESULT = 'FCR'
    For which, I wrote the below formula
    If {14CICustomerInteractions_query.Interaction Result} = "FCR" then Count ({14CICustomerInteractions_query.Interaction_ID})
    I have 33,232 interactions on the particular day I selected. When I try to group up and do the calculations it is giving total transaction count for few groups and 0 for few groups.
    Need Solution

    Hi,
    What field is the report grouped on?
    If you wish to find the no of interactions based on some condition and display it for every group, then here's what you need to do:
    1) Create this formula and place this on the details section:
    whileprintingrecords;
    numbervar c;
    If {14CICustomerInteractions_query.Interaction Result} = "FCR" then
    c := c + 1;
    2) Create another formula and place this one on the Group Footer:
    whileprintingrecords;
    numbervar c;
    3) Create this formula to reset the variable and place this on the Group Header:
    whileprintingrecords;
    numbervar c := 0;
    Let me know how this goes!
    -Abhilash

  • Creating group and setting owner

    Hello,
         When I am trying to create a group, FIM is picking up the my account (in which I am logged in) and setting that as the owner of a group unless I manually delete that and put another user as the owner. Can we change the settings somewhere
    so that it doesn't take the default logged in account?
         Please let me know, Any help will be much appreciated.
    Thanks.

    Hello,
    as far as I know that functionality his some code behind which can not be changed.
    But you can Trigger a workflow to clear the owner attribute on group creation.
    Keep in mind that reference values can only be cleared by setting a " " (space) to the attribute by using the function evaluator.
    Regards
    Peter
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • ICR 002 - Object Groups and Sets

    Hi,
    Tcode here is FBCR009.
    I need one help on the PROCESS 002 for ICR. In the current system, we have implemented the Object groups and Sub groups as mentioned below:
    Object Group - 100
    Object Subgroup 100
    Object group  Sequence      Company Field  Company Set   Description                   Partner Field     Partner Set    description
    100     1     RACCT     RULE2A     B/S Cash Management     RACCT     RULE2B     B/S Cash Management
    100     2     RACCT     RULE3A     B/S ST Interest Bearing     RACCT     RULE3B     B/S ST Interest Bearing
    100     3     RACCT     RULE4A     B/S ST Non-Interest Bearing     RACCT     RULE4B     B/S ST Non-Interest Bearing
    100     4     RACCT     RULE5A     B/S ST Non-Interest Bearing Derivatives     RACCT     RULE5B     B/S ST Non-Interest Bearing Derivatives
    100     6     RACCT     RULE7A     P&L LT Interest     RACCT     RULE7B     P&L LT Interest
    100     7     RACCT     RULE8A     P&L ST Interest     RACCT     RULE8B     P&L ST Interest
    100     8     RACCT     RULE9A     P&L Toll     RACCT     RULE9B     P&L Toll
    100     9     RACCT     RULE10A     P&L Royalties     RACCT     RULE10B     P&L Royalties
    100     10     RACCT     RULE11A     P&L Rent     RACCT     RULE11B     P&L Rent
    100     11     RACCT     RULE12A     P&L Brokerage Commission     RACCT     RULE12B     P&L Brokerage Commission
    100     12     RACCT     RULE13A     P&L Warehousing     RACCT     RULE13B     P&L Warehousing
    100     13     RACCT     RULE14A     P&L Misc/Other     RACCT     RULE14B     P&L Misc/Other
    100     14     RACCT     RULE15A     P&L Insurance     RACCT     RULE15B     P&L Insurance
    100     15     RACCT     RULE16A     B/S LT     RACCT     RULE16B     B/S LT
    I am a little confused here. The following sets under the sub-group has a logical u201CANDu201D . the customer corporate reporting group would like to see the Config to allow each group of accounts defined as ruleXa reconciled to group of accts defined as ruleXb, e.g.
    Rule 2A with Rule 2B
    Rule 3A with Rule 3B etc
    Each Company set should only reconcile with the partner set.
    looked at this OSS Note 1499183 - ICR: Documents are not assigned to the object groups & got even more confused.
    Request if you can advice here.
    Regarzds
    Aahish

    Hello Johannes,
    Unfortunately what you are trying to do is not possible.
    Object groups are defined using the information in the totals table. Therefore fields only available in the line item table cannot be used when setting up object groups. Unfortunately it is also not possible to set up status fields on the totals level because of the standard update process of those fields when setting a status (the line item table is modified directly, there is no totals update). Depending on the details of your setup you might be able to simply add a "normal" field on the totals level and then fill it via BADI. This would probably work quite well if the field does not have to be set manually - and in this case you do not really need the functionality of setting a status manually either.
    I hope this helps you in your efforts!
    Ralph

  • Related Products, Grouping and Product Attributes?

    My client http://www.meluka.co.nz/home has a new product range of Sofas. A new sub-catalog called Sofas, under the LIVINGroom catalog will be created with the six new products. By selecting a product in this sub-catalog, you are then taken to the Individual Product – Large window. This is where the layout will need to differ as each product has five different fabric options and within these fabric options there needs to be a choice of up to eight fabric colors. I’m already using Grouping & Related Products within the site. Ideally I’d like a dropdown of the different fabric types (as currently used for Grouping) and once this is chosen then the different colors shown (using Related Products) for that fabric type. The problem that I have is that Related Products need to appear in a Catalog (or Sub-Catalog) and I only want one of each of the products appearing on the Sub-Catalog page (i.e. not all the different colors.) It would seem that Product Attributes may be the answer? The large image view needs to show the chosen fabric and color. Promotion starts next week so mildly panicking…

    A combination of mandatory attribute groups, non mandatory attribute groups and javascript to show hide them based on the needs you mentioned above would be what I would be doing in that case.

  • Unable to see Target Groups, Profile Sets, Attributes, Attributes in Web UI

    Hi Experts
    We  upgraded  from CRM 5.0 TO New CRM 7.0
    In segmentation,under normal segmentation on WEB UI could not see the Attribute lists,profile sets,Segments etc on the Graphical Modeler(Segmentation Builder)
    We can see the same in backend GUI under Segmentation Builder (CRMD_MKTSEG)
    Do we need to do any settings or configuration to view the same
    Thanks
    Raj
    Edited by: RA_225 on Dec 7, 2009 5:42 PM
    Edited by: RA_225 on Dec 7, 2009 6:13 PM

    Raj
    I am tempted to say java client issue.  I say this because SAP support had the same issue with our system to resolve another issue and I believe they had to check local java settings.  Also check what version of IE you are running.
    Perhaps open a message to SAP to obtain java settings required to run segment builder applet as well as browser settings.
    Chris

  • Assigning learners to Learner Group and creation of Learner Group.

    Hi All,
    Are there any standard ways to create Learner Groups from R12.1.3. I have tried looking for Oracle standard APIs but did not find them. Is there any other way we can create Learner group from back end. I know to create them from Application but we have to create bulk number of Learner Groups. So wanted to do them from back end.
    Also we may need to assign large number of learners to learner group. Can you please explain the possible ways of doing these assignments.
    Any inputs are the most awaited.
    Thanks,
    Abhishek.

    Thanks Anders for your input. Please look into my below query also.
    We are in 12.1.3. I tested creating a learner group and adding learners to it (both by organization and learner assignment).
    When I try to assign a course to a Learner Group from the Application, I go to course and from "Bulk Enroll" window, I input the Learner Group to which I wanted to add the course and click on 'GO'. Now Application lists out the learners in the Learner Group. Learners in the Learner Group are not enrolled into courses unless I click the check box beside each learner and select 'Add'.
    Is this the standard way of enrolling a Learner Group to the course. I am just looking for a way where I can enroll all the learners in Learner Group to a course by selecting that particular Learner Group (rather than clicking the check box beside every learner).
    If I have to check against every learner to enroll them in a course, then I dont really get the point in creating Learner Groups. Please advice.
    Thanks,
    Abhishek

  • Is it possible to get and Set attribute value in OVD through JNDI or Java

    Hi,
    I have a requirement to read an OVD Attribute value from a Jsp Page and set the Attribute value in OVD.
    Is it possible to achieve it through JAVA/JNDI code, Any pointers or code snipplet are welcome.
    Thanks
    Ak

    Use JNDI with LDAP provider or another LDAP java library, plenty of examples on google

  • When I use Tab Groups, can I have some tabs that are always open together with a group, and just switching the groups that are besides the "always showing" tabs?

    I like to have some tabs always open, like for example the facebook page, while others I need only occasionally, like Ebay / Work / Fun (which I could put into Tab Groups). So I was wondering if it is possible to have the following configuration:
    Always open Tabs (e.g. Facebook, Myspace) and then next to that ONE of the Tab Groups (e.g. Group Ebay Stuff and Group Work Stuff and Group Fun Stuff)
    or alternatively have TWO Tab Groups open at the same time, like Group A and Group B, and then switch to Group A and Group C, then Group A and Group D, then Group A and Gourp B again.

    Hmm, well you can right click a tab you want always open and click "Pin as App Tab". I personally don't have much experience with Tab Groups, I'm just learning how to use them.
    Hope this helps!

  • Remove Groups and Contacts from that Group Only

    Hi, how do I remove a group and it's contacts and making sure the contacts are removed from the ALL group as well. So after I delete the group and contacts I don't want to see and contacts that were in the group that I deleted anywhere in my Address Book at all.
    Thanks in advance

    Sorry but I just found my answer. If I want to delete the contacts from that specific group and I don't want the contacts in my address at all. Then I go to the group in question, select all the contacts in that group and hit the delete key and delete them. Then I can delete the group name. And all is good.

  • Performance impacts of attributes versus entities in data model design

    I'm trying to understand the performance implications of two possible data model designs.
    Here's my entity structure:
    global > the person > the account > the option
    Typically at runtime I instantiate one person, one account, and five option 's.
    There are various amounts determined by the person's age that need to be assigned to the correct option.
    Here are my two designs:
    Design one
    attributes on the person entity:
    the person's age
    the person's option 1 amount
    the person's option 2 amount
    the person's option 3 amount
    the person's option 4 amount
    the person's option 5 amount
    attributes on the option endity:
    the option's amount
    supporting rule table:
    the option's amount =
    the person's option 1 amount if the option is number 1
    the person's option 2 amount if the option is number 2
    the person's option 3 amount if the option is number 3
    the person's option 4 amount if the option is number 4
    the person's option 5 amount if the option is number 5
    Design two
    attributes on the person entity:
    the person's age
    attributes on the option entity:
    the option's amount
    the option's option 1 amount
    the option's option 2 amount
    the option's option 3 amount
    the option's option 4 amount
    the option's option 5 amount
    supporting rule table:
    the option's amount =
    the option's option 1 amount if the option is number 1
    the option's option 2 amount if the option is number 2
    the option's option 3 amount if the option is number 3
    the option's option 4 amount if the option is number 4
    the option's option 5 amount if the option is number 5
    Given the two designs, I can see what looks like an advantage for Design one in that at runtime you have less attributes (6 on the one pension member + 1 on each of 5 options =11) than Design two (1 on the one pension member + 6 on each of 5 options = 31), but I'm not sure. An advantage for Design two might be that the algorithm has to do less traversing of the entity structure: the supporting rule table finds everything for the option's amount on the option.
    Either way there is a rule table to determine the amounts:
    Design one
    the person's option 1 amount =
    2 if the person's age = 10
    5 if the person's age = 11
    7 if the person's age = 12, etc.
    Design two
    the option's option 1 amount =
    2 if the person's age = 10
    5 if the person's age = 11
    7 if the person's age = 12, etc.
    Here it looks like the rulebase would have to do more traversing of the entity structure for Design two.
    Which design is going to have better performance with a large amount of rules, or would it make a difference at all?

    Hi!
    In our experience you only need to think about things like this if you were dealing with 100s or 1000s of instances (typically via ODS). As you have a very low number, the differences will be negligible, and you should (usually) go with the solution which is the most similar to the source material or the business user's understanding. I also assume this is an OWD project? Which can be even better, since the inferencing is done incrementally when new data is added to the rulebase, rather than in one "big bang" like ODS.
    It looks like design 1 is the simplest to understand and explain. I'm just wondering why you need the option entity at all, since it seems like a to-one relationship? So the person can only have one option 1 amount, one option 2 amount etc, and there are only ever going to be (up to) 5 options...is that assumption correct? If so, you could just keep these as attributes on the person level without the need for instances. If there are other requirements for an option instance then of course, use them, but given the information here, the option entity doesnt seem to be needed. That would be the fastest of all :-)
    Either way, as the number of instances is so low, you should have nothing to worry about in terms of performance.
    Hope this helps! Write back if you have any more info / questions.
    Cheers,
    Ben

  • Report parameter textboxes and execute button is missing. Date Model works.

    Hello,
    I created a BI Publisher Data Model. Did the testing of it by generating XML sample data.
    The data model requires 3 parameters as input. All worked fine for generating the XML.
    When I now create a report with a .rtf template that uses the data model. then
    no parameter-entry header appears. no execute button either. why is that?
    thanks.

    I think the issue is a bigger one. when I try to upload the template I get the pop up saying "Object reference not set to an instance of an object". The .rtf template is not bigger than 2mb.

Maybe you are looking for

  • Error bringing up /analytics in OBIEE 11g

    I recently installed OBIEE 11g on Solaris. After the installation was completed, I can log into WebLogic Console and Enterprise Manager. I could not open up the <host>:9704/analytics page. All of the services required to start up were started. After

  • Updating a table of different database user using  db links

    Consider two databases db10gA and db10gB which is having a db link from A to B There is a user A in db10gA and another user B in db10gB the user require to insert,update,delete records of user B tables so how is the DML privileges are granted to user

  • JDOM and schemas

    Can someone explain to me how to validate a XML document against a schema using JDOM please ? Thank's a lot

  • FM or BAPI to update the database table /TDAG/CPT_DEC_IN

    Hi All,   I need to update a few entries in the database table /TDAG/CPT_DEC_IN (CP: Declarable Substances, Independent attributes). This table contains data for the EHS ( Environment, Health and Safety) Module in SAP.   Instead of doing a direct dat

  • LR3 - Edit in Photoshop problem

    I am pretty new to Lightroom so I have checked previous posts and have read the manuals but I cannot find an answer to my problem. I have LR3 and CS5 using the Prophoto colour profile on a Windows 7 system. I always shoot RAW (NEF) and usually use bo