How to create multiple links in one column

Hi,
Could someone please help me with creating 2 different links in one column as below.
I enclosed is the screen shot of my current application view... I would like to put the link one below the other in one column instead in two different columns.
Table Name - SR_PROCESS
Functions - get_open_project , get_open_be
Columns - ''Initiate New Project'' , ''Initiate New Bug or Enhancement''
Below is my coding.
select
''Initiate New Project'' AS "Initiate New Project" ,
get_open_project("SR_PROCESS"."PROCESS_ID") "Open Projects",
''Initiate New Bug or Enhancement'' AS "Initiate New Bug" ,
get_open_be("SR_PROCESS"."PROCESS_ID") "Open Bugs"
from SR_PROCESS
Thanks, Sheetal

976745 wrote:
Hi,Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and update your profile with a real handle instead of "976745".
When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
<li>Full APEX version
<li>Full DB/version/edition/host OS
<li>Web server architecture (EPG, OHS or APEX listener/host OS)
<li>Browser(s) and version(s) used
<li>Theme
<li>Template(s)
<li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
Could someone please help me with creating 2 different links in one column as below.
I enclosed is the screen shot of my current application view...Where is the screenshot? Providing an example on apex.oracle.com is a much better way to share details of your application.
I would like to put the link one below the other in one column instead in two different columns.
Table Name - SR_PROCESS
Functions - get_open_project , get_open_be
Columns - ''Initiate New Project'' , ''Initiate New Bug or Enhancement''
Below is my coding.
select
''Initiate New Project'' AS "Initiate New Project" ,
get_open_project("SR_PROCESS"."PROCESS_ID") "Open Projects",
''Initiate New Bug or Enhancement'' AS "Initiate New Bug" ,
get_open_be("SR_PROCESS"."PROCESS_ID") "Open Bugs"
from SR_PROCESSDepends on your APEX version and the type of report. Please provide the information detailed above.

Similar Messages

  • Creating multiple links from one map image in Flash CS4

    I have been tasked with creating multiple links from one map image using flash. Each link would go to the main website page with that location. I assume I could create a button for each location on the map but not having a lot of experience any help / tutorial you know of would be super helpful.. Thanks! Not looking for someone to work me thru it but a little guidance would be great!

    If I was to answer the problem, I would be giving you what you asked not to be given... the solution.  So I'll suggest that you start by researching the getURL() function.  That is what AS2 uses for opening web pages.
    As for coding a button, I'll recommend the following article for you... it will explain the proper approach to coding a button, which will give you an advantage over others who don't follow it, but instead use the way the article says not to.
    http://www.adobe.com/devnet/flash/articles/as_bestpractices_04.html
    Google is one of the best resources available for learning how to do things with Flash--it's the first place I go when I have a wondering.  In general, if you type in the right keywords, you get fairly good search results.  In your case, combinations of "AS2", "button", "getURL", "tutorial" would probably work well.

  • How to represent multiple values in one column

    Hi,
    I need some help in designing a schema for this problem.
    I have :
    - 4 domains
    - In each domain there will be many groups
    - users belong to multiple groups in multiple domains
    Eg.
    user1 might be in groups g1, g2 and g3 in domains d1, d2
    In a text file I represent it like this:
    user1 | d1 | g1,g2,g3
    user2 | d2 | g1, g2
    etc.,
    How do design a schema for this. I don't like the idea of having comma
    separated values in columns.
    Thanks.

    Good instincts. You don't want to have comma-separated values in a column, that violates basic normalization rules.
    You would probably want something like this
    CREATE TABLE usr (
      user_pk
      user_id
    CREATE TABLE grp (
      group_pk
      group_id
    CREATE TABLE domain (
      domain_pk,
      domain_name
    CREATE TABLE domain_group (
      domain_pk,
      group_pk
    CREATE TABLE user_group (
      user_pk,
      group_pk
    )where you create separate tables that map different things to each other. domain_group shows which groups are associated with a particular domain, user_group shows which users are associated with a particular group.
    Justin

  • How to create multiple linked forms

    I'm new to SharePoint. But have coding background so I'm confident I can accomplish what' I've taken up. But I need little guidance to make sure I going in right direction.
    We've hundreds of project which run in parallel. Some projects are for new client, some are maintenance work on already integrated projects of old clients. Data today is stored in word documents. Requirements are in a separate set of docs & Implementation
    details in separate docs. Implementation docs are living doc, where new development on existing application is appended, but requirement doc is new for every new requirement on a application.
    Now the data stored is not huge, but small values, hence I want to get this onto SharePoint, which makes it more manageable & makes reporting easy. Below is what I'm thinking of building.
    I'm going to use custom forms to build below 3 forms.
    Form1: Project generic details. Will most probably entered only once per client, will have a summary section to refer to each maintenance release done (I'm thinking of making this as a hyperlink data or someway to link it with the actual
    record from the form2).
    Form2: Project implementation data. This data can be multiple set of records, hence I'm planning to have multiple records for each Project (which will have unique code) and capture data for each incremental development done on this particular
    project. Project name would be unique, each incremental maintenance development will have unique reference.
    Form3: Technical specification data for each project. This mostly version details of various components used. The list will help to have a quick summary or help in overall analysis of all the projects. I would like to again have a reference
    to project code from form2, against which each server/new software were added.
    I'm not sure if data needs to be entered in 3 forms, OR can there be a one common form which makes it easy to enter data, which can be displayed in 3 different views (as above).
    Just need high level guidance of what objects I should use and if any reference material for such implementation.
    Thanks, Krishna.
    Regards, MS-Forum

    I dont have access to LV 6 right now, but at least as far back as v7.1 there is a "Radio Buttons" control in the Boolean palette. This control will let you have a number of linked radio buttons and gets represented as an enum on the block diagram. If you then wire this to a case structure, you can choose desired behaviour based on the selected radio button:
    Message Edited by shew82 on 05-06-2009 11:23 AM
    Attachments:
    front panel.png ‏4 KB
    block diagram.png ‏5 KB

  • How to create multiple pages within one navbar entry

    I'm trying to revamp my site to include specific information and files for the classes I teach at the university. What I'd like to do is to have one entry on the navbar entitled "University Classes" or some such, and have it lead to a page where I can have a list of classes as links, each leading to its own page. Is it possible to do this, or do I need to create an entire new site for this purpose?

    To make the link to the second site be incorporated in to the navbar of the main site add a totally blank page in the main site and name it to indicate the classes site. Then put the following code in an HTML snippet on that blank page:
    <script type="text/javascript">
    parent.window.location = "URL TO PAGE ON SITE YOU WANT TO REDIRET TO"; </script>
    Thanks to Cyclosaurus for this code
    When that page is clicked on the visitor will be immediately redirected to the classes site. You can put a similar blank page on the classes site redirecting them back to the main site.
    OT

  • How to create multiple extract from one map

    Hello ,
    I have a map which extract data from source and create a output text file. Now, I need to create 10 different files from the same mapping with same format but different name. So I want to generate file1.txt, file2.txt, file3.txt etc . My map currently has one target file , i donot want to create 10 target files operator in the map itself, is there a way to achive this functionality ie I want to call the same map 10 times. Do I have to do it from outside.
    Thank you.
    Suhail

    Hi Suhail
    Why not create 10 maps? These don't take up much space, only a few Kb, and you would be able to generate a unique file per map, which would be the correct approach.
    If you don't want to have duplicate maps, would the data in the output files be the same or would it need to change based on some condition?
    If the data is the same you can do this externally by just making x copies of the original file.
    If the data needs to change you either need to have multiple maps, as mentioned at the beginning, or you would somehow need to change the source data. You cannot change the name of a mapped output file, this is because OWB maps use a hard-coded file name making it impossible to change the name of the file dynamically.
    However, let's say you are able to change the source data, perhaps using a view. If you had x copies of the view script you could generate it x times, calling the map x times. Each time you would run the map it would generate file1.txt, and you would need to rename it to file2.txt before recompiling the view and rerunning the map to get another file1.txt. This would be renamed file3.txt and you could then repeat the process as many times as you like.
    Does this help?
    Regards
    Michael

  • How to create dynamic links in one page with div panels

    HI
    I am using Dreamweaver CS3 with developer toolbox.
    I have a PHP page where I have two separated tabbed div
    panels.
    I want to show dynamic summary of data from database in one
    panel.
    In the other panel I have a table with dynamic text.
    I want to click on a link in the first panel with the summary
    data and see the whole record in the other panel table.
    How do I tell the dynamic link to send the wuery and show the
    data in the detailed panel without having to reload the whole page.
    I hope I am clear enough....
    Idan Agmon

    I asked something similar to this last week and was told by
    others much more experienced that it couldn't be done. Hopefully
    your quest will yield something.

  • Address Book - Create multiple contacts at one company?

    I am using Address Book v 4.0.4 and I want to be able to create multiple contacts at one company without having to reenter the Company, Tel. and Address information each time.
    Is there a way to duplicate an address, say the basic company address, to make the process of entering multiple people at one company any faster?
    Any tips would be appreciated. Thanks, Michel
    MBP Laptop & G5 Tower   Mac OS X (10.4.9)   Address Book v 4.0.4

    I talked to Apple today and here is how you create multiple contacts at one address, company etc. without having to reenter everything.
    1) In Address Book, highlight a contact in the name list
    2) Go to the Edit Menu & COPY
    3) Go back to the Edit Menu & PASTE
    4) Make changes to the new 'duplicated' contact
    Seems easy if you know how to do it.

  • XML Forms: how to create download link

    Hi,
    can anybody tell me, how i can create a download link to a document rid
    in an XML form?
    I can create a link which will open the referenced document, but "right klick
    link | save target as..." will produce an error, since the link is a javascript call.
    Thanks for any help,
    bye,
    Markus Steinberg

    Hi Markus Steinberg,
         i need to create the Download attachement Option In XML Form..
         U got the solution for that above thread..
         If so please tell me how to create? and then how to create multiple Link ?
    Regards
    Thillai J

  • How to create a link to multiple links in pdf file

    how to create a link to multiple links or a button to multiple links in pdf file. this links is goto diferent pages, no web. sorry for my english.

    You can print to PDF from the Print Module .
    Do you have Adobe Acrobat?
    Otherwise install (free) Bullzip Free PDF printer.
    http://www.bullzip.com/

  • How to create multiple instance on same database

    Hi ,
    I would like to know how to create multiple instance on same database . I know that some people use database configuration assistant to do this but i could not figure out how they did it.
    Any how if some one can help me with this and can give me links of this it would be great help for me.
    Thank you for reading my problem and helping me !
    Amil
    please if possible mail me on [email protected]

    How to create multiple instance?????Do you mean multiple instances on the same database, or multiple databases on the same machine ?
    I m new to this field....
    Willin to learn a lot about oracle....Then it wouldn't be bad reading a bit of Database Concepts

  • Can I create multiple links to the same file without duplicating file?

    does anyone know if it is possible to create multiple links to the same file using iWeb without the program automatically making multiple copies of that file in the published output? It seems that one file is created for each link.
    Thanks!

    Hi Franz,
    have a look at the second method on this page
    http://alyeska.altervista.org/en/iWeb_Downloads.html
    see if you understand how it works (if you don't, please ask me)
    Regards,
    Cédric

  • How to create multiple ifs users using XML

    I used the following xml file to create a ifs user. But I don't know how to create multiple users using XML. Thanks for your help.
    <SimpleUser>
    <UserName>bill</UserName>
    <Password>bill</Password>
    <DirectoryUserDescription>Bill</DirectoryUserDescription>
    </SimpleUser>

    There are many good resources for Powershell tutorials. The MS help page for each cmdlet is usually a good place to start.
    The suggested answer is very good and easy to modify to your needs. The linked article provides good detail on creating your csv file. If you look at their sample csv, you will see the column for LicenseAgreement and UsageLocation. You can change the script
    to use the values from the csv instead of the same value for every user like so:
    -LicenseAssignment $_.LicenseAgreement -UsageLocation $_UsageLocation
    Basically, $_.<valuename> is the filled in by the value under the heading <valuename> in your csv file for the current user. 
    As for what msdivision, replace this with the correct domain name value for your organization. You can get the values for license SKUs from existing users by using the following:
    Connect-MsolService
    Get-MsolUser -UserPrincipalName <userprincipalname> |select Licenses

  • Create multiple folders with one click on documents tab in BP in SAP CRM

    Hi Experts,
    I have a requirement to create multiple folders by clicking on a button in Documents tab in BP transaction in CRM. In standard process by clicking on create folder button we create folders. we want to create multiple folders with one single click ( i guess we can develop another button for that) folder name will be hard coded. Kindly let me know , how this can be achieved.

    Hi Experts,
    I have a requirement to create multiple folders by clicking on a button in Documents tab in BP transaction in CRM. In standard process by clicking on create folder button we create folders. we want to create multiple folders with one single click ( i guess we can develop another button for that) folder name will be hard coded. Kindly let me know , how this can be achieved.

  • How to Create a Link to a Discoverer Workbook in Apps11i?-[solved]

    I tried to create a link to a disco workbook in apps 11i using metalink document 278095.1. It seems to be working ok for discoverer which is installed on the same machine as the apps11i is on(because when I clicked on the link which I have created in apps11i, I see a default disco4i welcome page which got installed out of the box with apps11i). But we are using discoverer version 10g which is on a different server. Does anyone has ideas on how to create a link for a disco workbook which is on a different server other than apps11i.
    Discoverer version is 10g
    Apps version is 11.5.10.2
    Thanks in advance

    hi Rod,
    I did as you said and it seems to be connecting to the right server. But I have one more problem. In metalink document it says I have to enter the following in the Parameters text field of Function form in apps:
    workbook=<(workbook identifier from step2) &PARAMETERS=param_parameter name One~Parameter One Value*param_parameter name Two~Parameter Two Value*
    But I dont understand what should I have in place of param_parameter name One~Parameter One Value. Is it the name of the parameter given in discoverer, if so can you give me an example of how to write it. Because when I typed the name of the parameter like &PARAMETERS=Client Id, where client Id is the name of the parameter, it is giving me the following error
    ORA-06502: PL/SQL: numeric or value error
    Thanks for your help

Maybe you are looking for

  • Error when creating spatial index in 10g

    Hello. I have a problen when I try to create a spatial index. The strange thing is that the same commands always works fine in some machines, but if always fails in others. I tryed in diferent versiones of Oracle, but I have the error in al of them.

  • Rejecting unknown recipients at connection level...

    I have modified /etc/postfix/main.cf to reject unknown recipients combined with following additions: /etc/postfix/virtual [email protected] com_mydomain1_user1 [email protected] com_mydomain2_user1 [email protected] com_mydomain1_user2 user2@my

  • Installing SAP system with MSCS

    Hi, Anyone can give me the steps for installing a SAP system with MS cluster? Window server 2003, MS. SQL 2005, SAP ECC6.0 Regards Chin

  • Error while invoking WLST

    Hi, When I tried invoke the WLST, I am getting following error. java weblogic.WLSTException in thread "main" java.lang.NoClassDefFoundError: weblogic/WLST I see the classpath in setWLSEnv.sh CLASSPATH=/apps01bms/apps/weblogic10/wl103/server/bin still

  • CSS selector for tables

    I've just changed the look of a table by editing a custom stylesheet I added to my application. The one part of the table I don't get edited is the background colour of the pagination section of the table. Does anyone know how to set this? Kind regar