Converting a single edition into Multiple edition

I have created a single edition ipad app (Game Drive - A Safari Guide), which is selling well. But now I want to create an iphone app multiple edition app. I submitted the iphone app, but Apple rejected it as they say that it is not compatible with ipad. So to be able to have an iphone app, I have to have an ipad version of the same app. My problem is that it is the same app, i.e. if I have a multiple edition app called Game Drive, it will be the same as the single edition app that I already have on the app store.
My questions are: 1. What is the tendancy - do people buy multiple edition apps more, or single editions? i.e. will I loose out if I convert to a multiple edition app on my ipad?
2. If I keep the single edition of the app on the app store for the ipad, will people get confused because there are two apps with the same name? Has anybody done that before?
3. Is it worthwhile putting it on newsstand?
My existing app is selling quite well, and don't want to mess with something that works. But to be able to create an iphone app, I have to have a multiple ipad app of the same thing.
Can someone give some advice please?

SQL> create table hierarchy_table
  2  as
  3  select 1 parent, 2 child from dual union all
  4  select null, 1 from dual union all
  5  select 1, 3 from dual union all
  6  select 2, 4 from dual union all
  7  select 3, 5 from dual union all
  8  select 2, 6 from dual
  9  /
Tabel is aangemaakt.
SQL> column s format a30
SQL> column c1 format a5
SQL> column c2 format a5
SQL> column c3 format a5
SQL> select s
  2       , substr
  3         ( s
  4         , nullif(instr(s,'|',1,1),0) + 1
  5         , nvl(nullif(instr(s,'|',1,2),0),4000) - instr(s,'|',1,1) - 1
  6         ) c1
  7       , substr
  8         ( s
  9         , nullif(instr(s,'|',1,2),0) + 1
10         , nvl(nullif(instr(s,'|',1,3),0),4000) - instr(s,'|',1,2) - 1
11         ) c2
12       , substr
13         ( s
14         , nullif(instr(s,'|',1,3),0) + 1
15         , nvl(nullif(instr(s,'|',1,4),0),4000) - instr(s,'|',1,3) - 1
16         ) c3
17    from ( select sys_connect_by_path(child,'|') s
18             from hierarchy_table
19          connect by parent = prior child
20            start with parent is null
21         )
22  /
S                              C1    C2    C3
|1                             1
|1|2                           1     2
|1|2|4                         1     2     4
|1|2|6                         1     2     6
|1|3                           1     3
|1|3|5                         1     3     5
6 rijen zijn geselecteerd.Regards,
Rob.

Similar Messages

  • Converting a single row into multiple columns

    Hi All,
    I have a hierarchy table. Sample values are
    Parent Child
    1
    1 2
    1 3
    2 4
    3 5
    2 6
    I have used the connect by clause to get the following listing using sys_connect_by_path
    /1/
    /1/2/
    /1/3/
    /1/2/4/
    /1/2/6/
    /1/3/5/
    But now I need them in seperate columns like
    c1 c2 c3
    1
    1 2
    1 3
    1 2 4
    1 2 6
    1 3 5
    Please help me in getting this resultset.
    Thanks
    Subbu S

    SQL> create table hierarchy_table
      2  as
      3  select 1 parent, 2 child from dual union all
      4  select null, 1 from dual union all
      5  select 1, 3 from dual union all
      6  select 2, 4 from dual union all
      7  select 3, 5 from dual union all
      8  select 2, 6 from dual
      9  /
    Tabel is aangemaakt.
    SQL> column s format a30
    SQL> column c1 format a5
    SQL> column c2 format a5
    SQL> column c3 format a5
    SQL> select s
      2       , substr
      3         ( s
      4         , nullif(instr(s,'|',1,1),0) + 1
      5         , nvl(nullif(instr(s,'|',1,2),0),4000) - instr(s,'|',1,1) - 1
      6         ) c1
      7       , substr
      8         ( s
      9         , nullif(instr(s,'|',1,2),0) + 1
    10         , nvl(nullif(instr(s,'|',1,3),0),4000) - instr(s,'|',1,2) - 1
    11         ) c2
    12       , substr
    13         ( s
    14         , nullif(instr(s,'|',1,3),0) + 1
    15         , nvl(nullif(instr(s,'|',1,4),0),4000) - instr(s,'|',1,3) - 1
    16         ) c3
    17    from ( select sys_connect_by_path(child,'|') s
    18             from hierarchy_table
    19          connect by parent = prior child
    20            start with parent is null
    21         )
    22  /
    S                              C1    C2    C3
    |1                             1
    |1|2                           1     2
    |1|2|4                         1     2     4
    |1|2|6                         1     2     6
    |1|3                           1     3
    |1|3|5                         1     3     5
    6 rijen zijn geselecteerd.Regards,
    Rob.

  • Split Single IDOC into Multiple IDOC's Based on Segment Type

    Hi Experts,
    I have a scenario IDOC to FILE ,  Split Single IDOC into Multiple IDOC's based on Segment Type
    Outbound:
    ZIdocName
    Control Record
    Data Record
    Segment 1
    Segment 2
    Segment 3
    Status Record
    I should get output like below
    Inbound:
    ZIdocName
    Control Record
    Data Record
    Segment 1
    Status Record
    ZIdocName
    Control Record
    Data Record
    Segment 2
    Status Record
    ZIdocName
    Control Record
    Data Record
    Segment 3
    Status Record
    Please suggest me step by step process to achieve this task.
    Thanks.

    Thanks a lot Harish for reply.
    I have small doubt. According to your reply , If we have N number of segments in single IDOC with same fields in all segments then for splitting Single IDOC into Multiple IDOC's based on Segment Type we need to duplicate N number of target IDOC tree structure.
    Is that possible to Split single IDOC into Multiple IDOC's based on Segment Type using only one Target IDOC structure without duplicating the Target IDOC structure tree.

  • Splitting single video into multiple files - workflow improvements?

    I regularly need to split a single video into multiple separate files that are used by other programs.  I'm using Premiere Pro CS4 for a number of reasons including the ability to easily and accurately select a scene by individual frames, native audio and video effects/filters, and the ability to import and export various video types.  I'm open to using other tools, but I haven't yet found one that is even close to Premiere Pro when it comes to accurately selecting split points.
    I'm not a Premiere Pro expert.  I have been doing this for about four months and have read many resources (books, forum posts, help guides) to refine the workflow I'm currently using.  My question:  does anyone know any improvements that might save me time/keystrokes.
    Current workflow:
    I've bound F8 to File > Export > Media
    Import video file
    Open in source monitor
    Set In and Out points for scene in source monitor
    Ctrl-drag from source monitor to Project Panel (creates a subclip)
    Repeat 3 and 4 for all scenes/subclips
    Select all subclips from Project Panel and drag to timeline
    Set work area bar to first subclip in timeline by the following four keystrokes:  Home, Alt-[, PageDown, Alt-]
    Type F8 (File > Export > Media shortcut).  Type output file name, click OK and the first subclip is put in the AME queue
    For the remaining subclips, type: Alt-[, PageDown, Alt-], F8, output file name, OK and repeat until done
    Any thoughts/ideas on workflow improvements?
    Thank you!

    Thank you Hunt.
    For the sake of brevity, I didn't include all of the details about the various aspects of the projects.
    Early on I was doing what you suggested and yes, it is a little quicker.  I learned (painfully) a couple of months later that I sometimes have to go back and adjust the clips and this method (trim to timeline with no subclips) resulted in quite a bit of duplicate effort (to reobtain start/stop points).  I've since learned that managing the "scenes" as subclips in topical bins allows me to go back and make adjustments, long after I've totally forgotten about the project content, without a lot of unnecessary reworking.

  • Convert one record row into multiple rows

    Hi,
       I have small requirement.I have selected one data base record into an internal table.Now internal table has 1 record i.e 1 row(ex: 10 columns). Now i will convert this single row record into multiple  records i.e 10 rows( 10 columns wil; be converted into 10 rows). How i will convert this. Please give me any idea on this.
    Regards
    Geetha

    Hi Geetha,
    Search SCN using keyword,  " convert Rows into columns" or vice versa,,,
    U will get more answers & solutions,
    Look at Some of the Previous threads....
    Re: How to create a structure of itab as rows as colums and columns rows dy
    Re: Transpose rows and columns
    CONVERT ROWS INTO COLUMNS IN INTERNAL TABLE
    Convert Internal table Rows into columns of another internal table
    how to convert columns of an internal table to rows of another internal tab.
    Convert Columns into Rows (internal tables) - Urgent Help Pleasse..
    converting columns to rows
    Thanks & regards,
    Dileep .C

  • Splitting the single record into multiple records based on validity

    Hi Guru's,
    basically i am an BI consultant with less knowledge on ABAP, can i request your help on the ABAP task.
    I am working on HR module which is integrated with SAP BI,  the reports will be executed based on calendar month the requirement is i should split the single record into a multiple records based on validity of the record.  basically the HR data would be in data from and date to. 
    below is the logic
    Check whether the start and end date of the record are in the same month and year.
    If yes  nothing changes
    If no  create multiple records
    1st record  original start date of the record u2018till end of that month
    Following record  1st of the next month  u2018till last day of the month
    u2026
    Last record  1st of the month u2018till original end date.
    All fields will have the same values, only the datefrom and dateto fields change.
    Can any one please provide me the same code to proceed on my task.
    Thanks and Regards,
    Venkat

    Hi,
    Using Rule group we can split it.
    Using Rule Group in SAP-BI  Part - 1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/s-u/using%20rule%20group%20in%20sap-bi%20%20part%20-%201.pdf
    Thanks
    Reddy

  • How to convert columns of record into multiple rows

    Hi,
    I have the following data:
    Col1 Col2 Col3
    Dat1 Dat2 Dat3
    I would like to convert the above data into:
    Col1
    Dat1
    Dat2
    Dat3
    How can I achieve this beside using UNION?
    Appreciate advise urgently.
    Thanks and Regards,
    Shiau Chin

    Sorry, I misread your reqs. Is this what you are looking for:
    with t as (
               select 'Row1Dat1' col1,'Row1Dat2' col2,'Row1Dat3' col3,'Row1Dat4' col4 from dual union all
               select 'Row2Dat1' col1,'Row2Dat2' col2,'Row2Dat3' col3,'Row2Dat4' col4 from dual
    select  col4 col1,
            case lvl
              when 1 then col1
              when 2 then col2
              when 3 then col3
              else col4
            end col2
      from  t,
            (select level lvl from dual connect by level <= 3)
    COL1     COL2
    Row1Dat4 Row1Dat1
    Row2Dat4 Row2Dat1
    Row1Dat4 Row1Dat2
    Row2Dat4 Row2Dat2
    Row1Dat4 Row1Dat3
    Row2Dat4 Row2Dat3
    6 rows selected.
    SQL> SY.

  • Split single row into multiple rows containing time periods

    Hi,
    I have a table with rows like this:
    id, intime, outtime
    1, 2010-01-01 00:10, 2010-01-3 20:00
    I would like to split this row into multiple rows, 1 for each 24hr period in the record.
    i.e. The above should translate into:
    id, starttime, endtime, period
    1, 2010-01-01 00:10, 2010-01-02 00:10, 1
    1, 2010-01-02 00:10, 2010-01-03 00:10, 2
    1, 2010-01-03 00:10, 2010-01-03 20:00, 3
    The first starttime should be the intime and the last endtime should be the outtime.
    Is there a way to do this without hard-coding the 24hr periods?
    Thanks,
    Dan Scott
    http://danieljamesscott.org

    Thanks for all the feedback, Dan.
    It appears that the respective solutions provided will give you: a) different resultsets and b) different performance.
    Regarding your 'truly desired resultset' you haven't answered all questions from my previous post (there are differences in the provided examples), but anyway:
    I found that using CEIL or ROUND makes quite a difference, using my 'simple 3 record testset' (30 records vs. 66 records got initially returned, that's less than half of the original). That's quite a difference. However, I must call it a day (since it's almost midnight) for now, so there's room for more optimizement and I haven't thoroughly tested.
    But this might hopefully make a difference performancewise when compared to my previous 'dreaded example':
    SQL> drop table t;
    Table dropped.
    SQL> create table  t as
      2  select 1 id, to_date('2010-01-01 00:10', 'yyyy-mm-dd hh24:mi') intime, to_date('2010-01-03 20:00', 'yyyy-mm-dd hh24:mi') outtime from dual union all
      3  select 2 id, to_date('2010-02-01 00:10', 'yyyy-mm-dd hh24:mi') intime, to_date('2010-02-05 20:00', 'yyyy-mm-dd hh24:mi') outtime from dual union all
      4  select 3 id, to_date('2010-03-01 00:10', 'yyyy-mm-dd hh24:mi') intime, to_date('2010-03-03 00:10', 'yyyy-mm-dd hh24:mi') outtime from dual;
    Table created.
    SQL> select id
      2  ,      max(intime)+level-1 starttime
      3  ,      case
      4           when level = to_char(max(t.outtime), 'dd')
      5           then max(t.outtime)
      6           else max(t.intime)+level
      7         end outtime
      8  ,      level period      
      9  from   t
    10  connect by level <= round(outtime-intime)
    11  group by id, level
    12  order by 1,2;
            ID STARTTIME           OUTTIME                 PERIOD
             1 01-01-2010 00:10:00 02-01-2010 00:10:00          1
             1 02-01-2010 00:10:00 03-01-2010 00:10:00          2
             1 03-01-2010 00:10:00 03-01-2010 20:00:00          3
             2 01-02-2010 00:10:00 02-02-2010 00:10:00          1
             2 02-02-2010 00:10:00 03-02-2010 00:10:00          2
             2 03-02-2010 00:10:00 04-02-2010 00:10:00          3
             2 04-02-2010 00:10:00 05-02-2010 00:10:00          4
             2 05-02-2010 00:10:00 05-02-2010 20:00:00          5
             3 01-03-2010 00:10:00 02-03-2010 00:10:00          1
             3 02-03-2010 00:10:00 03-03-2010 00:10:00          2
    10 rows selected.
    SQL> By the way: I'm assuming you're on 10g, is that correct?
    Can you give us some information regarding the indexes present on your table?

  • 8500 adf scan Breaking a single page into multiple pages

    I have a 8500A Premium. Lately when I am scanning multiple sheets via the ADF, the scan will take each sheet and break it into multiple sheets on the scan.  i.e., if I am scanning 5 sheets, I may end up with 20 partial sheets in my scan. 

    Hello there @coolhandluke2 ,
    I read about the unusual scanning issue you are facing when you scan with your Officejet 8500A. I would suggest trying a multiple copy for starters to see the copies will also show irregularities.
    If the copies work fine, the issue is most likely within the software.
    Here are some steps to try!
    Power reset:
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    Uninstalling the Printer Software, restarting the computer and reinstall the printer HP Officejet Pro 8500A Premium e-All-in-One Printer - A910n Drivers
    Let me know the results, good luck!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Can I export a single file into multiple files?

    Is there an option or a plugin that would allow me to set markers in the audio, and then have Soundbooth export the audio into multiple files?
    As an example, let's say I have a 1 minute audio file. I place a marker at 0:00 and another marker at 0:10 and a third marker at 0:30. I then would select Export Multiple and I would end up with three seperate wav files, one 10 seconds long, the second 20 seconds long and the last one 30 seconds long.
    Thanks

    Hi laforcej
    Open the PDF In Acrobat ...
    Go to Tools -> Pages -> Extract
    Now Select the Page Number you Want to Extract and Save them

  • Transformation Routine to convert single record into multiple

    All,
    I need your help with ABAP Syntax.  My requirement is to take a single record and convert it to multiple records into a DSO with a condition to not create a record if a KF value is 0.
    R/3 Data Record:
    Employee | Date | Char1 | KF1 | Char2 | KF2 | Char3 | KF3 | Char4 | KF4
    Conversion Result into DSO:
    Employee | Date | Char1 | KF1
    Employee | Date | Char2 | KF2
    Employee | Date | Char3 | KF3
    Employee | Date | Char4 | KF4 (This record will not be written if no value is in KF4)
    I have read about the result table in update rules, however within BI 7.0 Transformations I am unfamiliar as to where the RESULT_TABLE function applies.  Has this been replaced by the Expert Routine?
    Could any ABAP expert provide sample code as to how I would perform this conversion in a Transformation Routine?
    Thanks,
    David

    Thanks Alex for your response.
    I did find a solution to this as it turns out to be fairly simple, however I executed the routine as an Expert Routine instead of a Start Routine.  I was advised to do the transformation here.
    The basic concept is defined below:
    Loop at source_package assigning -kf2.
              Append result_fields to result_package.
           Endif.
    -- Kf3u2026  and so on
    Endloop.
    Basically the APPEND statement is used to create the additional records.

  • How to make a single recording into multiple songs garageband

    I recorded my band's gig the other night using my Zoom H2 recorder.  I want to take the single 1.5 hour recording (12songs) and make it into a CD with 12 individual tracks.  I would like to use garageband so i can edit out the deadtime between songs but I don't know how to make a CD.

    johndmalone wrote:
    I want to take the single 1.5 hour recording (12songs) and make it into a CD with 12 individual tracks
    http://www.bulletsandbones.com/GB/GBFAQ.html#chaptertocdtracks
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Split a single avi into multiple avi files?

    Hi there, totally new to PS Elements Premier 10.
    I have some VHS video tapes that I converted to AVI format.  I'd like to separate the videos into segments (ie; separate Christmas 1982 from Easter 1983) - and store them in multiple AVI files.  I tried to do this in MS movie maker, but that was taking forever.  I bought Premier Elements because I figured it should be easier; and it probably is, but I'm noob...
    I have split the video into the scenes I want.  I have added markers... but I am having trouble splitting the actual video into chunks of clips - ie; one big avi file would become 10 smaller avi files.  I am trying to watch these on a boxee box, so I do want the to be separate files - I dont want to do a "web dvd" output.
    I have tried this:
    I dont see export functions.
    I go to "SHARE" but it only lets me export to a single output.
    How can I do this?  It's for Christmas presents, so it's a little urgent - any help you can give me would be soooooo appreciated.
    thanks!

    Thanks everyone.  I ended up figuring it out - whether or not I did it the best / easiest / fastest way is up for debate
    I split the video into clips.
    Separated the clips into different timelines.
    "left aligned" all the clips in their respective timelines so they all start at 0:00 (just for simplification)
    Disable all clips / timelines (right click, enable = false)
    Enable the individual clip/timeline that I want to save
    Set up the work area bar so that it starts at 0:00 and ends at the end of the specific clip I enabled.  With the "snap top" functionality turned on, this is pretty easy. 
    Go to "SHARE" and configure my outputs
    Make sure that "Share Work Area Bar Only" is checked on the "Share" tab before committing
    It creates an avi of only the enabled clip, for the timeline I created.
    Important:
    Make sure you set the work area bar properly, or you'll have a 10 minute clip followed by 2 hours of blackness.... did that a few times ha.
    Make sure you click the "Share Work Area Bar Only" on the share tab - or the same will happen. 
    Thanks for the replies everyone - let me know if there is a better way to acheive this in PE10.
    Thanks!

  • Split single column into multiple column using sql /plsql

    create table test (name varchar2(255);
    insert into test values('DH  RED 20 12/10 10 2 ');
    insert into test values('PM  STUD 20 15/10 20 29.55' );
    insert into test values('LS  MENTHOl FILTER ASC 18/70 60 240.66');
    insert into test values('WINSTON WHITE CLASSIC 13    18/70 60 240.66');
    My Output should be like as below in other table :
    create table test_result (brand varchar2(255),packet   varchar2(50),amount varchar2(25),total varchar2(25));
    BRAND                                   PACKET       AMOUNT           TOTAL
    DH  RED 20                            12/10            10              2
    PM  STUD 20                           15/10            20              29.55
    LS  MENTHOl FILTER ASC               18/70            60              240.66
    WINSTON WHITE CLASSIC 13             18/70            60              240.66can you please help me to solve this issue
    thanks in advance
    Edited by: A on Apr 21, 2012 11:33 PM
    Edited by: A on Apr 21, 2012 11:34 PM
    Edited by: A on Apr 21, 2012 11:34 PM

    h4. # Database should be 10g. If version is below 10g query need to be modified as per string format.
    h4. # Split string into two parts by '/'. First part contain brand + packet(1), Second part contain packet(2) + amount + total
    h4. # Your brand name can be of any length.
    String Format* : <Brand Name><space><packet(1)>/<packet(2)><space><amount><space><total>
    SELECT name,
           REGEXP_SUBSTR(first_part,'.+[[:space:]]',1,1) brand,
           REGEXP_SUBSTR(first_part,'[^[:space:]]+/',1,1) || REGEXP_SUBSTR(second_part,'[^[:space:]]+[[:space:]]',1,1) packet,
           REGEXP_SUBSTR(second_part,'[^[:space:]]+[[:space:]]',1,2) amount,
           REGEXP_SUBSTR(second_part,'[^[:space:]]+$',1) total
    FROM
      (SELECT trim(name) name,
              trim(substr(name,1, instr(name,'/'))) first_part,
              trim(substr(name,instr(name,'/')+1)) second_part
       FROM test )
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Multiplex single row into multiple rows

    Hi guys,
    could you please help me with preparing a select statement.
    Table sales:
    product name transaction
    x laptop 3
    y mobile 2
    z charger 4
    consider we have the table structure as above.
    i need a select query, that gives the result as below
    product name transaction
    x laptop 1
    x laptop 1
    x laptop 1
    y mobile 1
    y mobile 1
    z charger 1
    z charger 1
    z charger 1
    z charger 1
    here the ransactions are divided into several records based on the transaction.
    Thanks
    Karthee

    Hi Karthee,
    Welcome to the forum !!!
    Try this...
    with xx as(
      select 'x' p,'laptop' n,3 t from dual union all
      select 'y' p,'mobile' n,2 t from dual union all
      select 'z' p,'charger' n,4 t from dual
    select t1.p ,t1.n, 1 from (
       select p,n,row_number() over(partition by p,n order by p) rn from xx
         connect by level<=t) t1, xx
    where rn<= xx.t and xx.p = t1.p;gives
    o/p =
    x     laptop     1
    x     laptop     1
    x     laptop     1
    y     mobile     1
    y     mobile     1
    z     charger     1
    z     charger     1
    z     charger     1
    z     charger     1Ranit B.
    Edited by: ranit B on Nov 24, 2012 9:30 PM
    -- added o/p

Maybe you are looking for

  • Getting a mighty mouse need help

    Hey everyone I'm getting a mighty mouse and I read something about needing a software cd to set it up . It doesn't come with a cd . I have 10.3.9 would it work (ie without any of the special features ) like a regular mouse only in bluetooth ? I ask b

  • ORA-06502 in the Tree Report

    I am encountering the following error on my Tree report occasionally. "Unexpected error ORA-06502: PL/SQL: numeric or value error: character string buffer too small". Apex version 3.x (I think not sure), Database 10.1.0.4 I have noticed that I can ke

  • Is there a Maxint in Java, as in C?

    Is there a Maxint in Java, as in C? Please tell me, because I couldn't find it :(

  • B2B File Delivery channel

    Hi, I was trying to configure a trading partner with FILE as Deliverychannel on a WINDOWS MACHINE . Few challenges I am facing while doing this are - 1. Though i specify the hostname in the TRANSPORT settings, the endpoint URI in the log file always

  • Edit HDR in Photoshop

    I recently upgrade to Lightroom 5.7.1 and have noticed that when I am trying to create an HDR image using the "Photo->Edit In->Merge to HDR Pro in Photoshop" no longer works. Photoshop will launch but the images do not appear and no HDR merge process