How to use coditions where there are more than two options

I have a slide that gathers information from the user and
then makes decisions based on the values entered. On one slide i am
using the combo widget and listing 'Basic', 'Intermediate' &
'Advanced'. What I was hoping to do was use the Coditional
Structure as follows:
1. If Basic was selected goto slide BasicQuickQuiz
2. If Intermediate was selected goto slide
IntermediateQuickQuiz
3. If Advanced was selected goto slide AdvancedQuick Quiz
I can make this work for Basic or Intermediate, but I cannot
see how (or even if) I can have a multi level IF statement.
My work around was :
1. On a button added the logic:
If Basic, then got BasicQuickQuiz otherwise goto
IntermediateQuickQuiz
2. On Slide Enter event on IntermediateQuickQuiz:
If Intermediate then continue, otherwise goto slide
AdvancedQuick Quiz
This works, but seems clumsy - is there any other way this
could be achieved?
Tim

What I was hoping to see was the ability to create multiple
Else If statements within the one condition. I have changed this
now to add two Conditional Statements one after the other, but
still find this functionality to be lacking.
I will log a feature request to add a Select Case / Switch
style of fuction to this group.
However, given that this is new I am can live with the
workflow (for this version of Cp anyhow!!)
Tim

Similar Messages

  • Importing From Excel file will not import assignments correctly where there are more than one assignment per task

    I am trying to import an excel file ... see below.   It appears if you select both Tasks and Assignments tables it will not allow you to do this, says file is not in a project recognized format.  So I import Tasks tab first then run the
    wizard again and import the assignments tab while selecting merge with project option.   This works with one exception:
    If there are more than one assignment per task.  It does not merge in the 2nd assignment, only the first.
    Is there a way to import a task with 2 or more assignments?
    Background
    To figure out what the format for the file needed to be, I started with a MPP file and from project saved as Excel and selected the "Project Template" file.  Now I am trying to import that XLS to see how it works
    ID
    Active
    Task Mode
    Name
    Duration
    Start
    Finish
    Predecessors
    Outline Level
    1
    Yes
    Auto Scheduled
    DS001
    3 days
    June 17, 2014 8:00 AM
    June 19, 2014 5:00 PM
    1
    2
    Yes
    Auto Scheduled
    MT001
    3 days
    June 17, 2014 8:00 AM
    June 19, 2014 5:00 PM
    2
    3
    Yes
    Auto Scheduled
    CT001
    1 day
    June 17, 2014 8:00 AM
    June 17, 2014 5:00 PM
    3
    4
    Yes
    Auto Scheduled
    CT002
    2 days
    June 18, 2014 8:00 AM
    June 19, 2014 5:00 PM
    3
    3
    5
    Yes
    Auto Scheduled
    DS002
    1 day
    June 20, 2014 8:00 AM
    June 20, 2014 5:00 PM
    1
    6
    Yes
    Auto Scheduled
    MT002
    1 day
    June 20, 2014 8:00 AM
    June 20, 2014 5:00 PM
    2
    7
    Yes
    Auto Scheduled
    CT003
    1 day
    June 20, 2014 8:00 AM
    June 20, 2014 5:00 PM
    4
    3
    Task   Name
    Resource Name
    % Work Complete
    Work
    Units
    CT001
    Engineer1
    0
    8h
    100%
    CT002
    Engineer2
    0
    16h
    100%
    CT003
    Engineer1
    0
    8h
    100%
    CT003
    Engineer2
    0
    8h
    100%
    Andrew Payze

    Andrew,
    I did a quick test using your example although I didn't include the Predecessor or Outline Level fields to keep things a little simpler. I imported the Excel data into a new Project file with a single import of task and assignment data. It is very important
    to set up the Excel Workbook correctly. On Sheet 1 I entered the task data (Name, Duration, Start). I did not include the ID or finish date as that is redundant - Project generates its own ID and will calculate the finish date based on the start date and duration.
    On Sheet 2 I entered the assignment data basically just as you show it except I didn't include the Units.
    The data imported as expected.
    John

  • Need an approach regarding reporting for a one-to-many primary-child relationship, where there are more than three child objects for a primary object for reporting purpose

    Business Scenario- We have a parent organization with 6 different Business Units.One BU requires 9 stages for for Opportunity(Tender) Tracking.The client requirement is to show the basic details of the tender at the header level and to show details specific to individual sales stage as different tabs.There will be multiple opportunity members added as opportunity team and will be responsible for capturing details specific to individual sales stage(tab). The Tab should be enabled and disabled based on the role. Reporting is required against each stage with specific fields of child objects against each opportunity.
    We created multiple children entities under the oportunity(one to many mapping) but we are unable to add more than 3 child objects for a primary object for reporting purpose.
    Kindly suggest what needs to be done to meet the requirement

    Can you provide the exact steps you took to  "created multiple children entities under the oportunity" ?
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • I have "upgraded" from Pages 2.0.2 to Pages 5.5.3 and can no longer customize my line spacing. Does anyone know if there are more than 4 options for line spacing?

    Is it possible to customize line spacing in Pages 5.5.3? My previous Pages 2.0.2 allowed me to choose spacing in 0.1 increments, but as far as I can tell Pages 5.5.3 only offers four options. Very limiting for creative documents.

    Hi Margaret,
    Does this work for you?
    And 0.6
    Or 1.6
    Please call back if this does not help.
    Regards,
    Ian.

  • Joining 2 related records using PL SQL in Apex - Problems when there are more than 2 related records?

    Hi
    I am combining 2 related records of legacy data together that make up a marriage record.  I am doing this in APEX using a before header process using the following code below which works well when there are only 2 related records which joins the bride and groom record together on screen in apex.  I have appended a field called principle which is set to 'Y' for the groom and 'N' for the bride to this legacy data
    However there are lots of records where in some instances there are 3, 4 , 5, 6 or even 1 record which causes the PL/SQL in APEX to not return the correct data.  The difference in these related columns is that the name of the bride or groom could be different but it is the same person, its just that from the old system if a person had another name or was formally known as they would create another duplicate record for the marriage with the different name, but the book and entry number is the same as this is unique for each couple who get married.
    How can I adapt the script below so that if there are more than 2 records that match the entry and book values then it will display a message or is there a better possible work around?  Cleaning the data would be not an option as there are thousands of rows of where these occurrences occur
    declare 
         cursor c_mar_principle(b_entry in number, b_book in varchar2) 
         is 
              select DISTINCT  id, forename, surname, marriagedate, entry, book,  formername, principle
              from   MARRIAGES mar 
              where  mar.entry   = b_entry
              and    mar.book = b_book
              order by principle desc, id asc; 
         rec c_mar_principle%rowtype;
    begin 
    open c_mar_principle(:p16_entry,:p16_book)  ;
    fetch c_mar_principle into rec;
    :P16_SURNAME_GROOM   := rec.surname; 
    :P16_FORNAME_GROOM   := rec.forename;
                   :P16_ENTRY := rec.entry; 
                   :P16_BOOK :=rec.book;
    :P16_FORMERNAME :=rec.formername;
    :P16_MARRIAGEDATE :=rec.marriagedate;
    :P16_GROOMID  := rec.id;
    fetch c_mar_principle into rec;
    :P16_SURNAME_BRIDE   := rec.surname; 
    :P16_FORNAME_BRIDE   := rec.forename;
                   :P16_ENTRY := rec.entry; 
                   :P16_BOOK :=rec.book;
    :P16_FORMERNAME :=rec.formername;
    :P16_MARRIAGEDATE :=rec.marriagedate;
    :P16_BRIDEID  := rec.id;
    close c_mar_principle;
    end;

    rambo81 wrote:
    True but that answer is not really helping this situation either?
    It's indisputably true, which is more than can be said for the results of querying this data.
    The data is from an old legacy flat file database that has been exported into a relational database.
    It should have been normalized at the time it was imported.
    Without having to redesign the data model what options do I have in changing the PL/SQL to cater for multiple occurances
    In my professional opinion, none. The actual problem is the data model, so that's what should be changed.

  • There are more than 70 new iPhones in boxes have been stolen so there are ways to locate them please ur support urgent

    There are more than 70 new iPhones in boxes have been stolen so there are ways to locate them please ur support urgent

    i have informed the police but they said the device could
    be tracked  if it turn on  by its depend on serial numbers
    Re: There are more than 70 new iPhones in boxes have been stolen so there are ways to locate them please ur support urgent 

  • Bug? My events on the iPad iCal app aren't shown in the year view if they are more than two years in the future.

    My events on the iPad iCal app aren't shown in the year view if they are more than two years in the future even though I can see them on the month, week and day view. Any suggestions on how to fix it? I've tried it all. I called the apple support and they checked on their iPads. They all did the same and they couldn't help me. They suggested trying this way. I'd like to be able to plan a few years ahead and the year view would make thing so easy!
    Is this a bug?

    Go to the Home screen and double click the Home button. That will reveal the row of recently used apps at the bottom of the screen. Tap and hold on the app in question until it wiggles and displays a minus sign. Tap the minus sign to actually quit the app. Then tap anywhere on the screen above that bottom row to return the screen to normal. Then restart the app and see if it works normally.
    Then reboot your iPad. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider until the Apple logo appears. Let go of the buttons and let the iPad restart. See if that fixes your problem.

  • I updated my ipod but then all my music deleted, could you please help me figure out how to redownload it? there was more than $100 worth of songs on there.

    I updated my iPod Touch but then my computer crashed while it was updating and all my music deleted, so i would like to know how to redownload all my music just this once because there was more than $100 dollars of songs on there and its pretty unfair if ithere isnt a way redownload all that. and i did try backing up my ipod before updating but i cannot find the back up on my computer.

    How to redownload purchased apps from the App Store

  • Top N Chart where there are less than N series'

    Post Author: acarey
    CA Forum: Charts and Graphs
    Hi guys,
    I'm using CR XI R2.
    I've got a report with a bar chart displaying the top 10 delays for peices of equipment. It works great but I have a display issue when there are less than 10 delays.
    For instance, on my top 10 chart for a certain day, there are only 2 delays and it stretches the columns to take up the entire chart. I would like them to display as if there were 10 delays, ie have a fixed width.
    Is there a way to enforce this?

    Post Author: Dan3D
    CA Forum: Charts and Graphs
    Are you doing a horizontal bar chart or a vertical column chart?

  • How to use BootCamp if there are allready few partitions

    Hello!
    I've been using my iMac for about a year now. And I do need 3 partitions on my HDD. I cannot work with only one. Now i have to install Windows on my machine I've tried to do it with BootCamp, but it says, that i have to have only one partition. Is it the only way? Or can I somehow do it on my self. I mean, i have now 4 partitons, one of which is FAT and actually ready for installing Windows. I've got those extra-files on a USB-thumbdrive provided by the BC-Assistent and i've got the Windows-DVD. Please tell me how could i install it.

    Successful setup of OS X Lion + Data Partition + Bootcamp Win7
    https://discussions.apple.com/thread/3293948
    Yes, I have got the same problem that Windows 7 destroyed the OS X partitions. After installing on 4 Macs I found the clue why Windows destroyed the OS X partitions: You cannot have a disk with more than 4 partitions in Windows 7 because it is booted via the MBR partition table. And I had five partitions:
    Install OS X Lion on a single partition hard drive.
    Delete Recovery Disc from Lion OSX over the terminal, Boot DVD or whatever u wanna use (Partition is around 600 Mb)
    Run Bootcamp Assistant.
    Made a 100GB Bootcamp partition for Windows.
    When prompted for install disc, STOP installation and quit Bootcamp.
    Launch Disk Utility. Look at the 2 partitions.
    Shrink Mac OS X partition to 100GB.
    Click on + to create a 3rd partition in free space.
    Quit Disk Utility.
    Insert Windows 7 installer DVD and restart Mac.
    After the startup chime, hold down OPTION key.
    Wait a while until the Windows 7 DVD appears and select it.
    Mac should start up from DVD. Start installing Windows 7.
    Format the Bootcamp Partition with NTFS Fileformat (when prompted where to install Windows 7, otherwise u can't select the Drive).
    Continue until finished.
    Load Bootcamp drivers with Mac OSX Snow Leopard DVD (Bootcamp is not on the burned Lion DVD) or download them and burn them to DVD.
    When finished, restart and log into Windows 7.
    Continue installing your applications. Do activations.
    When finished, restart, holding down the OPTION key.
    You are done. You should now see your OS X Lion and Win 7 partitions.
    Install OS X Lion on a single partition hard drive.
    Run Bootcamp Assistant.
    Download drivers for Mac and burn to CD.
    Make 60GB Bootcamp partition for Windows.
    When prompted for install disc, STOP installation and quit Bootcamp.
    Launch Disk Utility. Look at the 2 partitions.
    Shrink Mac OS X partition to 100GB.
    Click on + to create a 3rd partition in free space.
    Split that partition into however many other partitions you want.
    Quit Disk Utility.
    Insert Windows 7 installer DVD and restart Mac.
    After the startup chime, hold down OPTION key.
    Wait a while until the Windows 7 DVD appears and select it.
    Mac should start up from DVD. Start installing Windows 7.
    Continue until finished. DO NOT connect to internet.
    Load Bootcamp drivers CD that you burned and install.
    When finished, restart and log into Windows 7.
    Continue installing your applications. Do activations.
    When finished, restart, holding down the OPTION key.
    You are done. You should now see your OS X Lion and Win 7 partitions.
    Again, the key is creating your extra partitions AFTER you make the Bootcamp partition but BEFORE you install Windows. And once Windows is installed you CAN NOT make any modifications to any partition.

  • There are more than 1000 users using query based on sales group and sales ?

    Hi all,
    for a project activities sales group need to have authorization object? but if they make the object authorized and moved to production, all the other 1000 users gets effected to this changes since they dont have access to it.
    Can anyone let me know how to handle this?
    let me explain in detail,
    there are different markets like india, china, hongkong , south east asia,
    for a particular project, only south east asia people needs to have authorization on sales group . but there are 500 users in south east asia, so once changes is moved it will affect the existing users too?
    So can anyone advise me how to handle this?
    Thanks

    HI Pooja,
    Create roles as per authorization you have to give to users.
    Create user groups - for different users depending on the countries where they belong - as you mentioned users belong to India,
    China,
    Hongknog,
    South east asia
    Eg, Create 1 role and give auth object for south east asia users. If you want to give particular authorization to 1 user only from among 500 users. create 2 roles with different authorizations and assign accordingly.
    Regards,
    Chitra

  • How to use "URLConnection" in sessions with more than one screen??

    Hi,
    Requests can be sent to http servers using "URLConnection" objects. The responses can be parsed via their InputStream; so far so good...
    Question is:
    What can I do when I want to send a request to a server where there is first a log-in screen and only then there is the desired screen where the real request should be sent?
    Since the REAL request cannot be directly sent without the authentication check first, I need some kind of "context" or session in which I may make some consequent actions... Sending an independent request using a diferent URLConnection just won't do since I'm unauthorized via the second connection!!
    Generally, I need a way to send consequent requests where the second request may be sent only if the first request authenticated me...
    How can I do that? (Hope my question is clear...)
    --Amir.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Well, you will have to deal with the cookies or however the server knows you are authenticated. Personally I prefer to use something like Apache HttpClient rather than dealing with icky details like that on my own.

  • How to use left outer join on more than one table (source)

    Hi all,
    In our project we are converting the Unix shell & SQL scripts into OWB mappings. We are facing problem converting left outer join in OWB. here is one of the example. i have just pasted the FROM and where condition.
    FROM ym_scr t1, branch_finmonth t3
    LEFT OUTER JOIN item_image t2
    ON (t1.branch_no = t2.branch_no
    AND t1.item_no = t2.item_no
    AND t3.to_date between t2.tran_dt and t2.to_dt
    AND t2.to_dt >= '$start_images' ) <<<========= '$start_images' THIS COMES FROM THE UNIX VARAIBLE ,
    We converts the same when we are putting it in OWB join Operator
    INGRP1.branch_no = INGRP2.branch_no(+)
    AND INGRP1.item_no = INGRP2.item_no(+)
    AND INGRP3.to_date between t2.tran_dt and t2.to_dt
    AND INGRP2.to_dt >= INGRP2.start_images
    But as you see in the OWB opreator we can put left join with INGRP1 with INGRP2.
    We can not make same join with INGRP3 & INGRP4 , becoz it failed saying "you cannot left outer join on more than one table/source".
    so overall this OWB code makes incomplete left outer join as per the above ANSI SQL join in Oracle.
    Bcoz of the problem we are getting less number of rows...........
    SO please please help me on this
    Regards
    Ashok

    Hi.
    I know this topic is here for a while now, but I had the same problem today, searched for help and didn´t find anything.
    Later I figured out how to do this.
    You just have to put the (+) one time, and the OWB converts in an LEFT OUTER JOIN statement.
    For this case, all you have to do is:
    ( INGRP1.branch_no = INGRP2.branch_no(+) AND INGRP1.item_no = INGRP2.item_no AND INGRP2.to_dt >= INGRP2.start_images )
    Regards,
    Godoy

  • How to use the stock locators for more than one subinventory

    Hi,
    We are working in Oracle Applications 11i.
    We have 4 different inventory organizations. Each with one main subinventory. One of those inventory organizations MWN has a subinventory defined with stock locators. The other three have their subinventories not defined with stock locators.
    Now, correct me if I'm wrong please, I cannot define a stock locator for an existing subinventory while there are onhand items in that subinventory.
    So, We will define new subinventory(for each inv org) with stock locators and then do a subinventory transfer to the new relevant new subinventory organization.
    The next point is: the user requests to use the same stock locators for the 4 inventory organizations. is this possible?
    thank you...

    We had the same issue recently.
    Users wanted same locator in the same org under different subinventories.
    We suggested 2 solutions
    1) Make the 1st locator segment=subinventory name (e.g. East.A.3.10, West.A.3.10)
    2) Add a character to the first locator (e.g. EA.3.10, WA.3.10)
    They picked up the 2nd option.
    Hope this helps
    Sandeep Gandhi
    Omkar Technologies Inc.
    Independent Techno-functional Consultant
    513-325-9026

  • ITune Album Artwork issue - There are more than one for a song

    Hi,
    I've done this before....having a couple of artwork for one song. It was back when I used iTune 3 or so. Now that I'm using iTune 7. I can't seem to find a way to add more than one artwork to a song. I tried the iTune's help, which says I can just drag another artwork into the song's artwork box. But, that would replace the artwork I had earlier.
    Anyone knows a way to add more than one artwork to a song? I'm using 10.4.9 if that helps.
    Thanks,
    DFguy.

    Hi guys,
    Thanks for the advice. I tried both in file info and the artwork box (while playing the file) and they both work. I sware to god that they both did NOT work before. That's why I had to post this stupid questions. I don't know why it didn't work before. Maybe because I selected the artwork that's already there? Anyway, now that this issue is solved, I'm very happy!
    Thanks again,
    DFguy.

Maybe you are looking for