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

Tags: Database

Similar Questions

  • I have two different pages on my Facebook account but you can only post photos on my private account.

    I have two different pages on my Facebook account but you can only post photos on my private account. How do you do if you want to share your photos of my other pages.

    < re-titled by host >

    Use the uploader on Facebook to upload photos to your other account. You can open the library of Photos from the web browser using the media browser. In the file selector, when you download image files, scroll down until you see 'Media' in the sidebar. Click on the camera icon, then select your photo library.

  • view the code for two different pages at a time

    HI - in other editors I've used I've always been able to implement the code for two different pages so that I can watch side by side to compare. I can't find a way to do this in Dreamweaver. Anyone know if this is possible?
    Thank you

    Found. Always after asking for help! This is the "cascade" in the Windows menu.
    Thanks anyway!

  • How do column filter based on another column

    In my report, I have column a thru d. I would like to create a filter based on another column where column is column B. I can enter a value that the column cannot be equal to, but I would use a column instead of a value.

    Thank you.
    Jonathan

    Try this: icon on the filter columns->-> convert this advanced filter for SQL
    You can reference any other column

    BTW: Have you had a chance to look at my suggestion for your post
    Tables from a Table

  • Delete based on another column dublicate records

    How can I remove duplicate records, based on another column.

    the table structure
    CREATE TABLE IA_EXPORT_LEVEL
    (
    A_NO VARCHAR2 (22 BYTE),
    IM VARCHAR2 (18 BYTE),
    ctn_level NUMBER (2)
    )

    reviews
    A_NO IM ctn_level

    S1 S1 1
    S1 M1 2
    S1 h1 3
    H2 S2 1
    S2 h2 2
    S3 h1 2
    S3 h1 3
    S4 h6 4
    S4 h6 5

    I want to delete all records other than the minimum value of the ctn_level

    output should like below
    S1 S1 1
    H2 S2 1
    S3 h1 2
    S4 h6 4

    Published by: OraFighter on December 16, 2011 13:44
    DELETE FROM IA_EXPORT_LEVEL where rowid IN
    (select rid from
    (select rowid rid, row_number() over (partition by A_NO,IM order by ctn_level) rn from IA_EXPORT_LEVEL )
    where rn > 1 )
    /
    

    Hope your question.

  • Get the cumulative values in a single column based on another column in reports

    Hi all

    I have a requirement to get cumulative values based on another column.
    I 'Sales rep name' in the first column.
    Correspondent "Values of the invoice line" in the second column.
    Want to have cumulative of all the values for each sales invoice line.
    Then apply rank and display the top 10 sales reps based on invoice lines.
    Since there is no rank option in the PivotTable, I do this in the report table.

    Looking for the best entries...

    Thanks in advance...

    Try below
    2nd column: "name of Sales rep.
    column 2: SUM ("invoice line values ' BY 'Name of Sales rep'") and sort this field desc.
    3rd column: fx RANK (SUM ("invoice line values" BY "Sales rep name")), to hide this column, so that you don't confuse your users.

    and put the filter on the 3rd column below 5

    I hope this works for you

  • Redirect to different pages based on the value of linked report table

    Hello

    I wanted to navigate to different pages of a report link based on a value from the table on which the report is based. I was able to link to a particular page without any problem.

    But I wanted to link to different pages depending on the value in the table. Please let me how can know I do this?

    Thank you

    Kaminey wrote:
    I use Apex 4.2 and my report is a classic.

    If I click on empID in a classic report, now it redirects to page 1. Now what I want to do, if I click empID, if his role as MANAGER he should redirect to page 2 and fill out the form on the page with the details of the employee. The role of the employee is ANALYST should redirect to page 3 and fill in the form on the page with its details

    This approach makes maximum use of the APEX has standard and minimizes the extra programming.

    1. If it is not already included as a displayed value, include the role column giving the value of MANAGER/ANALYST as a hidden column in the report.

    2. create the link in the column on the EmpID column, with the target of the link on the same page as the report and ask the role column value (for example #ROLE #).

    3. on the page of the report, create a On Load: front branch to page 2, with an request = Expression 1 condition with 1 Expression defined for the MANAGER.

    4. on the report page, create a On Load: front branch to page 3, with a Request = Expression 1 Expression 1 ANALYSTvalue condition.

  • Redirect to 3 different pages based on the value of the Auto complete field.

    Hi friends,

    I use a "Auto complete field" in a page for research (Apex version 4.0). But I need to get the values of the 3 tables and when you click on the redirection of the value to one of the 3 pages based on the value.

    For example, I have 3 tables. 1 customer 2 Sites 3.Employees. When I enter "c" in the search field, I need to get values of 3 tables in this area "AutoComplete". That is to say, if I have a customer with the name "cusotmer1", "customer2" and the location with the names of "cisc1", "cisc2" and employees with the name "cid1", "cid2"; When I enter "c" in the FQDN of the auto all 6 values must be given in the "AutoComplete" box and clicking on "customer1" / "customer2" need to redirect to the 'customer' page When you click on 'cisc1' / 'cisc2' redirect to 'site' when clicking on "cid1" / "cid2" redirect to the page of the employees. Is there a way to do this. Help, please.


    Kind regards
    NAV

    Net asset value,
    Here is a sample page that uses the code I proposed works fine for me with FF and IE (8.0).

    http://Apex.Oracle.com/pls/Apex/f?p=18:3

    Note: I've added a warning message before being submitted

    This page works by your side?

  • A target table is in charge of two different sources but the same columns, but a source is one database and another in a flat file.

    We all hope you are doing well.

    I have a business problem to implement in ODI 11 G. It's here. I'm trying to load a target table from two sources that have the same column names. But a source is to the file format and the other is in the Oracle database.

    That's what I think I'll create two mappings in the same interface by using the Union between the sources. But I don't know how the interface would connect to different logical architecture to connect to two different sources.

    Thank you

    SM

    You are on the right track, all in a single interface. Follow these steps

    (1) pull model of your data in the designer of the source file and your table model target to the target pane.

    (2) all relevant columns map

    (3) in the source designer to create a new dataset and choose as the UNION join type (this will create a separate tab in the source designer pane)

    (4) select the new dataset tab in the source designer pane and pull your source oracle table data model in the designer of the source. All columns that are relevant to the target card

    (5) make sure that your staging location is set to a relational technology i.e. in this case the target would be an ideal candidate because it is where the ODI will organize the data from source two files and oracle and perform the UNION before loading to the target

    If you want to watch some pretty screenshots showing the steps above, take a look at http://odiexperts.com/11g-oracle-data-integrator-part-611g-union-minus-intersect/

  • Conditional formatting based on another column

    I created a conditional format in several columns, all based in a column: "Format Type". In a table view, the conditional formatting works very well for the metrics. For a text column, the conditional formatting only works if the column 'Type of formatting' appears on his left.
    Is this right? I don't remember having a similar problem with 10 OBIEE.
    Now I use OBIEE 11.1.5

    Thank you.

    Bug 12772993 is listed under the 11.1.1.6 fixed

    Hope this helps,
    Scott

  • AF:Switcher, handfuls of line column values based on another column in the table

    Hello

    I have a question if you can help me on this. It's on af:switcher.

    What I'm trying to do this - is in a table of the adf, based on the value of a column, I want another column to display as a link or not.
    For example, if the status column is 1, then the id column display as a link (I just put a h:outputLink around outputText to do), if it is then show him without bond.

    For this I put two different facets and opportunities switcher to decide what facet of show which line.

    BUT what is happening is that only on opportunities is made. Either / or scenario. It is not made each line according to the value of the status column.

    What is planned.

    I just tried with the dept table.

                    
                    
                    
                      
                    
                    
                    
                        
    
                      
                    
    

    The lines for which the deptno > 20, I wanted to display the pass as link and for the deptno<=20, log="" will="" be="" an="" input="" text.="" it="" works="" fine="" for="" me.="" probably,="" you="" may="" need="" to="" get="" rid="" of="" h:outputlink="" and="" use="" commandlink="" golink="">

    Arun-

  • Filter column based on another column - OBIEE 11 g

    Hi, I have a strange requirement. I am trying to build a dashboard that allows a user to view the data for the current day, last week, last month or last year. I'll create a presentation called "date_range" variable where the user can choose one of these 4 options.

    On this basis, I defined a column in answers with the following formula:

    Cast
    (
    case
    When 1 = 0 then 'time of the query. "" Date ".
    When @{date_range} {"day"} = 'Day' then Current_Date
    When @{date_range} {'week'} = 'Week' then TIMESTAMPADD (SQL_TSI_DAY,-7, CURRENT_DATE)
    When @{date_range} {"day"} = 'Month' then TIMESTAMPADD (SQL_TSI_DAY-30, CURRENT_DATE)
    When @{date_range} {"day"} = 'Year' then TIMESTAMPADD (SQL_TSI_DAY,-365, CURRENT_DATE)
    of another TIMESTAMPADD (SQL_TSI_DAY,-10000, CURRENT_DATE)
    finish DATE
    )

    Based on the variable 4 presentation, this should give the good 'start date' when to extract data.

    Now, I've added the effective date of the date dimension column. But I need to put a filter on the date dimension date column that says that it is greater than or equal to the above computed column. How do I do that?

    Thank you
    Scott

    I always expect that you are pregnant, but you cannot filter a column on another column. The solution is just to write a formula that returns a literal, so it will be

    When case (your date column) > = (your long form), then put end to 'Y' else ' n

    Then filter this column on 'Y '.

    Kind regards

    Robert

  • two different decomposable based on values in rtf

    Hi all

    For a column of rtf, can we have drill several way, based on the values in the column. For example, if the value is > 10 000 navigate (hyperlink) to report a navigate (hyperlink) otherwise to report B.

    Obiee answering the link of action, we can put condition, but BI Publisher using the rtf, is it possible to perform several drill down to the same column.

    Thank you

    Sushil

    Thanks for your suggestion. I tried in the rtf, I'm not able to include inside the value. I send a sample rtf and xml for your kind reference.

    Thank you

    Sushil

  • two different backup based CBT products can save the same vm without affecting the other?

    POS and Veeam use CBT for backups after the full initial.

    What will happen if they save both the same virtual machine?

    I checked on this several years ago and the information available at the time seem to indicate that it works very well (the details seem to have fled my organic storage)

    right now I use veeam backup replication and vsphere production Dr. (partly because I had hoped to go back to SRM).

    Several years ago I used WTP (when it was new) and it worked perfectly to recover from a failed san (luckily I had just updated to the first version of the direct recovery so it was easy and very fast).

    stop using POS due to problems of maintenance cycle in progress where he had run more and more long and never ended.  redeployed several times and even had not involved with support no resolution therefore had to move away from the product.

    now, I would like to back (especially since it is included with the enterprise license), but needed if ensure that it does not affect backups of production using the CBT.  I can do some testing of course, but thought ask and see if anyone has any information to share.

    Thank you

    From a technical point of view it should not be problems, unless the application of different run their backups at the same time.

    CBT marks the changed blocks using a ChangeID which is incremented whenever someone creates a snapshot. Applications determine the blocks changed since the most recent backup by requesting a list of blocks with a ChangeID higher than that of their last backup/replication.

    André

  • Redirect to two different pages in the same form

    I'm a little new to this. Hoping someone can guide me on how to do this. I have a simple selection list (below). If they the user chooses the selection in red I want to redirect to one page other than the cfform tag, but I can't understand how to separate options in the form in the same list. Thanks in advance.

    < action = "index2.cfm cfform" method = "POST" > "

    < table align = "center" width = "475" border = "0" cellpadding = "1" cellspacing = "0" >

    < tbody >

    < b >

    < td > < span class = 'label' > select Version: </span > < table >

    < td >

    < name cfselect = "UPVersion" >

    < option value = "" > < / option >

    < option value = "66SP1" > 6.6 SP1x < / option >

    < option value = "66SP2" > 6.6 SP2x < / option >

    < option value = "701" > 7.0.1x < / option >

    < / cfselect >

    < table >

    < /tr >

    < input type = "hidden" name = "gosearch' value ="gosearch">

    < input type = "hidden" name = "Lines" value = "50" >

    < b >

    < td colspan = "3" align = "center" > < input type = "submit" name = "Submit" value = "[search]" > < input type = "reset" name = 'reset' value = '[clear]' > < table >

    < /tr >

    < / tbody >

    < /table >

    < / cfform >

    mostlyconfused wrote:

    I'm a little new to this. Hoping someone can guide me on how to do this. I have a simple selection list (below). If they the user chooses the selection in red I want to redirect to one page other than the cfform tag, but I can't understand how to separate options in the form in the same list. Thanks in advance.

    Select Version:

    It could well be too many moving parts for beginners to follow. Start with something like

    id = onchange = "getVersion ()"UPVersion"" > ""

Maybe you are looking for

  • Update iOS 9.3 returns an error message saying "not connected to the Internet.

    WWhen I try to install iOS 9.3 update on my iPad 1, I get an error saying that the softaare cannot be installed b/c ive Ben disconnected from the Internet (or not connected to the Internet)... which is wrong.  I am connected.

  • Update McAfee DAT causing the problems of Internet connectivity for some users

    If you are a network connectivity loss know customer to McAfee consumer, it could be due to a recent update. We apologize for any inconvenience. Information on how to solve the problem here on our service site: http://mcaf.ee/s3b79. If you want to sp

  • SHORTCUT ICONS

    IMPOSSIBLE TO ACTIVATE ONE OF THE ICONS ON MY DESKTOP

  • START/min doesn't...

    I said on another thread, «I just tried it on a command line:.» START/min wmplayer.exe/play/F:\TOOLS\REXX\WAVES\GONG nearby. WAV and while he did play the sound he neither began downplayed or left when done... » I have Microsoft Windows 7 Home Premiu

  • I can't listen to my radio online with my Windows ME Media Player.HELP

    H!I had dl (.wax file) my radio stationbut when I want to open this error will show:Windows Media Player cannot play the file. The player might not support the file type or does not support the codec used to compress the file.I installed the K-lite m