About dynamic aggregation and using model

I want to use model to realize dynamic aggregation.
for example, I have a dimension named "product",it contains some values like :
"apple" "orange" "beer" "beef" "bullfrog" "coffee"....
I also have a "wastage" measure base on this dimension.
I sometimes wanna see fruit wastage(fruit=apple+orange),sometimes breakfast food wastage(breakfast=apple+beef+coffee),sometimes other aggregation.
how can I solve this problem? thanks for any suggestion.

There are two answers depending on the scoping that
you want the members to have. Both cases use the
same model:
DFN Foodmod MODEL
MODEL
DIMENSION product
FRUIT = AGGREGATION('APPLE' 'ORANGE')
BREAKFAST = AGGREGATION('APPLE' 'BEEF' 'COFFEE')
END
If you want the dynamic calculations to be persistent
across sessions then you should make the model part
of the definition of the aggmap.
DFN Foodmap AGGMAP
AGGMAP
Relation Food.Food
Model Foodmod PRECOMPUTE(na)
END
If you just want the positions to last for the session
you can dynamically add a model to a pre-existing
aggmap.
DFN Foodmap AGGMAP
AGGMAP
Relation Food.Food
END
CONSIDER Foodmap
AGGMAP ADD Foodmod

Similar Messages

  • More info needed on BC Dynamic menus and using CSS with them

    Hi all,
    The BC Gurus tutorial on Dynamic Menus and how to style them with CSS made no sense to me, unfortunately. The presentation was too rushed and the screen too small to see what was happening.
    In a previous question I found out how to apply CSS classes to BC menus after a bit of a run around.
    I was putting the # in front of the Item ID name and a . in front of the class name and this was not necessary.
    I have further questions though, as I am still struggling to get a BC Dynamic menu to style properly with the CSS I have created.
    1. If you choose CSS as the menu type, can you set the font, background colour and rollover state of the menu items in the Dynamic menu section? Or do you have to style it all in the CSS stylesheet?
    2. If you choose CSS as the menu type, the option to say how the submenu sits under the root menu disappears. So do you need to set this in the CSS stylesheet? And if so in which element? UL or LI?
    3. If you choose CSS/HTML only, how is this different to the option of CSS for the dynamic menu?
    4. If you choose CSS as the menu type and if you set a width and height in the menu item, and then set a different width and height in the CSS stylesheet, which width and height wins?
    5. If you want a dynamic menu to show on an Android phone, do you have to choose CSS/HTML only and do all the styling in the CSS stylesheet? Or should you avoid dynamic menus all together and just use a UL list in the template? (I am doing a responsive fluid grid layout in DW for the template).
    6. I am finding that the dynamic menu I have done, with CSS as the type, does not show and hide the sub menu items properly on an Android phone. Is there a problem with the javascript in Dynamic menus?
    Thanks for any help you folks can give on these questions!

    .pacnew files are only created if you have modified the default (or a change has been made to the config upstream); in both cases, you should be looking to incorporate the changes.
    It seems some new options are being shipped with lxdm: you want those in your config (turning them on or off is a matter for you and the man page to sort out)...

  • ? about persistent indicator and use of nav tag

    Hi,
    I have read Nancy O's informative article on persistent indicators.  I think I have everything almost working.  However, I get some errors when I validate on W3C validation service.
    The errors I get are:
    Line 22, Column 23: document type does not allow element "body" here
        <body class="live">
    Line 23, Column 9: element "nav" undefined
        <nav>
    Line 37, Column 10: end tag for "body" omitted, but OMITTAG NO was specified
        </div>
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
    Any thoughts on what I have done wrong.  I have pasted the code for both the page and the relevant include below.  Also, I had two questions about the use of the nav.  What happens to my menu when it is viewed in an older browser that doesn't support nav?  Also, could one have an upper and lower menu bar using the nav tag with different CSS properties?
    Code for the page
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>A Pilot Project - Official Website - Live Page</title>
    <link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css' />
    <link href="apilotproject.css" rel="stylesheet" type="text/css" />
    <meta name="Description" content="A Pilot Project Official Website Live Page" />
    <meta name="Keywords" content="The Alan Parsons Project, Alan Parsons Project, Pilot, Alan Parsons, David Paton, Ian Bairnson, Eye in the Sky" />
    <style type="text/css">
    body,td,th {
        font-family: "Roboto Slab", serif;
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header">
        <body class="live">
        <nav>
    <!--#include file="bottomnavbarapilotproject.shtml" --></nav>
        <div id="englishlink"> <a href="index.htm"><img src="images/flaggb.png" width="25" height="25" alt="Link to English version of A Pilot Project website" title="English Website" /></a></div>
        <div id="japanlink"> <a href="indexjp.htm"><img src="images/flagjapan.png" width="25" height="25" alt="Japanese" title="Japanese Website" /></a></div>
        <div id="germanylink"> <a href="indexde.htm"><img src="images/flaggermany.png" width="25" height="25" alt="German" title="German Website" /></a></div>
        <div id="francelink"> <a href="index.htm"><img src="images/flagfrance.png" width="25" height="25" alt="French" title="French Website" /></a></div>
        <div id="spainlink"> <a href="index.htm"><img src="images/flagspain.png" width="25" height="25" alt="Spanish" title="Spanish Website"/></a></div>
        <div id="dutchlink"> <a href="indexde.htm"><img src="images/flagdutch.png" width="25" height="25" alt="Dutch" title="Dutch Website"  /></a></div>
        <div id="brazillink"> <a href="youtube.htm"><img src="images/flagbrazil2.png" width="25" height="25" alt="Portuguese" title="Portuguese Website" /></a></div>
        <div id="italylink"> <a href="index.htm"><img src="images/flagitaly.png" width="25" height="25" alt="Italian" title="Italian Website" /></a></div>
        <div id="twitterlink"> <a href="twitter.htm"><img src="images/twittericon.png" width="25" height="25" alt="twitter" title="Pilot on Twitter" /></a></div>
        <div id="facebooklink"> <a href="facebook.htm"><img src="images/facebookicon.png" width="25" height="25" alt="facebook" title="Pilot on Facebook" /></a></div>
        </div>
    <!-- end .header -->
       <div class="content">
    <p>With the reunion of Pilot and the completion of A Pilot Project, the band is now ready and available for world-wide bookings to celebrate its upcoming 40th anniversary.  What can you expect?  Only the best as the original flight crew David Paton (vocals, bass), Ian Bairnson (electric guitar), Stuart Tosh (drums) are joined by live crewmembers Kenny Hutchison (keyboards, vocals), and Calais Brown (guitar, vocals) to play Pilot's classic hits along with selections from A Pilot Project.   Promoters can use the form below to enquire about Pilot's availability. </p>
    <!-- end .content --></div>
    <div class="footer">Copyright 2014 © Pilot &amp; Blue Yonder Media Group<!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>
    code for include (bottomnavbarapilotproject.shtml)
    <ul>
            <li><a class="home" href="index.htm" title="Link to A Pilot Project Home Page">Home</a></li>
            <li><a class="news" href="news.htm" title="Link to A Pilot Project News Page">News</a></li>
            <li><a class="mp3s" href="mp3s.htm" title="Link to A Pilot Project MP3s Page">MP3s</a></li>
            <li><a class="buycd" href="buycd.htm" title="Link to A Pilot Project Buy CD Page">Buy CD</a></li>
            <li><a class="live" href="live.htm" title="Link to A Pilot Project Live Page">Live</a></li>
            <li><a class="links" href="links.htm" title="Link to A Pilot Project Links Page">Links</a></li>
            <li><a class="contact" href="contact.htm" title="Link to A Pilot Project Contact Page">Contact</a></li>
            <li><a class="mailinglist" href="mailinglist.htm" title="Link to A Pilot Project Mailing LIst Page">Mailing List</a></li>
            <li><a class="thanks" href="thanks.htm" title="Link to A Pilot Project Thanks Page">Thanks</a></li>
          </ul>
    Any help or suggestion would be greatly appreciated.
    Thanks,
    Kirk

    mojokk wrote:
    Regarding my navigation menu bar, I had originally used a  <div id="bottomnavbar"> and then defined in CSS as #bottomnavbar to stylize/format.  However, when was having trouble getting the persistent indicator to work, while discussing this problem another frequent poster told me to not use div for menu bar and instead use nav tag which I did.  However, I still have the concern that folks with older browsers won't be able to view the menu correctly.  From what I have read, I could add the following to the head (after any CSS links) and then the nav menu would be able to be viewed correctly on older browsers.  Am I correct in that assumption?
    <!--[if lt IE 9]>
      <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    Yes, you are correct - the script above makes any html5 tag such as <nav></nav> compatible with IE8 and below. but I personally don't really make much of an effort to support IE8 any longer.
    mojokk wrote:
    if that works, then it sounds as though that would be ok. But I have another page that would have 2 menu bars, one at the top of the header image and one at the bottom head image.  It sounds as though I wouldn't be able to use the nav tag for both since the vertical positioning of the text would be different, so I should go back and use divs for menu bars. Am I correct in this assumption?
    You would give each <nav></nav> a class like:
    <nav class="topNav"></nav>
    <nav class="bottomNav"></nav>
    <nav></nav> is just a container like <div></div> (see below) only with more meaning, ie navigation.
    <div class="topNav"></div>
    <div class="bottomNav"></div>
    Then do as you have always done and style the content in the container/s:
    .topNav {
    .bottomNav {
    mojokk wrote:
    Also, if I have one page with HTML5 audio in it, should it still work in older browsers as long as I have the first four lines suggested above.  The script (based on jquery has a flash back up for older browsers).
    I don't know much about audio, so can't help you out on this one.
    mojokk wrote:
    One other question, in my CSS I have defined my header's position as fixed (position:fixed;) so the content below will scroll up and one will still see header and menu bar.  However, when one scrolls on the page (Iphone) using touch screen, the text content can shift to right or left.  I assume I need to add something to the CSS of .content to prevent it from moving on the horizon.  Thoughts?
    Difficult to say what is happening in this instance - you probably need to upload the page and provide a url so someone can take a look and see if they are seeing what you are seeing.

  • What am I doing to make my screen zoom in while I  am using my mouse?  It zooms to about double size, and using the control key and mouse will not return it to its former size.

    When I am searching the internet and using my mouse, my screen will suddenly zoom in to about double size.  Clicking control and mousing will not return it back to where it was.  I have no idea what I am doing to cause this to happen or how to reverse it.

    Hi.
    If you're using a Magic Mouse, a double tap on the mouse with one finger will zoom.
    Double tap again to unzoom.
    Helpful?

  • Is there a solution for dynamic reports and using Denes' Export to Excel?

    Oracle 10.2.0.4.0
    Application Express 3.2.1.00.10
    Hello all!
    I am using Denes Kubicek's Export_Excel_Pkg in my application and I'm having trouble exporting reports based on report regions created using a PL/SQL function body returning SQL query. I realize this is not an Oracle supported package, but was hoping someone here could shed some light on it. When I open up the Excel file, I get an error such as: Report Values Error: ORA-06550: line 22, column 5: PL/SQL: ORA-00907: missing right parenthesis.
    I've searched the forum and already have done as others suggested by modifying the REPLACE on the v_sql variable in Export_Excel_Pkg.Get_Usable_SQL, but it did not work. My assumption is that there is an issue with the value being passed to the wwv_flow_utilities.get_binds function. I could not find documentation on this function, but I'm thinking that it cannot extract the bind variables within a PL/SQL block. The report only works when I have just use SQL with bind variables...doesn't work for PL/SQL. Nor does it work for dynamic SQL reports that use a "lexical" parameter (e.g. using WHERE &p_and_condition.) to build the WHERE clause.
    Has anyone come up with a work-around to this? I somehow need to be able to extract reports based on dynamic SQL (or PL/SQL) to Excel.
    Help is appreciated!
    This is my example of a report based on PL/SQL function:
    DECLARE
      v_sql VARCHAR2(4000);
    BEGIN
      v_sql := q'[SELECT UPPER(t1.olo_name) agency_title,
           t1.class_code,
           UPPER(t1.class_title) class_title,
           t1.pay_plan,
           t1.pay_grade_code,
           COUNT(t1.appt_fte) total_employees,
           SUM(t1.appt_fte) filled_fte,
           AVG(DECODE(t2.pay_cycle_code,
                      'UB',((t1.wage_type1_amt_for_pay * 26)/t1.appt_fte),
                      'UM',((t1.wage_type1_amt_for_pay * 12)/t1.appt_fte),
                       0)) avg_annual_rate
       FROM my_schema.table1 t1,
                my_schema.table2 t2,
                my_schema.table3 pro
      WHERE t1.pos_wk = t2.pos_wk
        AND t2.pos_rate_active_flag = 'Y'
        AND t1.ops_ind = 'N'
        AND t1.employee_type IN ('1','2')
        AND pro.ROLE_CODE = :F101_DW_ROLE
        AND pro.pos_role_orgs_active_flag = 'Y']';
      IF :P_MULTI_OLO IS NOT NULL THEN
        v_sql := v_sql || q'[ AND INSTR(':'||']' || v('P_MULTI_OLO') || q'['||':', ':'||t1.olo_code||':') > 0]';     
      END IF;
      v_sql := v_sql || q'[GROUP BY UPPER(t1.olo_name), t1.class_code, UPPER(t1.class_title), t1.pay_plan, t1.pay_grade_code ORDER BY t1.class_code ASC, avg_annual_rate]';
      RETURN v_sql;
    END;This is my example using a SQL statement with a lexical parameter:
    SELECT UPPER(t1.olo_name) agency_title,
           t1.class_code,
           UPPER(t1.class_title) class_title,
           t1.pay_plan,
           t1.pay_grade_code,
           COUNT(t1.appt_fte) total_employees,
           SUM(t1.appt_fte) filled_fte,
           AVG(DECODE(t2.pay_cycle_code,
                      'UB',((t1.wage_type1_amt_for_pay * 26)/t1.appt_fte),
                      'UM',((t1.wage_type1_amt_for_pay * 12)/t1.appt_fte),
                       0)) avg_annual_rate
       FROM my_schema.table1 t1,
                my_schema.table2 t2,
                my_schema.table3 pro
      WHERE t1.pos_wk = t2.pos_wk
        AND t2.pos_rate_active_flag = 'Y'
        AND t1.ops_ind = 'N'
        AND t1.employee_type IN ('1','2')
        AND pro.ROLE_CODE = :F101_DW_ROLE
        AND pro.pos_role_orgs_active_flag = 'Y'
        &P63_AND_CONDITION.
      GROUP BY UPPER(t1.olo_name),
               t1.class_code,
               UPPER(t1.class_title),
               t1.pay_plan,
               t1.pay_grade_code   
    ORDER BY t1.class_code ASC, avg_annual_rateThe *&P63_AND_CONDITION.* value is populated based on a "Before Header" computation under Page Rendering, using the logic below. It is then used by the SQL query defined in the reports region at run time.
    DECLARE
      v_sql VARCHAR2(4000) := NULL;
    BEGIN
      v_sql := ' ';
      IF :P_MULTI_OLO IS NOT NULL THEN
        v_sql := v_sql || q'[ AND INSTR(':'||']' || v('P_MULTI_OLO') || q'['||':', ':' || t1.olo_code || ':') > 0]';     
      END IF;
      RETURN v_sql;
    END;

    Did you get an answer for this?

  • General question about storage, networking, and using large amounts of data

    I have been using a powermac tower G5 up until now. I bought my daughter a macbook pro 15" i7, talk about a zippy little machine. What a screamer. I can't believe how fast it is with final cut express, Aperture, and Photoshop. I tend to use higher end stuff, video, photos, etc. Hence I need not only a good fast processor, but the storage....need lots of hard disk space.
    oh, did I mention I bought this for my daughter who's about to go off to college? Heh, when I'm home, she loses the machine to me.... *evil grin*
    Anyways, I haven't considered using a laptop before for me personally as I just don't care for the small screen size, no mouse, and things like that.
    Seems I've changed my opinion, esp seeing as the new mouse track pad is a game changer. I still am not crazy about the small screen size, but I can get over it.
    The one thing I can't get around is the small disk storage. I have 4 TB on my big machine. Between my video, photography, and music, I am nearing a full TB of just raw stuff. If I count all the things I've stored, especially finished videos I make of photography projects, well you can image the chomping that occurs on disk storage.
    So what is a man to do about storage?
    I'm really getting hooked on this zippy little machine. The idea of dragging it around is compelling. Having my work not tied to a desk is fun.
    but the lack of storage is sucky, terribly so.
    I have one possible option, taking the G5 and making it a server. I can use it for backup and high speed transfer, working on the transfer part today.
    I thought I'd poll the collective wisdom of the community and see what do you peeps think is the best overall way to handle such a situation?
    What is the absolute fastest best way to use external drives? Firewire 800 is ok, but when working with 400gb aperture database files....
    I'm hoping there is some way to start posturing myself to really use a laptop for my full computing experience.
    Or am I trying to make a small portable machine act like a tower? Is this not a reasonable hope at this point in time?
    I'm open to suggestions. I'm going to purchase something when my daughter takes this laptop with her to college. Either a new mac pro tower or laptop. I love the portability but need speed and massive storage.
    Thanks for opining.

    Storage:
    1. Replace the drive with a larger one. Up to 1 TB is now available for notebook drives.
    2. Get a portable external drive for additional storage needs. See the options at OWC as an example.
    Drive speed:
    1. FW 800 should be fast enough for your work. If the computer has an ExpressCard slot then consider a card supporting full speed eSATA. You may then achieve speeds closer to the internal bus.
    A laptop is not a tower so stop thinking of or comparing to your tower. Besides the laptop's speed compared to your G5 is more like comparing a Ford Focus to a Ferrari F150.
    As for "polling" opinions here: polling is forbidden by the forums' Terms of Use.

  • Osmf:use both embedded cuepoints and dynamic quepoints and using seek fails,is it possible at all?

    I am tryin to use OSMF to play 4 videos that are divided into scenes using Navigation Cuepoints embedded into the f4v files using Media Encoder.
    I also have a dynamic list of ActionScript cuepoints that is added for subtitling  ( subtitles are done by another company and can't be embedded in the f4v because more subtitles may be added later).
    When I just play a f4v file from the beginning everything works, but when I use seek tot start a different! video on a scene (so start seeking as the video canSeek) the embedded cuepoints never trigger the onCuePoint event.
    The weird thing is that normally the embedded_cuepoints seem to be copied to the DYNAMIC_CUEPOINTS_NAMESPACE !  When trace numMarkers on timeLineData in EMBEDDED_CUEPOINTS_NAMESPACE it only returns cuepoints that have been reached! however numMarkers on timeLineData in DYNAMIC_CUEPOINTS_NAMESPACE  returns the correct number of cuepoints.... but not when I use player.seek then teh DYNAMIC_CUEPOINTS_NAMESPACE return NULL
    (this all happens even without adding teh actionscript cuepoints)
    Can anyone shed some light?
    Regards
    Patrick

    Hi Karan,
    No! You cannot have a Static prompt that is a filtering source for the subsequent dynamic prompts.
    Have a look at Patrick's workaround (and other workarounds) for filtering the prompts based on a Date Range here:
    Dynmaic Cascading Prompts - Populate parameter prompt with only values in date range
    -Abhilash

  • Dynamic SQL and use of aggregate functions

    Hello Forum members,
    I'm trying to create dynamic SQL in a function module and return the MAX value of a field. 
    I am passing in a parameter called CREATE_FIELD_NAME, and my SQL is
    SELECT MAX(CREATE_FIELD_NAME) INTO (CREATE_DATE) FROM (TABLE_NAME).
    I also tried:
    SELECT MAX((CREATE_FIELD_NAME)) INTO (CREATE_DATE) FROM (TABLE_NAME).
    But abap is not recognizing my variable as a variable in either case, but rather, as a field name.
    Anyone know a way around this?
    Thanks in advance,
    Jeff
    Here is my program:
    FUNCTION ZJLSTEST4.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(TABLE_NAME) LIKE  MAKT-MAKTX
    *"     VALUE(CREATE_FIELD_NAME) LIKE  MAKT-MAKTX
    *"     VALUE(UPDATE_FIELD_NAME) LIKE  MAKT-MAKTX
    *"  EXPORTING
    *"     VALUE(MAX_DATE) LIKE  SY-DATUM
    DATA: CREATE_DATE LIKE MCHA-ERSDA VALUE '19000101',
          UPDATE_DATE LIKE MCHA-LAEDA VALUE '19000101'.
    SELECT MAX(CREATE_FIELD_NAME) INTO (CREATE_DATE) FROM (TABLE_NAME).
    ENDSELECT.
    *SELECT MAX((UPDATE_FIELD_NAME)) INTO (UPDATE_DATE) FROM (TABLE_NAME).
    *ENDSELECT.
    IF CREATE_DATE > UPDATE_DATE.
       MAX_DATE = CREATE_DATE.
    ELSE.
       MAX_DATE = UPDATE_DATE.
    ENDIF.
    IF MAX_DATE = '19000101'.
    MAX_DATE = SY-DATUM.
    ENDIF.
    ENDFUNCTION.

    Max is right, you need the spaces, as in my example.
    You might like to try this:
    data: l_CREATE_FIELD_NAME) LIKE MAKT-MAKTX,
          l_UPDATE_FIELD_NAME) LIKE MAKT-MAKTX.
    DATA: CREATE_DATE LIKE MCHA-ERSDA VALUE '19000101',
    UPDATE_DATE LIKE MCHA-LAEDA VALUE '19000101'.
    concatenate 'MAX(' create_name ')' into l_create_name separated by space.
    concatenate 'MAX(' update_name ')' into l_update_name separated by space.
    SELECT SINGLE (l_CREATE_FIELD_NAME)
    INTO CREATE_DATE FROM (table_name).
    SELECT SINGLE (l_updATE_FIELD_NAME)
    INTO updATE_DATE FROM (table_name).
    IF CREATE_DATE > UPDATE_DATE.
    MAX_DATE = CREATE_DATE.
    ELSE.
    MAX_DATE = UPDATE_DATE.
    ENDIF.
    IF MAX_DATE = '19000101'.
    MAX_DATE = SY-DATUM.
    ENDIF.
    If it still fails please post the latest abap code for us to check.

  • A zillion questions about setting up and using external hard drive

    Hello. I recently purchased a Cavalry 440GB CACE USB/FW800 7200 RPM 3.5 in Mac Formatted hard drive. My Mac is a Power PC G4 using OS X 10.2.8.
    After much back and forth with the Cavalry support desk, I was able to connect it to my Mac. (The USB cable included was not compatible--fortunately, my printer cable was.)
    Through Disk Utility I see that my Mac is detecting the hard drive, but there's no icon on my desktop. My questions are as follows:
    1. How do I get the icon on my desktop?
    2. It was suggested on this board to partition the hard drive. What exactly is partitioning, and is it necessary?
    3. If I do partition the hard drive, into how many partitions should I make it?
    4. Once the number of partitions is set, can that number be changed? In other words, can it be repartioned without erasing anything?
    5. My main purpose for getting the external hard drive is to move all my movies off my Mac. I'm sure I will want to back up other files as well. Should I create one partition for all the movies, and one for photos, one for files, etc.?
    6. Once I get the icon on my desktop, is transferring files as simple as dragging the files onto the icon?
    7. Once I move files to the hard drive, is it simple to move them back to the Mac if I need to use them again?
    OK, that's all for now. I appreciate your patience in dealing with all my questions! Thanks.

    Hello, 
    I'll try my best on the first seven. The remaining zillion minus seven questions will have to wait!
    1. If the drive really is Mac-formatted it should just appear. Firstly check that hard disks are set to appear on the desktop. In the Finder go to Finder > Preferences... >General tab and ensure that the box to show hard disks on the desktop is checked. If that doesn't work go to Macintosh HD > Applications > Utilities >Disk Utility. Select the drive in the left hand pane and then click on the "Erase" tab. Erase the disk and ensure the format is "Mac OS Extended (with Journalling)".
    2. Partitioning is splitting the physically drive into two or more volumes. This will allow you to compartmentalise your data. You will have two or more icons appear on the desktop if you do partition. Although they are on the same physical disk you will be limited on each of the volumes to the size you set at the time of partitioning. If you do partition the drive be sure to use the "Apple Partition Map" not "GUID Partition Map". The latter is for Intel Macs.
    3. Whatever you want. My experience is that too many partitions and you loose flexibility in your storage space. Personally on my external drive I have a partition that is exactly the same size as my internal hard drive. I then use that to do a regular clone backup. I then have a second partition for general use. This means I can put files on the external but still guarantee I have enough spare to backup fully.
    4. No. Not without third party tools.
    5. As I said above, in my opinion the best use is to create a partition for backup and a partition for all other use.
    6. Yes absolutely. However if you plan on moving libraries like iTunes or iPhoto then you'll need to show the applications where the libraries are again.
    7. Yes.
    Some extra pointers:
    A. Use Carbon Copy Cloner to backup your internal drive to the external. Clones are fantastic backups as even if the internal drive bursts into flames you will have an identical copy of all user data and settings: http://www.bombich.com/software/ccc.html (scroll to the very bottom for the version suitable for 10.2.8).
    B. Don't use USB to connect the hard drive it's not very fast. Firewire 400 is significantly faster and will allow the iMac to be booted from the external drive in an emergency (USB will not boot a G4 Mac).
    Hope that helps a little.
    mrtotes

  • I get these updates and they never successfully install. And I get this annoying pop-up wanting me to update. I am about delete Firefox and use another browser.

    The updates never install. I get a failed message. Maybe you can suggest why this is happening.

    *1 '''[http://www.mozilla.org/en-US/firefox/all/ Download Firefox Full Installer For All languages And Systems]''' {web link}
    *2 '''[https://support.mozilla.org/en-US/kb/uninstall-firefox-from-your-computer Uninstall Firefox from your computer]''' {web link}<br>DO NOT remove your profiles.
    *3 After, reboot the computer. Then run the full installer.

  • About Dynamic Acquisition and Generation of PXI-6551

    请问PXI-6551的16个通道能否同时进行数据采集和生成?我看了自带的例子好像是不行的。但是运行6551的Test Panel时,却是能够同时产生数据和进行数据采集,不知道它是如何做到的?

    6551是高速DIO设备,20个通道可以同时进行输入或输出。这块卡的每个通道都是独立的,您可以参考硬件框图。

  • Where can I go to read about the concept of set-up and use of Key Chain to automatically insert required passwords at internet sites?

    Where can I go to read about the concept and use of Key Chain to automatically insert required passwords at internet websites? I may or may not want to use Key Chain after I understand it.

    Key Chain basics

  • I'm horribly confused about student licensing and commercial use

    As the title says I'm horribly confused about student licensing and using it for commercial use.
    I currently have a Student Licensing version of Adobe Creative Suite 4 that I purchased through my school's journeyEd portal.
    Seeing how CS5 is now out I was browsing looking at prices (why not upgrade while I'm still a student, right?) and while browsing I bumped into one source that says that Student Licensing can not be used for commercial purposes, and this is when the confusion started. I remember reading before that we are able to use student licensing for commercial purposes, okay time to google search. I found one Adobe FAQ that says I can. .
    http://www.adobe.com/education/students/studentteacheredition/faq.html
    " Can I use my Adobe Student and Teacher Edition software for commercial use?
    Yes. You may purchase a Student and Teacher Edition for personal as well as commercial use. "
    and I found this old thread;
    http://forums.adobe.com/thread/314304
    Where an poster listed as an employee of Adobe states
    "There is no upgrade from the CS3 Educational Edition to the comparable CS3 editions sold in non-academic environments. If you have an educational version of for CS3 obtained legitimately (i.e., you qualified for the educational version when you obtained it), you may continue to use that software for the indefinite future, even for commercial use! You cannot sell or otherwise transfer that license, though! When the next version of the Creative Suite is released, you will have two choices: (1) If you still qualify for the educational version, you can buy a copy of that next version (there is no special upgrade pricing from one educational version to another; the price is already very low) or (2) you can upgrade from the educational version of CS3 to the full version of the next version of the Creative Suite as an upgrade from CS3 at the prices published at that time. "
    Okay cool, hmm what this? Adobe is asking me if I want to IM with live costumer service agent, sure why not? Then the conversation started and I asked her my question about using my CS4 license for commercial use, she asks for my product code and email to verify my product, then informs me I can purchase the upgrade version of CS5 and use that for commercial, okay great, but not really answering my question. I reword it and give her a link to that FAQ page it goes like this. ..
    "[CS Rep] : [My name], I would like to inform you that Adobe Student and Teacher Editions are not allowed for
    commercial use.
    [CS Rep] : However, you can upgrade your current software to a normal upgrade version, and you can continue
    using it for commercial purpose.
    [Me] : Then is the FAQ page mistaken? Because it is very misleading if it is. But thank you for the information.
    [CS Rep] : You are welcome.
    [CS Rep] : I apologize for the misleading information in the FAQ."
    . .And after that, I went back to being confused.
    SO my questions are. . . Can I or can't I use my Adobe Creative Suite 4 student licensing for commercial purposes? and If I purchase a Student Licensing of CS5 can I use that for commercial purposes as well?
    Sorry for the long post, I just want to be perfectly clear on what I can and can not do with my purchase.

    The rules differ in various parts of the world. In North America you can use it for commercial work.
    There are no student/academic upgrades. The pricing is so low that in many cases you're better off buying another full student license but you are eligible for upgrade pricing for commercial versions once you're out of school.
    You may not transfer the student license in any way.
    Bob

  • Component and connection model view

    If I want to build some dynamic component and connection
    model view using flex( e.g. like UML diagram), is there any
    exsiting lib or framework that can help me to do this kind of
    things. For example, help me render the components and connections
    on the display. Or I have to do everything from the scratch?
    Thank you~

    I am also building such flow charting tool in Flex, and
    facing the same problem. Did you get any solution for this? If yes,
    then please help me with same.
    Thanks,
    Pradeep

  • Problem in tabular form based on dynamic view and pagination

    Hi All,
    I have a manual tabular form based on a dynamic view. The view fetches the records based on search criteria given by the user in all cases. But this view fetches ALL records when user clicks on pagination, without considering the search criteria. This is the problem I am facing.
    I am doing the following:
    Since tabular form does not support pl/sql function returning query, I cannot use a table directly. I need my results based on search criteria selected by user. Hence I created a dynamic view and used a "INSTEAD OF UPDATE" trigger to update the table.
    I use a set bind variables procedure, on load before header for setting the variables.
    This view fetches the correct data based on user search always. It creates a problem only in one situation, when using pagination in the report.
    The example can be found at:
    http://apex.oracle.com/pls/otn/f?p=19399:1:
    username = [email protected]
    pwd = kishore
    Here if "manager name" is entered as test, we get 5 records in "Summary of requests" report and 5 records in "Inactive Requests" report. When user clicks on Pagination in any of the reports, ALL the 7 records get fetched in "Summary of Requests" and 6 records in "Inactive Requests". How can I overcome this problem?? The report must consider the search variables even when pagination occurs.
    Is this because, the inbuilt "html_PPR_Report_Page" executes the region query once again by considering all search variables as NULL?
    Backend Code is at:
    http://apex.oracle.com/pls/otn/
    workspace: sekhar.nooney
    Username :[email protected]
    pwd: kishore
    application id = 19399
    My region code is something like:
    select *
    from regadm_request_v
    where access_type = :F110_REGADM
    and status <> 'INACTIVE'
    order by request_id
    My view code is:
    CREATE OR REPLACE VIEW REGADM_REQUEST_V
    AS
    SELECT *
    FROM REGREGOWNER.REGADM_REQUEST
    WHERE upper(employee_name) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_EMPLOYEE_NAME),'%')||'%'
    AND upper(manager_name) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_MANAGER_NAME),'%')||'%'
    AND upper(employee_sunetid) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_EMPLOYEE_SUNET_ID),'%')||'%'
    AND upper(manager_sunetid) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_MANAGER_SUNET_ID),'%')||'%'
    AND upper(request_date) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_REQUEST_DATE),'%')||'%'
    AND upper(USAGE_AGREEMENT_RECVD) LIKE '%'||nvl(upper(DECODE(REGADM_REQUEST_PKG.GET_USAGE_AGREMNT_RECVD,'~!@',NULL,REGADM_REQUEST_PKG.GET_USAGE_AGREMNT_RECVD)),'%')||'%'
    AND upper(STATUS) LIKE '%'||nvl(upper(DECODE(REGADM_REQUEST_PKG.GET_STATUS,'~!@',NULL,REGADM_REQUEST_PKG.GET_STATUS)),'%')||'%'
    AND upper(REQUEST_APPROVED) LIKE '%'||nvl(upper(DECODE(REGADM_REQUEST_PKG.GET_REQUEST_APPROVED,'~!@',NULL,REGADM_REQUEST_PKG.GET_REQUEST_APPROVED)),'%')||'%'
    AND upper(nvl(APPROVAL_DATE,sysdate)) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_APPROVED_DATE),'%')||'%'
    AND upper(APRVL_REQUEST_SENT) LIKE '%'||nvl(upper(DECODE(REGADM_REQUEST_PKG.GET_EMAIL_APPROVERS,'~!@',NULL,REGADM_REQUEST_PKG.GET_EMAIL_APPROVERS)),'%')||'%'
    AND upper(NOTIFY_APPROVED) LIKE '%'||nvl(upper(DECODE(REGADM_REQUEST_PKG.GET_APPROVAL_NOTIFICATION,'~!@',NULL,REGADM_REQUEST_PKG.GET_APPROVAL_NOTIFICATION)),'%')||'%'
    I would be glad for any suggestions.
    Andy/Varad any ideas? You both helped me a lot on my problems for the same application that I had faced before in More Problems in Tabular form - Please give me suggestions.
    Thanks,
    Sumana

    Hi Andy,
    The view and the package for setting bind variables work properly in my entire application other than the pagination. A pity that I came across this only now :(
    I have used this same method for holding variables in another application before, where I needed to print to PDF. I used this approach in the other application because my queries were not within the APEX character limit specified for the "SQL Query of Report Query shared component".
    In this application, I initially had to fetch values from 2 tables and update the 2 tables. Updateable form works only with one table right? Hence I had created a view. Later the design got changed to include search and instead of changing the application design I just changed the view then. Still later, my clients merged the 2 tables. Once again I had just changed my view.
    Now, I wanted to know if any method was available for the pagination issue (using the view itself). Hence I posted this.
    But as you suggested, I think it is better to change the page design quickly (as it would be much easier).
    If I change the region query to use the table and the APEX bind parameters in the where clause as:
    SELECT *
    FROM REGADM_REQUEST
    WHERE upper(employee_name) LIKE '%'||nvl(upper(:P1_EMPLOYEE_NAME),'%')||'%' .....
    I also changed the ApplyMRU to refer to the table.
    Here the pagination issue is resolved. But here the "last Update By" and "Last Update Date" columns do not get updated with "SYSDATE" and "v(APP_USER)" values, when update takes place. Even if I make the columns as readonly text field, I am not sure how I can ensure that SYSDATE and v('APP_uSER') can be passed to the columns. Any way I can ensure this? Please have a look at the issue here: http://apex.oracle.com/pls/otn/f?p=19399:1:
    I have currently resolved the "last update" column issue by modifying my view as:
    CREATE OR REPLACE VIEW REGADM_REQUEST_V
    AS
    SELECT *
    FROM REGADM_REQUEST
    I modified my region query to use APEX bind parameters itself as:
    SELECT *
    FROM REGADM_REQUEST_V
    WHERE upper(employee_name) LIKE '%'||nvl(upper(:P1_EMPLOYEE_NAME),'%')||'%' .....
    And I use the "INSTEAD OF UPDATE" trigger that I had initially written for update. The code is:
    CREATE OR REPLACE TRIGGER REGADM_REQUEST_UPD_TRG
    INSTEAD OF UPDATE
    ON REGADM_REQUEST_V
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    BEGIN
    UPDATE REGREGOWNER.REGADM_REQUEST
    SET MANAGER_EMAIL = :NEW.MANAGER_EMAIL
    , EMPLOYEE_EMAIL = :NEW.EMPLOYEE_EMAIL
    , STATUS_UPDATE_DATETIME = SYSDATE
    , USER_UPDATE_ID = (SELECT v('APP_USER') FROM DUAL)
    WHERE REQUEST_ID = :OLD.REQUEST_ID;
    END;
    Please let me know how I can resolve the "last update" column issue using the table itself. (Just for my learning)
    Thanks,
    Sumana

Maybe you are looking for

  • How to stop Syncing two iPhones

    I have Phone 4s an bought one for mum, how do I stop mine from auto sync apps with mums iPhone?

  • How can I add an email account in apple mac which ends with .consulting

    We changed our email account and the domain name is .consulting. How can I add this account to my Mac mail?

  • Set Up Confirmation Control on PO's.

    Dear Colleagues, I am looking into setting up confirmation control for PO's.(MM>Purchasing>Confirmations>Set Up Confirmation Control) I've been reading in the IMG notes that "Once you have set up the confirmation control facility in a production syst

  • Samsung charge

    i am having problems syncing contacts in driod to back up manager and to gmail account. sync to backup will not complete process.?  thanks

  • Blackberry Server Messages Every half hour

    I have a 8330 curve for sprint I have a work e-mail that when I use outlook, it requires a special server location on the outgoing mail.  I set-up the mail on the phone through the mail wizard all I needed was the e-mail address and password.  It wor