Branch to different pages of a SINGLE button, click

Hello

I have a home page with several boxes and a button, 'run the report '. According to on the user's selection, I will get 10 different combinations. Each combination will lead to another page. So I need to send the user to 10 different pages according to the combination that he chose click of a button "Run report" at the end of the landing pages. How can I achieve this?

I tried to do by creating 10 branches with target to different pages & names different 'request' 10. Then I called a javascript function when the button "run report". In javascript, I used the function 'doSubmit (pRequest)' API JavaScript with the name of 'request' in the industry, I have created. But somehow, I'm missing something. I couldn't make it work.

Is there another way to do this? Any hint is appreciated.

Thank you
Booth.

Consider using a branch of the type 'Creates a branch to the Page identified by Item(Use Item Name) Page'. Fill out the Page element for the required page given the choices of the user id.

CITY

Tags: Database

Similar Questions

  • Can FrameMaker to create several Master Pages with sizes different pages in a single file of FM?

    Can FrameMaker to create several Master Pages with sizes different pages in a single file of FM?

    N °

    You must break your content between files and use the book feature to apply numbering to make look it seamless. Sometimes, if you can, re - organize the content so that all oversize pages come at the end of a chapter/file makes it easier to manage a such split files in the book.

  • How to print different pages on a single sheet?

    Hello world!

    I am a student and just got my first MacBook.

    Because I print a lot of scripts for uni, I used to print 4 pages on a sheet of paper to secure money.

    How can I do this on my Mac? I haven't found how to print multiple copies of the same page on a single sheet.

    Thank you very much!

    Lucylike

    What app do you use?

  • Two Select lists with Submit single page branching to different page each?

    Hi all

    I have a page (No. 1) with two 'select list with Submit"(A and B). This page contains also two branches defined. I want to realize that the first list selection with present (A) would always use the first branching (at page n ° 2) and the select list a second with the submit (B) would use the second fork (at page no. 3).

    How can I achieve this? Y at - it a tutorial describing lists of selection and the ramifications?

    Thank you for your time.

    Daniel

    When the selection list submits the page, the value of "motion" is the name of the selection list item. So all you need to do is add a condition to each Directorate-General: Request = Expression 1 and enter the name of the element (top) in the field of 1 the condition Expression.

    Scott

  • Creation of width different pages in a single document in InDesign CS3

    Hi all

    I'm working on a 8.5 x 11 brochure (17 x 11 flat). The cover has an extra 4 "Rabat. I can't get the app to create this cover page as a larger size of the page while leaving the other pages to 8.5 x 11.

    Any suggestions?

    Thank you!

    D.

    http://www.DTPtools.com/product.asp?ID=PCID

    Bob

  • Two actions of a single button-click

    Hi all
    I have a button I want to do two things. When I test the movie I have to click the button twice to make two things happen. Is my machine on drugs, or is there something that I am missing? Here's where I use the button.

    on (release) {}
    gotoandStop (2)
    }
    on (release) {}
    holder_mc.loadMovie("my_movie.swf",1);
    }

    Thanks for any help,
    Mike

    Yes, it worked perfectly. Thanks for the basic lesson.

  • Conditional branch after the page

    Hi all

    I have a page where I have to present and process elements and page (insert and update the database) then branch to a specific page that the button has been pressed. I have 4 buttons and each button has to go to another page, each button must also submit page and process data (thanks to a process of Apex DML and passing 'SAVE' demand to each button). the problem I have is no matter what button I press the "app to the first domestic branches. I have 4 branches set to run after the process. Each branch should go to a different page depending on the button. In each branch I made the conditional branch based on the key.

    APEX seems to ignore the condition (in Debug) button it says unconditional, even if the button is definitely conditional.

    I'm under Apex 4.2.2

    It seems that when passing to a request to 'SAVE' Apex all the buttons to this request in the same way? Whatever the button has been activated?

    Any ideas or alternatives?

    Thank you

    Andrew

    Hi Andy,.

    I didn't know all of your buttons send the same request, so it is normal that your different branches spoil, because your process and your branches looks like demand that sends your button and not the label of your button. You will need to make sure that each gives a different request.

    Kind regards

    Joni

  • column of a link with the ability to send the user on several different pages

    using apex 4.0

    In my example:
    User: Secretary for a large company in charge of the HR database, enter new employees, reorganizing the employees, managers, etc.).
    Employee: A person working for the company whose information is in the database.

    The problem: my client wants the data divided into several subcategories, so, for example, it would be like sales, managers, etc., using the human resources database. The main page of this project contains a table that lists all the company employees, low to high. There is a column of navigation with several links to predefined reports filter that filters data on the question whether the employee in the database is a seller, Manager, etc.. If the user clicks on the link change, it will take them to a page master detail where the upper part is general information and background tasks of the employee. The problem is that, according to his level, there may be additional details that the user will want to change, such as if the employee is responsible for, the user will also want to see another table a list of employees by the Manager. There is also a second level of managers who will have a table of managers of this person manages. The dream is that there is a list of links above the tabular presentation, which will allow the user to choose what table they want to see. I thought about the following:

    1. create several copies of the home page, one for each subcategory, so that she will be the link change correct.
    Positives - Simple, easy, I know how to.
    Negative - would like it to appear on the same page, such that if the user deletes / adds a column in a single page, this change would occur on all other pages. I also have to make the same changes on several pages, one is required.

    2. create a text field hidden on the page that records the last link, what they clicked. When the user clicks on the link change, some kind of javascript selects the right page to go to in view of what is in the box.
    Positives - seems simple enough, but I have not tapped into javascript a lot
    Negative - not for sure if it is even feasible, would need help

    3. create a subpage of master-detail, that holds all the necessary tables and hide those that are not. When the user clicks on a link, the link triggers the current table to hide and another to appear.
    good points - all in the same place, that one page to link to main page
    negatives - it would require at least 5 tables on one page and I do not know how the apex would like that. I also don't like the idea of the page calling itself when the user is looking at senior managers and to display a lower Manager / employee.

    4. a creative method / useful / incredibly simple bore by a user of this forum.

    Because I'm in a very short, customer review period next week, I implémenterai #1 because it is the easiest and most straight forward, but I would like to know your thoughts to make much cleaner.

    Published by: rabbitman June 4, 2012 08:07

    I don't know if it's the best way to accomplish what you want, but it worked for me.

    Change the link in the column to specify the following for a target URL, where EMP_NO and EMP_TYPE are columns of the report.

    JavaScript:apex. Submit('#EMP_NO##EMP_TYPE#')

    In the processing of the page after several branches to different pages depending on the type of employee. For example,.

    Branch to Page 2: Condition = instr (: REQUEST, 'SALES') > 0
    Branch to Page 3: Condition = instr (: REQUEST, "MANAGER") > 0
    Branch to Page 5: Condition = instr (: REQUEST, 'PRÉSIDENT') > 0

    Since the: APPLICATION also has the EMP_NO, you can use this to set the value of the EMP_NO for the target page, pull up to the employee's file.

    Natasha

  • Add a button to print with Java Script to print different Pages differently

    Hello

    I'm doing a form and most is done and now I want to be able to print two pages but on different printers, I have one that must be printed on a standard A4 printer and another who needs to go to a label printer. I have two names for printers and I tried something, but he just never did anything (this is suggested by adobe I think?)

    pp var = this.getPRintParam ();

    var printamount = this.getValue ("Quantity_Boxes");

    pp.printerName = "Zebra ZTC GK420t Technologies";

    pp.firstPage = 3;

    pp.lastPage = 3;

    pp. NumCopies = 2 * printamount;

    This.Print ();

    I tried without the first and last page and nothing happens, I use a shared printer that works when I do cmd + P, which is the name of the printer complete iMac of Zebra Technologies ZTC GK420t @ user. (I tried also to put the full name in aswell)

    This is just to test a page so far but there at - there no way that a single button will be able to print 2 different pages for 2 different printers?

    If anyone knows how this would be a great help!

    Thank you

    Bruce

    TSN's right. You've also used a nonexistent function (getValue), and this one is misspelled (it should be getPrintParams)... Where did you get this code?

  • a single audio file are available on different pages?

    I have an audio file in my paper that gets read at different points of navigation via buttons. The problem is that I have to put that audio file on each page (this is a transcript of the audio), because it cannot access the audio buttons on the same page. So instead of a single file, which can be accessed at different points of reference on each page, I have to place this file on each page so that it playable from any page. I tried to put the audio file on a master page, but the buttons could not find when you create an action; the audio should be placed directly on the page. Any ideas? I want to access the same file from different pages and want the file incorporated, not separated from the document.

    Unfortunately, in the last version of InDesign, buttons can only trigger objects on the Board even in my tests.

    I believe that in earlier versions of InDesign (CS4 and earlier?), buttons could trigger objects on other pasta spread as well. Engineers may have found problems in doing this and added to this restriction.

    You're really pushing the limits of technology, and I'm running out of ideas to suggest.

  • I use Windows 7 and I am not able to print several different images on a single page.

    When I try to print photos from the 'My pictures' library, I use the following steps:

    1. turn the photo highlight

    2. click on 'print '.

    3. in the window that says: "How do you want to print your photos? I choose the number of photos I want per page, for example 3 x 5.

    4. when I try to add a picture DIFFERENT from my library so that I can print several different photos on this page of photos of 3 x 5, it simply replaces the previous photo. How can I get there?

    Thank you.

    Original title: I use Windows 7 and I am not able to print several different images on a single page. The answer posted here from 8/11 includes a link that does not work.

    Hello

    Welcome to the community of Microsoft and thanks for posting the question. I've surely you will help find a solution on the issue.

    What program you want to use?

    We will try to print in a different way and check.
     
    Open Paint and then do a collage of different photos then save it then open it in their program and print.
     

    To print the image in Microsoft Paint, steps to follow:

    a. Click Start, in the search box, type in the paint.

    b. open the document you want to print.

    c. select print and check.

     

    With the help of paint

    http://Windows.Microsoft.com/en-us/Windows7/using-paint

     
    Hope this information helps. Please reply back with the
  • I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?

    I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?   using DreamWeaver CC

    Among the contributors here has a nice page explaining how to do what you want, using css.

    Indicator of persisting in the Menus - Page http://alt-web.com/

  • Show/hide the buttons of different page

    Hi all

    I was responsible for creating an interactive PDF of several page which is basically a questionnaire. Each page will have one question with the results of all issues gathered in a table at the end. Ideally, I would like to answer each question to send to a cell in a table but I can't find a way to get there, so my solution was to use radio buttons to select the buttons for results and responses. I had planned to assign an action show/hide radio buttons to reveal the answer on another page. During testing I ran into a problem when you configure the action show/hide, it allows me to select a show/hide button, unless its on the same page as the option button! Does anyone know if there is a solution to this? If someone can not advice me how I build such a feature?

    Thanks in advance,

    JS

    In Indesign, you will need to install the buttons in response to the same page as the radio buttons for the construction of all hide / display the activations. It's the only way you will be able to set these properties. Once you have completed and tested, you can now move the buttons in response to another page. Option buttons to activate hide/show buttons to answer to a different page. I have a test file that shows, if you want, I can send it to you.

  • Link conditional branching to two different pages, based on another column

    Hello

    I have a sql report in which 1 column is a link. I want to link to two different pages depending on the value of another column.

    Example of

    the sql is

    Select a, b, c
    x;

    The link on column b must create a branch to the 500 page if c = 1 and on page 501 if c = 2.
    Is it possible to do? Thank you.

    Suni

    Can assign you points then accordingly...

    Thank you

    Tony Miller
    Webster, TX

  • How I branch to a Page of the APEX in an another Page of APEX, without button?

    Hello

    I have an APEX Page, Page 11, that contains an HTML element, then a region of PL/SQL. I want that all the code in PL/SQL region (who calls various procedures side Server package) to run completely, after which, I want to create a branch to / call Page 14.

    I want this branching/call take place automatically, i.e. WITHOUT the user to press a button "submit". Is this possible? If so, how do you?

    See you soon.

    James

    James:

    It has just occurred to me this mod pl/sql does not empty the http pl/sql mod had relied on stream until after the stored procedure is finished. Since the region HTML display, call your procedures on server side, the call to owa_util_redirect etc are all part of a larger APEX procedure (P), you end up seeing the behavior you do.
    How the user can't page 11? I think that you need to do is to show the progress bar image before arriving at page 11.

    CITY

Maybe you are looking for