Regarding Designing Datamodels

Experts need suggestion as our client has a transactional data of reporting requirement.
Now i need to design Infocube as per our client suggestion as he needs only Infocube.
How i should design dimensions for a sound datamodel by taking into Performance considerations.
Can anybody please suggest me.

Hello,
what is bitmap and btree index?      link for Indexes
any relation between indexes and high cardinality.............      link for cardinality.
It will help you...
Regards,

Similar Messages

  • Designer datamodel questions

    I've got a couple of questions about how to do a few tasks in Designer.  First, a little background:<br />I've got a dataconnection called "report_data" that's derived from and xml schema.  The structure of the schema is somehing like this: <br /><report><br />    <job_description><br />       <name/><br />       <start_date/><br />       <end_date/><br />    </job_description> <br />    <task><br />       <name/><br />       <description/><br />       <resource> <br />            <name/><br />            <cost/><br />       </resource><br />       <subtask><br />          <name/><br />          <description/><br />            <resource> <br />               <name/><br />               <cost/><br />           </resource><br />       </subtask><br />    <task><br /></report><br /><br />a report has a single jobdescription, and multiple tasks.  Each task has a name and decription, multiple resources, and multiple subtasks.  Each subtask has a name and description, and multiple resources.<br /><br />I've designed a report entry form, with multiple subforms for job_description, tasks, resources, and subtasks.  I've then bound these subforms to the datamodel.  This is all good and works.  The problems start occuring when I want this form to be dynamic.  The Task subform has a button "add_new_task", which adds a new task to the report.  It does this by calling a function "add_new_task()" in a script object.  The function is as follows:<br />function add_new_task(){<br />    var t_node = xfa.datasets.dataDescription.report.task.clone(1);<br />    t_node.resolveNode("name").value = "task " + (xfa.record.resolveNodes("task[*]").length + 1).toString();<br />    xfa.record.nodes.append(t_node);<br />    xfa.form.remerge();<br />}<br />This function appears to work, new instances of the task subform are appended to the document. <br /><br />The task subform also contains subtask subforms.  They are added with a button "add_new_subtask", that calls a function "add_new_subtask(task)".  the function is as follows:<br />function add_new_subtask(task){<br />    var st_node = xfa.datasets.dataDescription.report.task.subtask.clone(1);<br />    st_node.resolveNode("name").value = "subtask " + (xfa.record.resolveNodes("subtask[*]").length + 1).toString();<br />    task.nodes.append(s_node);<br />    xfa.form.remerge();<br />}<br /><br />The button click function is:<br />scripts.add_new_subtask(xfa.record.task);<br /><br />Resources work in a similar way.<br /><br />The problem is now that when I try to create subtasks, they are appended to the initial task, not the task associated with the current record.  Same thing for Resources.<br /><br />Doesn't xfa.record refer to the current record?  If not, how to I determine the current record?  xfa.dataWindow.currentRecordNumber is always returning 0.  I'm assuming that's because there is only 1 instance of the report.  How do I determine the record associated with a given subform?  Is there a better way than using the index of the subform and getting the record with the same index?

    To determine the instance of the record associated with a given subform, you can get the subform's
    index property value. Since new instances are created with the same name as siblings of one another, they end-up getting index numbers in order to make them unique.
    For example, if you create a new instance of the Task subform, you'll have "Task[0]" and "Task[1]" where
    this.index will be 0 or 1. If it's an object parented to the Task subform which needs to know the instance of the Task subform/record in which it occurs, you can use the
    parent property to drill up to the Task subform which contains the object in question and then get its index property value.
    Creating bookmarks is a little more complicated. Unfortunately, XFA doesn't support bookmarks so you have two options:
    Use the xfa.host.setFocus("field name") method to set focus, when the user clicks a button, to a field somewhere on the form to have Acrobat automatically scroll the field in view and set focus to it (see post #6 of the
    Links Within PDF thread for an example); or
    Use the
    target property of the event object you get in an XFA event script to access the Acrobat Document object and then programmatically add bookmarks to the form (but
    this will only work if the form is viewed using Acrobat):
    event.target.bookmarkRoot.createChild("Next Page", "this.pageNum++");
    I'm not familiar enough with creating bookmarks in Acrobat to elaborate further on the subject but you can read more about it in the
    Acrobat JavaScript Scripting Reference.
    I hope this helps!
    Stefan
    Adobe Systems

  • UI Designer, DataModel-View, Element-Search-Filter should ignore case

    Hi,
    I'm currently working within UI Designer and want to bind elements to my OWL.
    After selecting a name space and a BO afterwards, I want to search within the loaded BO meta data.
    Doing so, I figured out that the search is case sensitive.
    In other words, search for 'node' brings no results, but 'Node' does the job.
    Hopefully there are no derivations like 'nOde'
    @DevTeam, please do 'ignore case'.
    Thanks.
    ByD Studio release as of 05.March.2011
    Regards
    Martin

    Hi,
    I tested in 3.0, there the search is no longer case sensitive. So it seems to be corrected.
    Regards,
    Thomas

  • Regarding Designer Installation

    have succesfully installed the Oracle Designer but
    in designer's front panel we only have enabled the UTILITIES options (Repository Reports excepted), the rest of them are disabled (MODELLING SYSTEM REQUIREMENTS, GENERATING PRELIMINARY DESIGNS, DESIGNING AND GENERATING).
    How to enable these options???

    Have you installed a Repository? Have you set up subordinate users and given them access? Read the SCM (Repository)Installation Guide available here (http://otn.oracle.com/docs/products/designer/content.html) from OTN for more information.
    Regards
    Sue

  • Regarding Design of the Table Control

    Hi Experts,
                I am using Link to Action in one of the Column in the Table Control, Now i am using Designing type as Alternating,
    The Column which is using the Link to Action appearing the White Background, and the rest of the Coloumns are appearing as Blue background, I need a uniformity for the Look and Feel, How can i achieve this ?
    If i am using the Table control with Alternative Design without the Link to Action as the Column it is appearing the with Alternative Colors.But this Violates my functionality.
    How can i achieve this Alternating Colors when we are using Link to Action .????

    Hi Vikranth,
    To differentiate the type of cell Varients, SAP has marked them with different colors. Unfortunately, we cannot work around this.
    Regards,
    Sravan Varagani

  • Help regarding designing a plotter

    Hi all,
    I am working on designing a plotter which usually looks like the graph sheets and with scaling units. Are there any classes in Java or are there any APIs available which can make my task easier? Kindly help me in this regard with your valuable views.
    Thanks,
    kalyan

    Looking at the test data I have in these tables, it would appear impossible to join them all in one query without using UDFs...
    They don't share any columns.

  • Regarding  design pattern

    Hi,
    This is swapna,
    I don�t have any idea about design patterns, plz.anybody help me
    regarding this, where I can get relevant information about design patterns
    Thanks in advance
    With regards
    Swapna.M

    Check http://hillside.net/patterns/onlinepatterncatalog.htm or http://dmoz.org/Computers/Programming/Methodologies/Patterns_and_Anti-Patterns/ for a catalog of online resources about patterns!
    Or google for design patterns

  • Regarding design

    i am having a integration project with SAP XI.
    I am responsible for design and layout to whole project.
    i need some of suggestion with regard to how to design swcv,namespace,business system,technical system,scenarior and so on.
    i just need some of basic principle to follow for designing whole project.
    thanks a lot.

    hi joy
    /people/prasad.illapani/blog/2006/03/07/sap-partners-developing-content-using-xi30
    <u>Best Practices</u>
    http://help.sap.com/bp_bpmv130/index.htm
    regards
    Ramesh P

  • Help regarding designing a plotter which looks like a graph sheet

    Hi all,
    I have to design a plotter which could open encapsulated post script (eps) files and adobe illustrator(ai) files. For a while, lets ignore eps and ai files. The plotter should look like a graph sheet where i can modify the files, enlarge them or modify their size.
    I have gone through a few models that I found in google but didn't found any of them much useful.
    Expecting to get some kind of help here. Can anybody please give some clues and hints to design the plotter? I'ld be very much thankful.
    I'll provide any kind of details regarding it if you feel are necessary.
    Regards,
    A.S.Kalyan

    Hi
    Crystal Reports selcetion of two database fields in On change of.
    But there is a workaround:
    Try the below:
    - Create a formula field and put
    class room database field &" " & wing database field;
    -Use this formula field and Bulding database field in On change of records.
    You would get all three together.
    Hope this helps!!
    Regards
    Sourashree

  • Regarding Design of background color in a Web Dynpro Table

    Hi
    I have a Web Dynpro UI Element Table having two colums and some rows. I wished to set the background color of the rows to white instead of default blue.
    Can anyone help me how to implement this?
    Regards
    Sreekar

    HI
    Shekar,
    Go thorugh the follwing Web Dynpro Java
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/nw04stack09themes.zip
    To know how to use it and for the steps to be followed please follow the tutorial here
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to edit web dynpro themes.pdf
    the last url gives you a step by step procedure with wizards..
    I hope your problem is solved..
    don't forget to reward
    RK

  • Problem regarding designing adobe form

    hi,
    we have a assignment.
    we have to attach a adobe form to a transaction ME4L(display request for quotation)
    so that by default instead of a script an adobe form
    should come.
    how to attach a adobe form to the transaction using NACE.
    is there any requirement of modifying the print program(SAPFM06P) ?
    pl suggest the solution as soon as possible.    
                                                                          regards
                                                                               swamy.

    > how to attach a adobe form to the transaction using NACE.
    > is there any requirement of modifying the print program(SAPFM06P) ?
    in the NACE transaction you can give the form name against the PDF/Smartform , and choose the Type as 'PDF' in the form routines.
    you need to change the Logic to call the Adobeform. (check the programs FP_TEST*)
    if you are familiar with Smartform then you can easily do that..
    step1# call function FP_FUNCTION_MODULE_NAME
    step2#  call function  FP_JOB_OPEN
    step#3  call function 'DYNAMICFUNCTION' <--- from the step1.
    step4 # call function FP_JOB_CLOSE
    I would suggest you to create the new Driver program(copy the program SAPFM06P) and modify the changes to tigger the Adobeform.

  • Who to contact Toshiba regarding design and engineering ideas

    Hello,
    I would like to contact toshiba to open a business talk about new ideas on design and function of laptop computers.
    I have drawings and renderings of these ideas.
    Can anybody direct me to the right direction?
    Thank you.
    If you prefer please write me directly: [email protected]

    Hello and welcome to this Toshiba community.
    It is really nice to have someone here with new ideas and Im really surprised you want to share it with Toshiba.
    Is this some kind of top secret stuff? I mean it will be nice to hear what kind of ideas do you have.
    For instance I would like to have 18 notebook with two displays placed one behind the other and option to pull one to left and other to right side and use both of them will be nice thing, especially when I use it for my work. Working on two 18 displays but on mobile unit will be simply great thing.
    Anyway, it is not easy to give you concrete advice who is the right person for first contact but I know, for example, that marketing division can be contacted in Neuss, Germany. Maybe is this the right address for first contact.
    Check a little bit Toshiba Europe support page under http://eu.computers.toshiba-europe.com
    Maybe you will find something useful there.
    Bye

  • Cube or Ods design datamodelling question

    Hi gurus,
    I have below data coming from 2 different source in 2 different ods---
    ODS1
    INo....Lookup No.....Material....
    11.....a11..............mat1
    12....a12...............mat1
    13.....a13..............mat2
    14....a14...............mat2
    another datasource is bringing data in ods2 like below:::
    INo....IdentifierParent...Unique--Identifier......Valid from................Valid to
    11......777......................771.............................1/1/2010................12/1/2010
    12......777......................772.............................1/1/2010................12/1/2010
    13......778......................773.............................1/1/2010................12/1/2010
    14......778......................774.............................1/1/2010................12/1/2010
    Q1----now if i build ODS3 which has update rules of ODS1 & ODS2, with Key = INo.
    How will the data look like ?????
    Q2----If i build Infocube with update rules from ODS1 & ODS2 (no ods in between) how will the data look like
    Q3----also is there need of Key in Update rules from Ods to Infocube ??
    just tryinng to understand the data storage techniques in cubes vs ods
    and advantages of infocubes

    Hi,
    Here are the answers for your queries.
    Ans 1: If your ODS 3 is having Key a IN0 then this will be the data in ODS3 after completing loadind data from 2 ODSes
    INo....Lookup No.....Material...IdentifierParent...Unique--Identifier......Valid from................Valid to
    11.....a11..............mat1..........777......................771.............................1/1/2010................12/1/2010
    12....a12...............mat1.........777......................772.............................1/1/2010................12/1/2010
    13.....a13..............mat2........778......................773.............................1/1/2010................12/1/2010
    14....a14...............mat2.........778......................774.............................1/1/2010................12/1/2010
    Ans 2:
    If you do loading to Cube then all the records from the two ODSes will be added depending upon the sequence of the laod as shwon below
    INo....Lookup No.....Material...IdentifierParent...Unique--Identifier......Valid from................Valid to
    11.....a11..............mat1..........                       ...                           .......                  ..............          
    12....a12...............mat1..........                       ...                           .......                  ..............          
    13.....a13..............mat2..........                       ...                           .......                  ..............          
    14....a14...............mat2..........                       ...                           .......                  ..............          
    11...        .............      .......  777......................771.............................1/1/2010................12/1/2010
    12....        ...............     ........777......................772.............................1/1/2010................12/1/2010
    13.....        ..............     ........778......................773.............................1/1/2010................12/1/2010
    14....                            .........778......................774.............................1/1/2010................12/1/2010
    You need to goo for some lookup routines if you want to fill cube in similar manner the ODS 3 has data in it..
    Hope it helps you...

  • Regarding Keyfigures

    Hi,
       How are you experts., for keyfigures to segregate what are the data types., the few i know is
      amount, unit, currency and if any others please let me know on it., As i have to design datamodels based on reporting
    requirements where for infocubes dimensions contains and it holds only characterstics info-objects.., Can you please let me know what datatypes does keyfigure holds other than amount, unit, currency.

    Hi,
    You can create Keyfigures of these following types:-
    1. Amount--- CURR & FLTP
    2. Quantity--- QUAN & FLTP
    3. Number--- DEC & FLTP
    4. Integer-- INT4
    5. Date--- DEC & DATS(YYYYMMDD)
    6. Time---  DEC & TIMS(HHMMSS)
    FLTP is floating point.
    Regards,
    Pavan

  • Problem in designing user interface

    Hi
    I am new to weblogic workshop.Please guide me regarding designing user interface.I had tried form weblogic help but i wasn't able to do it .I am giving the whole form below .i need to finish it asap,please reply
    " REQUESTOR INFORMATION(with black background)
    Date Phone no
    Requestor Name Phone NO
    Alternate contact name
    {all text boxes}
    WEB APPLICATION INFORMATION(with black background)
    Applicatiion name
    Description
    {text boxes}
    environment A() b()
    {check boxes}
    INFORMATION OWNERS(with black background)
    NAME TITLE
    1
    2
    SSO GROUPS(black backgound)
    some more fields)
    SUBMIT BUTTON
    {SHOW BUTTON}
    the following fields are hidden ,they get showed only after i press SHOW BUTTON
    RECEIVED BY
    TICKET NUMBER(any random number generated)
    COMPLETED BY
    {all text boxes}
    Looking forward for a favorable reponse from your side

    Maverick
    It is not possible to post the codes for your requirement.Also you have not mentioned whether you want to use this web app for portal application or simple web application which will be running on weblogic server.
    If you are using portal application
    the JSPs will be the part of JPF(Java Page Flow)
    If you are using web application
    You have to create jsp in weblogic workshop.
    You can use weblogic workshop help to do that
    Also you can find help on www.edocs.bea.com
    Regards
    Bishnu

Maybe you are looking for

  • How to access a placed PDF inside a rectangle and move it around

    Hi, I have the following code which places a PDF inside a rectangle var f = new File("C:/pdf.pdf");    var doc = app.activeDocument;  var thepdf =doc.pages[0].rectangles[0].place(f, false);  doc.pages[0].rectangles[0].fit(FitOptions.FILL_PROPORTIONAL

  • The name on the security certificate is invalid or does not match the name of the site" : IE

    Hi All, All clients are getting "the name on the security certificate is invalid or does not match the name of the site" when its reboot and try to access website. I don't have idea about certificate authority. Can anyone help on how I start troubles

  • Class cast exception when deploying in Solaris

    I have an application which has LdapRealmV2 configured and I'm programmatically checking permission for a group. The code when deployed on a windows environment is working fine. I now tried to deploy the same in a Solaris clustered environment. I get

  • Websphere is not loading new properties file

    I am using Websphere Application Server 5.1 on WindowsXP. My application is on Struts. I create a war file and deploy it. I am getting all the text displayed from ApplicationResources.properites file. I changed some key-values in that file..but the w

  • Sd card in macbook pro

    this is the first time i have tried plugging in an sd card into my macbook pro. the computer didnt read/find it. what do i do?