Regions within regions sitting vertically by each other

I am looking to create a region with two columns (or two other regions - as children) that are defined vertically, and one beside the other one -- not below that.
Any idea?
Thanks,
Mehr

Mehr wrote:
The version is 4.0.2.00.09
Prior to 4.2, for one-off layouts, specifying style="float: left;" in the subregions' Region Attributes property is the easiest way to lay out the subregions horizontally—provided the subregions have a template containing the #REGION_ATTRIBUTES# substitution string.

Similar Messages

  • Selecting duplicates within a time period of each other? [SOLVED]

    Using Oracle 9i 9.2.0.6.0
    I'm trying to return all the rows in a table where the entries are the same and within a certain amount of time of each other (15 seconds or less). The time is not stored as a date, but rather as a number, seperate from the date column. What makes an entry a duplicate is based on a combination of columns in the table.
    If the table is:
    store_id   customer_id   product_id   date_started   time_started
    101 12345 001 2008/09/14 153412
    101 22345 001 2008/09/14 153413
    102 12222 021 2008/09/14 161005
    102 12222 040 2008/09/14 161120
    102 33355 555 2008/09/14 171244
    102 33355 555 2008/09/14 171244
    300 70012 313 2008/09/14 111502
    300 70012 313 2008/09/14 111503
    300 70012 313 2008/09/14 111504
    300 54321 424 2008/09/14 153412
    I would want to return
    102 33355 555 2008/09/14 171244
    102 33355 555 2008/09/14 171244
    300 70012 313 2008/09/14 111502
    300 70012 313 2008/09/14 111503
    300 70012 313 2008/09/14 111504
    I can't seem to wrap my head around how to do this. Any suggestions?
    Edited by: user10269852 on Sep 16, 2008 1:27 PM
    Edited by: a small rabbit on Sep 18, 2008 7:49 AM

    SQL> with t as (
      2             select '101' store_id,'12345' customer_id,'001' product_id,to_date('2008/09/14','YYYY/MM/DD') date_started,153412 time_started from dual union all
      3             select '101','22345','001',to_date('2008/09/14','YYYY/MM/DD'),153413 from dual union all
      4             select '102','12222','021',to_date('2008/09/14','YYYY/MM/DD'),161005 from dual union all
      5             select '102','12222','040',to_date('2008/09/14','YYYY/MM/DD'),161120 from dual union all
      6             select '102','33355','555',to_date('2008/09/14','YYYY/MM/DD'),171244 from dual union all
      7             select '102','33355','555',to_date('2008/09/14','YYYY/MM/DD'),171244 from dual union all
      8             select '300','70012','313',to_date('2008/09/14','YYYY/MM/DD'),111502 from dual union all
      9             select '300','70012','313',to_date('2008/09/14','YYYY/MM/DD'),111503 from dual union all
    10             select '300','70012','313',to_date('2008/09/14','YYYY/MM/DD'),111504 from dual union all
    11             select '300','54321','424',to_date('2008/09/14','YYYY/MM/DD'),153412 from dual
    12            )
    13  select  store_id,
    14          customer_id,
    15          product_id,
    16          date_started,
    17          time_started
    18    from  (
    19           select  t1.*,
    20                   case
    21                     when lead(datetime_started) over(partition by store_id,customer_id,product_id order by datetime_started) - datetime_started <= 15 then 1
    22                     when datetime_started - lag(datetime_started) over(partition by store_id,customer_id,product_id order by datetime_started) <= 15 then 1
    23                     else 0
    24                   end indicator
    25             from  (
    26                    select  t.*,
    27                            to_date(to_char(date_started,'YYYYMMDD') || to_char(time_started,'000000'),'YYYYMMDDHH24MISS') datetime_started
    28                      from t
    29                    ) t1
    30          )
    31    where indicator = 1
    32  /
    STO CUSTO PRO DATE_STAR TIME_STARTED
    102 33355 555 14-SEP-08       171244
    102 33355 555 14-SEP-08       171244
    300 70012 313 14-SEP-08       111502
    300 70012 313 14-SEP-08       111503
    300 70012 313 14-SEP-08       111504
    SQL> SY.

  • How to align footnotes vertically to each other ?

    In IDCS5 I want to align two footnotes so it begins at the same height point.
    Thanks

    Ah yes - you cannot get Footnotes to Span Columns - it's very frustrating and I'v been campaigning for this feature since CS2
    Please join the cause http://forums.adobe.com/message/2744922#2744922
    For now you will have to make them endnotes and manually sit them across two columns.
    Here's a script that converts indesign footnotes to endnotes (as InDesign can't do that either - http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1345518)
    How to install and use scripts http://indesignsecrets.com/how-to-install-scripts-in-indesign.php
    After you've created endnotes - you will have to cut them from the main text frame.
    Then you make a new frame and manually place the text frames at the end of the appropriate pages.
    It's very annoying.

  • New bug in 8.02 - regions confused with each other

    So, I just updated to 8.02, and loaded up a recent project that was half finished (bad idea).
    Now I have some strange bugs going on that I never had before, and they are basic issues.
    My audio regions keep getting confused with each other.
    I have an audio region that I can't open in the sample editor. When I double click on it, the sample editor will bring up the last region I edited, not the new one. I've re-named the region, deleted it and re-added it to the arrange window, but this region will not open in the sample editor.
    I can see it in my media bin, and preview it there, and it plays in my arrangement no problem, but I can't get it to open in the sample editor. In fact sometimes when I click on it, with the media window open, I can see another sample being 'selected' in the media window instead of the proper audio region.
    Scott

    finally i find someone else with the same prob, o already post into apple.com too
    yes here the same, bug new in 8.0.1, cause on logic 8.0.0 all works fine (except some click noise when you pre-listen a file in autoloop)
    however here what i can say to you (it's 3 days i'm studyng this cause i make a massive use of ultrabeat)
    - no matter both power pc / intel soffer of this bug
    - i try to update to leopard from my 10.4.11 (same bug) tryin a new os installation (same bug), tryn without audio card and driver (same bug)
    so i really don't know how to solve it, cause there are only few people that have this problem
    big mistake and big mistery

  • Need help trying to arrange  3 fields all near each other..in  a region.

    I have 3 fields and i am trying to arrange all near each other..
    But i cannot
    The space is like
    Empno.. Fieldnename.....*empname*......................................fieldempname samplefield sampleno
    I am trying to understand why is there too much space between empname label and the field empname
    Note field empname is a list item.
    I have currently used field.= no and reduced the space difference
    Begin On New Line     Field      
    Can any one educate me more on what is a page item field yes or no indicate.
    What is the actual purpose of field in page item and also colspan and rowspan
    Also best method to arrange columns near each other in a apex form
    apex 4.1 11gxe
    Edited by: user12233760 on Oct 2, 2012 2:39 AM

    Hi I had forgotten this option of drag layout . One of the problem is. . I have 3 columns my third columns field
    is shown automatically at a different line . Though its label exist in the first line..This happen to last column dont know the reason why
    This is specially when i set my last field to no . so that it can exist in one cell..
    ..Ok Sorted it out..Went into documentation and found about start stop html tables. .and combination of all ..like field even yes,etc
    i am able to get the desired output Got it sorted thanks again
    Thanks again
    Edited by: user12233760 on Oct 2, 2012 3:15 AM
    Edited by: user12233760 on Oct 2, 2012 3:31 AM
    Edited by: user12233760 on Oct 2, 2012 3:33 AM

  • COPA: Region/site wise profitability

    Dear Guru`s.
    My client wan`t Region/site wise profitability. 1 Region consists of n number sites.Below is the Hierarchy:
    Now, how can I map these region/site hierarchy in COPA.
    Actual value flows:
    Revenue is captured in two ways:
    1. Within SAP
    Through sd module ,I will map the condition types against value fields.
    2. Out of SAP
    Third party billing tool will give the data and same can be uploaded in SAP through KEFC t-code,but what should be the data I should receive from third party tool I`m a bit confused.
    Cost:
    Cost will be captured through FI  within SAP and I`m clear in this.
    Actually number of region are 15 and sites are 5000+.
    Kindly guide me how to go ahead.
    Regards
    Nitisha

    Hi Ajay ,
    For revenue currently what my client  follow 2 ways to capture it:
    a. within SAP
    b. out of sap
    The revenue which is coming from Third party system to one common profit center through interface. They do this execution every week.
    The revenue is updated to one common profit center with single journal.and from that common profit center it is divided to 1000+ sites(each site is created as profit center.)
    Now, they want to directly upload this revenue data from third party tool to copa through KEFC.
    My concern is this if we upload revenue data directly to COPA and do not do any FI postings then will my client will able to generate balance sheet? because if I create sites in copa and directly upload revenue to copa from third party tool then no fi entry is posted...
    If I`m not able to explain my query then let me know , I`l try to explain it with more detail....
    Regards
    Nitisha

  • How to export region code 2 movie to other TV's

    I have programmed the iMac for region 2 and it plays the DVD. How do I get the movie out to play on another TV. How do you get video out of the iMac that is HDMI or what ever compatible. This is a special movie (restored "The Red Shoes") which is only available in the UK.
    Thanks, Jim Easton

    If the TV is an HDTV and has an HDMI connector, you can convert the video output of your iMac to HDMI. The adapter you need depends on your iMac model, which is not stated in your post in your profile. 2008 model Intel iMacs and earlier have a Mini-DVI port. 2009 model iMacs (both early and late) have a Mini DisplayPort. There are adapters that go from either video output to HDMI, available at Amazon.com and elsewhere.
    The two displays will together will show an extended Desktop, as represented in System Preferences Displays pane Arrangement tab. The diagram on that preferences pane shows how the two screens are arranged relative to each other (you can move them around). The edge where the touch is where you can move your mouse cursor from one screen to the other.
    To play any video, whether is using DVD player, QuickTime Player, iTunes, or other, open a window that shows the video. Use your mouse to drag the video window from the iMac's screen to the HDTV's screen. Then give the +full screen+ command from the menu bar or keyboard (usually Command-F). The video should take over the entire screen. Note: In a few apps, the screen that gets the +full screen+ is set in the app's preferences.

  • HT204053 My wife and I each have an apple computer and an iPhone.  Setting them up with the iCloud put us on the same account.  I take a lot of photos on job sites and she takes her own photos we have to scan though each others photos to find our own.  Ho

    My wife and I each have an apple computer and an iPhone.  Setting them up with the iCloud put us on the same account.  I take a lot of photos on job sites and she takes her own photos we have to scan though each others photos to find our own.  How do I separate the accounts without one of us losing our own stuff?

    Decide which device will be changing accounts.  On that device, if you have any photos in photo stream that are not in your camera roll that you want to keep on the device, save them to the camera roll by opening the photo stream album in the thumbnail view, tapping Edit, then tap all the photos you want to save, tap Share and tap Save to Camera Roll. 
    Once this is done, go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  The device(s) that will be keeping the account will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On My iDevice.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.
    Finally, to delete any data that you don't want in each account (such as deleting your wife's data from your account, and vice versa) you will have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete it.

  • Safari 5.1 now is garbled with many of the sites having lines on top of each other. Is any one else having that issue? If so, how did you resolve it? Thanks in advance for any help.

    Safari 5.1 now is garbled with many of the sites having lines on top of each other. Is any one else having that issue? If so, how did you resolve it? Thanks in advance for any help.

    "Did you make the .psd file with a transparent background (checkerboard) in Photoshop? And when you placed it in AI did you choose the top option Convert Photoshop Layers to Objects?"
    Yep, and it still didn't work.
    But I figured what I did wrong: I was selecting both the text and the heart, and then I was doing the whole Object>Wrap Text>Make thing, as opposed to just selecting the heart and doing it. Once I did it, I moved the heart around on top of the text, and it "made room" for the pic, wrapping itself around the heart.
    Thanks so much, and thanks A MILLION for being so patient.
    Jeez, when can I get some textbook to learn all the intricacies of Illustrator?

  • Both can connect to test sites but not videochat with each other

    I am using a 2GHz PPC iMac on 10.4.6 with external iSight. I can see the Apple ad from one of the test sites. My wife is using a G4 PowerBook running the latest Panther OS with external iSight. She is in a hotel but can also see the Apple ad from the test site. When she was home, we could videochat over Bonjour.
    But, while she is in the hotel out of town, we couldn't videochat with each other. Whether one initiated or the other did, we both get the "XXX failed to respond" message even though we obviously did accept the videocall.
    If we both can videochat with the test sites, how come we cannot videochat with each other?
    Given the above, I hope some experts can rule out a bunch of stuff and let me know the finite (and small) set of potential reasons affecting our situation so that I can work on resolving this efficiently.
    What could be the likely problem?
    On my side, I use an Apple AEBS that uses DHCP and NAT but my iMac is manually set to 10.0.1.201. I have set the ports in Firewall but even when I turned off Firewall it did not work.
    Any help is much appreciated.

    Hi Heng-Yee Yong,
    The test sites are most likely set to have the ports open by UPnP which does not use NAT.
    If you modem is routing and is using Port Forwarding and the Airport is as well then you have two lots of NAT going on at your end.
    I would Open Airport Admin Utilty (Applications/Utilities) and log on to the Airport
    Go to the Network tab.
    Deselect Distributing Addresses which wll trun off NAT in the Airport and make it a Wireless access device.
    This means your computer will have to take an IP form the Modem.
    This may not be rquired if the modem id is Bridge mode itself as this measn it is not routing and all port will be open without the use of NAT.
    This App can help identify if NAT is a problem
    http://bleu.west.spy.net/~dustin/projects/natcheck.xtp
    Or at least whether you have Consistent NAT or not.
    8:50 PM Wednesday; April 26, 2006

  • A video on any site is shown double, one on top of each other!

    When ever I want to see a video, no matter what site it is, the screen, where the video is on, shows two images of the video. Basically, the video is condensed into two, one on top of each other, making them wide, but I dont know why there show two!!

    This seems to have happened after the latest Adobe Flash Player update. Might be an issue of compatibility with Firefox, since in Internet Explorer the problem doesn't appear. Haven't tried any other browsers yet.
    To me, it seems that the two images that appear are similar to the ones used in making 3D movies, but instead of displaying them overlapped they are displayed separately. This is just a wild guess and I have no actual proof to back this up.
    PS: I am also using Firefox 3.6.13 on Windows XP.
    Later edit: I have found a workaround for this issue. Right-Click on any improper displayed video and choose Settings. On one of the tabs found there is a checkbox "Enable Hardware Acceleration". It was enabled for me, after disabling it and restarting the browser the video was back to normal.

  • Headings and other print run into each other and I cnnot see all the print in some boxes on vrious web sites. I have removed and re-installed more than once.

    copy on the web pages overlap.....headlines appear over other print.....link tabs are on top of each other. I have removed and re-installed Firefox many times. This does not happen with other browsers. Also, some web sites show sections that are off center.

    Hi,
    Please see [https://support.mozilla.org/en-US/kb/Firefox%20prints%20pages%20in%20a%20different%20layout this]. If the site has a Print button/icon you can try to use that. On some sites you can also try to right-click the content > '''This Frame''' > '''Print frame'''.
    [http://kb.mozillazine.org/Problems_printing_web_pages Problems printing web pages]
    [https://support.mozilla.org/en-US/kb/fix-printing-problems-firefox?e=sph&redirectlocale=en-US&as=s&s=printing&r=0&redirectslug=Firefox+prints+incorrectly Firefox prints incorrectly]

  • InDesign refuses to update via Creative Cloud - each attempt fails within 30 seconds - no problem with other items - any suggestions?

    InDesign refuses to update via Creative Cloud - each attempt fails within 30 seconds - no problem with other items - any suggestions?

    What is the error message you receive?
    There is a manual way to do updates - All Adobe updates start here and select product, read to see if you need to install updates in number order, or if the updates are cumulative for the individual product http://www.adobe.com/downloads/updates/

  • I lost all data in "notes" on both my iPod Touch and my new Ipad within minutes of each other.  How can this happen?

    I lost all data in "notes" on both my iPod Touch and my new Ipad within minutes of each other.  How can this happen?

    Where were the devices doing since the content was there and when you found it missing?
    DId you power it off ond then back on?
    Did you reset the iPod?
    I would try resertting the iPod. Noting is lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.

  • How would 2 people call each other using facetime if both were in a foreign country but staying at different locations within that country?

    How would 2 people call each other using facetime if both were in a foreign country but staying at different locations within that country?

    It's tied to the Apple ID also - I believe it would use that to find the right person/device.
    Perhaps this article would help: http://support.apple.com/kb/HT4319. It looks like you may want to go in through your contacts and make the call.
    If you're concerned about data charges, put your phone in Airplane mode before trying to Facetime. That will prevent it from trying to make a call over your cellular data.
    ~Lyssa

Maybe you are looking for

  • Load Clob datatype into xml db

    Hi All, Please can I know how to load clob datatype in xml database. In Oracle Data Integrator mapping, my source is clob column and  target is xml db. I get error "incompatible data type in conversion". Please can I get some help in resolving the is

  • Some keys don´t  work in SQL Developer 1.2

    SQL Developer 1.2. In SQL Worksheet the following keys don't work: space, backspace, start, end and enter.

  • Error while extracting data via UD Connect

    Hi, Trying for the first time to connect Oracle data base/JDBC connection type via UD connect(we are in BI 7.0).While creating the data source and assigning UD Connect source object in the extraction tab,following error is obtained" UDCADAPTERROR::RS

  • I have ipad mini and want to upgrade to wi-fi outdoors.

    I bought ipad mini Dec. 9th 2012 and want to upgrade to cellular ability. Can this be done.  Apple store said I had 90 days to do this.

  • How Enabling ERP Integrator Drill Through from a Grid

    Hi All, Can any one tell me how to see the source data by using FR. some where i saw we can see this by using Enabling ERP Integrator Drill Through from a Grid. but i dont know how to set this... can any one help on this...