General Info

Hello All,
Can i just check the number of pixles available (Canvas width and height) on a Dashboard page in OBIEE 11g.
Also, what is the maximum number of analyis we can use in a Dashboard page?
Thanks in Advance
Cheers

Many Thanks for taking time to clarify on this!!
Can i just check the number of pixles available (Canvas width and height) on a Dashboard page in OBIEE 11g.
--> This might vary based on user's monitor size, I might wrong.
well..i used to work on BO and recently newto OBIEE, i really cant understand how does it works with the screen size, even though i you have a small screen, you can always use the scrool bar, please clarify or any source of information would be highly appreciated!!
Also, what is the maximum number of analysis we can use in a Dashboard page?
-->This depends on the OS.
If its on Windows;, it supports only 64 processes at once.

Similar Messages

  • Views Status at MARA general info segment level

    Hi all,
    Please guide me how to maintain Views Status at MARA general info segment level.I am extending standard MATMAS IDOC for my own fields.
    Thank you.

    You actually need to run it with "check -access"; memuse and leaks won't help with the crash, which happens because of illegal memory access. Hopefully, "check -access" will help you to locate the bad guy, but that's not panacea either.
    To be precise:
    - start dbx
    $ dbx <your app>
    - issue
    (dbx) check -access
    (dbx) run
    and wait for dbx to stop and report suspicious memory access.

  • MSS- Team- EmpInfo- General Info- EMPSearch is not displaying Search Result

    Hello All,
    Currently we are using MSS BP 1.3.1 & SAP_MSS 600 SP16...
    I am going to the navigation MSS->Team->EmpInfo->General Info->Employee Search [Under Employee Selection Dropdown i am selecting Employee Serach Option], here i am getting the view with lastname, fistname, Personal No:, Even i am using any of the Search Critiria like Serach With LName,FName And PerNo:, No Employee Search result is Displaying Simply No Data Found Message is coming.
    To active this EMp search in MSS do i need configure any steps from SPRO. Any Steps from Portal Front.
    To display Team Calender , i configured IGS, what else i need to do to get Team Calender iview in Team Under MSS.
    Please list out the steps and provide some help to fix the issue.
    Thanks & Regards
    Adapag

    Bala,
    Thanks for ur response, Debug in the Sense we need to Maintain any parameters in the Employee Search Parameters w.r.t MSS in the Particular Method or What?
    I checked in the SPRO--> Integration with other mySAP Components -->Business Packages > Manager self Services (mySAPERP)>Object and Data Provider--> Define Object Selection / Group Parameters for OBJ Search / Define Rules for Object Selection..
    Here we need to create any rule and pass those Group Parameters into that???
    I told my ABAPers to debug those two methods, apart from that any HR side SPRO Configuration pending?
    Please reply me and list out the Steps, Where and What exact config need to do from SPRO apart from that Debugging????
    Thanks in Advance
    Adapag

  • General Info on integration between Project Systems (PS) and cProjects

    Hi,
    I would like some general info on the integration scenarios between PS and cProjects. Links to any documentation/blogs on this would also be very helpful.
    Thanks,
    Lashan

    Hi Srini,
    Thanks very much for the links. However, I've already gone through the standard documentation in SAP and they are a bit too high level/vague for me. I have considerable experience in xRPM, cProjects Suite and have good grasp of project management concepts, tool and techniques. My knowledge of PS is somewhat limited though.
    What I am specifically looking for is what type integration options and scenarios are available. For example, cProjects can have phases and tasks defined. How would these integrate with for example WBS elements and networks in PS? What are the things you would do in cProjects and not PS and vice versa? Hope my question is clearer now.
    Appreciate any further information you may have on the above.
    Thanks,
    Lashan

  • Control references/refnums: general info

    Please forgive this question, I am a relatively new LV programmer and the help files & manual seem quite poor to me!
    I am after some basic information about control references & refnums as I am sure they would be of help to me.
    1. What are the main advantages in using them? (i.e. what they can achieve)
    2. How are they implemented?
    3. How is a control refnum/reference passed from one VI to another programmatically?
    Huge thanks to anyone who may be able to shed some light on this topic.
    Dan

    > 1. What are the main advantages in using them? (i.e. what they can
    > achieve)
    The references let you access properties and methods of controls on a
    front panel. Previously, the access was limited to the diagram of that
    panel, and each property node accessed a single particular control.
    With control refnums, you can have one property node access an arbitrary
    control with the refnum parameter controlling which one. You can also
    send the refnums to subVIs meaning that the code can be abstracted to
    simpolify your diagram and shared with other panels.
    > 2. How are they implemented?
    I assume you want to know how to use them. You right click on the
    control or its terminal and under the create menu, next to where you can
    create an implicit property node, you can also create a Reference node.
    The datatype of this node is unique to the type of control that you
    created it from, and when wired to a property node, the property node
    will show the same properties as an implicit one. As an example, if you
    have 8 Boolean buttons on your panel that need to be enabled, disabled,
    hidden, colored, labeled, or whatever based upon the state of your
    application. You can right click on the eight buttons creating
    Reference nodes and build an array of the references. You can now loop
    through your array and with one property node, set the properties of the
    buttons based upon whatever logic or table of information that you need.
    You can also do this in a subVI by passing the array of references to
    the subVI.
    It is also possible to get control refnums/references from other
    properties. For example, a slider will give the reference to its
    digital display, a graph will give references to its cursors, etc. It
    is also possible to loop through the references of all objects on the
    panel inspecting names or types rather than using the Create Reference
    popup, but this is more advanced and requires casting the references.
    If you really want to know how they are implemented, it is much like
    file refnums or VISA refnums. I can give more info if you ask a more
    specific question.
    > 3. How is a control refnum/reference passed from one VI to another
    > programmatically?
    >
    In the refnum palette there is a Control/VI refnum control. You drop it
    on your subVI and right click to set the class. Note that there are
    lots of classes arranged from basic to very specific. Class refnums
    will convert to more basic automatically, but will not wire if they are
    incompatible. So, if you are careful, you can select the class from the
    menu and create the control refnum that you can wire to the connector
    pane allowing you to pass refnums into the VI. A shortcut that is a bit
    simpler is to draw the reference from the diagram to the subVI panel.
    It will make the correctly typed control refnum for you, ready to wire
    to the connector pane.
    That is sort of the basic overview. You probably want to look at the
    example -- general/cntrlref.llb/Property Nodes.vi. I also suspect that
    the devzone contains other examples showing how they can be used.

  • MSS General info - exclude values in filter?

    Hi
    We have Employee Group as part of the columns in General data.
    It is possible to Filter, eg to set Reg* and get all "Regular employees".
    But is it possible to filter by excluding a value.
    Example:
    Given following emp.groups:
    Regular Employees
    Temporary Employees
    External
    We want to exclude External employees via filter function.
    Br
    Kirsten

    Hi,
    Please check the below links it will help you in defining the filter on the columns.
    /people/peter.vignet/blog/2007/01/03/generic-web-dynpro-java-table-filter
    /people/kapil.kamble/blog/2006/12/21/how-to-get-ready-made-filter-for-your-web-dynpro-table-with-minimal-coding
    /people/subramanian.venkateswaran2/blog/2005/05/10/filtering-table-values-using-webdynpro
    Table Filter (Generic Method)
    Hope this helps.
    Cheers-
    Pramod

  • "Clean Install" and General Info

    Hey all. Without getting into the argument of whether or not to erase and install vs upgrading (the fact of the matter is that Apple kind of forced my hand on this one by upgrading the included PHP and adding extensions that I manually had to compile in 10.5) I'd like to get some info to be able to do this around the 10.6.1 release maybe...
    First, I've read several times that some of you, when doing this, will run the previous system on another drive (assuming Target Disk with Firewire drive?) but I wouldn't know where to begin doing this. So I'm hoping someone can give me some resources for this or lay it out for me.
    Second, I've always been unclear about this one thing in macs. When you go to erase a drive in disk utility, do you erase the volume (the first title) or the disk (the second title)? The volume is the one that gives you the partition information correct?
    Lastly, I believe someone posted that if doing a "clean install" you lose the previously included iLife apps, but the iLife 09 disk should take care of that right?
    Thanks for all the great info!

    Hey rothnd.
    Well, for question 1, the idea is to back up your current system to another drive using something like time machine, or carbon copy or the like so that you have a copy of your current system (unless of course you are installing 10.6 on a new drive that will be replacing your previous drive, in which case you will just want to have a way to access the data off the previous drive such as a usb or firewire enclosure or another machine to use via target disk mode).
    This will give you a resource for retrieving your current software setup from (which in essence will give you a situation very similar to upgrading).
    Although, if you are planning to use the included utilities to restore the data from your previous setup, why not upgrade? If you have to compile things again, you have to compile things again, right? The option to get your data off a previous volume is part of the setup.
    Secondly, either will do. For all intensive purposes they will both do the same thing. Your drive will be wiped clean and fresh as a new one.
    And third, you got it in one
    Cheers!
    neon

  • General info about the apple retail stores

    hi guys, im was just wondering if the apple retail stores sell the agent 18 products, so i can avoid the 2-3week shipping delay if i buy it online.
    anybody has any idea if they do?

    wondering if the apple retail stores sell the agent 18 products, so i can avoid the 2-3week shipping delay if i buy it online.
    "Generally", if it's available at the online store, it "should" be availabe at the store.
    However, the stores only have limited space. The online store only has to contact a distributor to have it sent off. They don't have to actually store anything.
    You could go to to the Apple retail store (better yet, give the store a call.
    http://www.apple.com/retail/

  • Data Warehouse: general info

    Hi all!!! I'm new to data warehousing, so DON'T SMILE; I'm reading some general guides concerning data warehousing but I've not understood which is the method to export data from OLTP database to data warehouse... Someone can help me?
    Thank you very much!
    Stefano.

    Hi,
    A DataWarehouse is not a different thing than an OLTP environnement.
    It's just the way to use the database which is different so the configuration of your database need to be different from an OLTP to a DW.
    In an OLTP environnement, the users will make hundreds or billions insert/update/delete on the tables each hour/minute, ... (big transactionnal activity)
    In a DataWarehouse, u will have some BIIIIIIIG transaction but few. And the DW will be updated (by the datas from the production for example) each night, week-end, ...
    So the configuration of the database will not be the same...
    Fred

  • Need General Info. Photo Shop

    I am using Photo Shop for one of my college classes and I do not really understand all the features of it. Any info. would be appreciated.

    use the GRADIENTS!!!!!
    they are awesomeeeeeeeeeeeeee

  • Looking for general info on compression invovlving Logic

    I use logic express and it comes with a plug in compression but I was thinking of investing in something proper to get better vocals etc...
    I write chart type music, has anyone any recommendations on units or any general direction to go as Im not too well informed in what to purchase.
    thanks
    Basser

    You're probably going to get better results going to the Logic forum. This is the Compressor forum. You can also try Soundtrack Pro.

  • Just Some General Info. Questions

    I was just wondering how many songs, videos, podcasts, movies etc. are in the iTunes store worldwide. The US iTunes page says 3.5 million but thats only US.
    By the way, I'm posting in the mac section because I own a mac. (for those of you who wondered...)
    Michael

    Okay, 512MB RAM, is your issue, you need at least 1GB to run OSX with any resemblance of snappiness. Using 80% of your drive is a fair bit, but not bad. Its good to have 10% of your drive free at any given time (the system will at times use about that much for virtual memory, although maybe more in your case since you have so little RAM). You might want to start looking through your files and see what you do an don't need, since you can fill up a few GBs fast in some situations (such as installing new programs, etc.)
    Message was edited by: PB PM

  • Cisco ISE - General Info. & capabilities

    Hello All,
    I've read quiet a bit of ISE features, but would like to know the following:
    1. Can ISE provide/track details of user activity, like which servers/websites he accessed over a period of time?
    2. Can it provide details of how much data was transferred from a particular server to a specific client?
    3. For a 1500 user env. (1000 desktops and 500 wireless devices) which model of ISE would be appropriate?
    4. How would having ISE be different from already deployed authentication services like Active Directory or built-in application authentication for solutions like Oracle ERP systems?
    5. I see ISE as being marketed primarily for wireles devices (BYOD), but how would it help for wired devices (or does it become and unecessary authentication level apart from AD, switch based 802.1x, etc)
    Thank you.
    Regards,
    Adnan

    Cisco ISE is a consolidated policy-based access control system that  incorporates a superset of features available in existing Cisco policy  platforms. Cisco ISE performs the following functions:
    •Combines authentication, authorization, accounting (AAA), posture, and profiler into one appliance
    •Provides for comprehensive guest access management for the Cisco ISE administrator, sanctioned sponsor administrators, or both
    •Enforces  endpoint compliance by providing comprehensive client provisioning  measures and assessing device posture for all endpoints that access the  network, including 802.1X environments
    •Provides support for discovery, profiling, policy-based placement, and monitoring of endpoint devices on the network
    •Enables consistent policy in centralized and distributed deployments that allows services to be delivered where they are needed
    •Employs  advanced enforcement capabilities including security group access (SGA)  through the use of security group tags (SGTs) and security group access  control lists (SGACLs)
    •Supports scalability to support a number of deployment scenarios from small office to large enterprise environments
    The following key functions of Cisco ISE enable you to manage your entire access network.
    Provide Identity-Based Network Access
    The Cisco ISE solution provides context-aware identity management in the following areas:
    •Cisco ISE determines whether users are accessing the network on an authorized, policy-compliant device.
    •Cisco ISE establishes user identity, location, and access history, which can be used for compliance and reporting.
    •Cisco  ISE assigns services based on the assigned user role, group, and  associated policy (job role, location, device type, and so on).
    •Cisco  ISE grants authenticated users with access to specific segments of the  network, or specific applications and services, or both, based on  authentication results.
    ISE 3315 can support 1500 users with appropriate license.

  • HT4623 My iPhone doesn't show software update under general info

    Can someone help me?

    The option to update without the computer (Over the air) was made available with iOS 5. If your iDevice is using a version of iOS lower than 5, you will need to use iTunes on your syncing computer to perform the upgrade. Use the Apple link below as a guide for the upgrade.
    http://support.apple.com/kb/HT4972
    Also read the instructions from the section entitled "Update your device using iTunes" at the link below.
    http://support.apple.com/kb/HT4623
    Information regarding transferring purchases from your iDevice to iTunes on your syncing computer can be found at the link below.
    http://support.apple.com/kb/ht1848

  • Budgeting and Integrated Planning?  General Info and advice?

    Hello all,
    I have a series of reports that I am working with a team on. Each of these reports contains historical figures (going back month by month for at least 2 years). Each report also contains Budgeted figures as well as a variance calculation.
    I would like to ask you if you can any quick summarizing description for how to generated budget figures using Integrated Planner?
    Thanks so much!
    Kind regards,
    Mike

    1) create a real-time cube
    2) in case actual data needs to be displayed as well for reference, include this cube into a mult-provider
    3) create an aggregation level containing all the relevant characteristics and key figures for planning (to be done in the planning modeler -> transaction RSPLAN)
    4) create a filter for your query restricting both actual and plan data. (planning modeler)
    5) create a query based on the aggregation level, used the filter defined in 4 and make sure your plan keyfigures always have unique values (for exampel period 1 - 12 in one key figure is not plannable, because system does not know which period to post to). In other words, all characteristics which are not in the leading columns, should have a unique value (via the filter, or using restricted key figures).
    6) create a workbook with your planquery, add some buttons, like save and start planning
    D

Maybe you are looking for

  • Class id

    Hii, could you else please tell me, how to get class id of an .ocx file using java api ! thanks in adv. Dev

  • Twitter: Can I use iWeb Enhancer?

    Hello all. There is this "micro blog" thing called Twitter http://twitter.com/ It allows you to copy and paste some lines of HTML (or something, not very expert in this) into your webpage as a 'little badge' to show the updates (in simple 1 or 2-line

  • Has anyone used the Essbase XTD Spreadsheet Services?

    Is the Essbase Spreadsheet Services an additional cost above and beyond the spreadsheet add-in?Has anyone used this product in addition to or in place of the existing spreadsheet add-in?What have you found are the added benefits of this product? Any

  • Run PHP without return

    Hi all, What is the best way for me to run a example.php? I don't think an HTTP Servce works, but I do not understand why not. The PHP file sends an email through gmail so there isn't an xml file generated or anything, all I want is for Flex to just

  • Evaluate Regular expression complexity

    Hi all I've a problem on regular expression usage in my application. I'm using a regular expression to identify objects and fetch them to be served depending on an input string with has to be matched. each object has a property representing a regular