Is it possible to add a link to a column based on a data variable in another column?

For example, colonne_1 is A, B, C. I would like to add a link to column_2 but only if colonne_1 = has in fact no connection. Is this possible?

Hello

Yes, you can, but for this you generate links in your query itself

select COL2
,COL3
....
....
, case
      when COL1 = 'A' then
        ''||COL1||''
      else
        COL1
      end as "col_heading"
from table_name

Kind regards

Jitendra

Tags: Database

Similar Questions

  • Is it possible to add a link to the message box allows you to send a document using EchoSign?

    We would like to add a survey link to electronic communication that accompanies a contract for signature.  How is that possible?

    Hello [email protected],

    If you wish, you can create a widget and can share his link to the signatories by your e-mail personalised to your mailbox. It is a workaround for the above scenario:

    Here is the link:

    http://helpx.Adobe.com/EchoSign/KB/widget-create-one.html

    Kind regards

    -Usman

  • Possible to add html links in pages?

    I'm playing with the portfolio and it seems to me a perfect way for me to manage my website using what I already have downloaded and organized in Behance. However, there is a big deal breaker, and it seems so basic, that I wonder if Miss me just something? Is that really there is no way to link basic in text html?

    I need to have a 'News' page which has a current ticker, links to activities and events... I don't want to rely on sending people to twitter or another service to do this.

    If anyone has any suggestions, I would be happy!

    It is very poorly run from what I see. I can randomly clicking get the sub menu appears:

    But I can't select what I want t to link. In fact, I can't go back and change the text at once its typed in. The link is just reproduced below. And adding a second link makes it smash against the first. Really really bad actually.

  • Can I add a link in a pdf file to open another pdf file?

    Is it possible to add a link to a pdf file that will open another pdf file?  I have an after-school registration form and I want to be able to have people to click on a course and it opens a PDF with the description of this course?

    Thank you very much for your help

    Of course, but you must then send the two files together to recipients.

    A better way would be to set the second file to the first and then create a link to it.

    That way you would just distribute a single file and know with certainty that the link worked.

  • How to add a link to the page complete multi-page PDF.

    Is it possible to add a link to the full page in multi-page PDF. So anywhere, I click on the page, it will take me to a specific hyperlink.

    I know there is a link to feature, but I can not create an action on its behalf and therefore cannot automate to easily update all the pages and many docs with it. I also looked in invisible buttons, then right clicking on it and the replication of all pages. This will be my last resort if there is no other options but its still not easy to do what I have to re-create the link for each document layer and must reproduce all individually on a page-by-page. Even if not for several files, it would always be very happy to be able to clone an element to link to all pages in a document.

    Else I've tried creating a layer in InDesign with a link and then using the Action to import layers, but that also doesn't seem to work.

    Any ideas?

    Thank you!

    You can use the Javascript method addLink the doc object.

  • Insert the loop by a report or insertion using a link of the column

    Hello!

    I think I have an easy one.

    I created a site that lists 'problems' with the curriculum of the University. If a curriculum developer sees something that needs to be updated, they use this site to connect to the 'question' so we have a drop-down list of how the program has changed for the particular course or courses. Some 'problems' cover several courses, if a table has been created to allow the issue to join courses as needed.

    The 'Courses' table contains a list of all courses at University
    The 'Issue_Courses' table combines the primary key of the 'question' and the 'course' and creates the association between the questions and the courts.

    The users use of page to create the associations has a report called 'add_courses' which can be consulted and filterable so that the user can refine the list of courses they want to see (the list is well into the thousands), and this report contains a column with checkboxes. This page also contains a hidden field containing the primary key of the issue, "p13_Issue_ID."

    I would like to create an insert query that takes hold of the primary key of the issue of "p13_issue_ID", she travels around the report, by inserting a new record for each box checked in the report. Any help would be great! Certainly, my sql is pretty week.

    Another option that I think would work, if possible, to have a "link in the column" that simply runs the insertion process by entering the primary key for the problem of "p13_issue_ID" and the id of the course of the report. Then, the user could just click on a link 'Add' or something similar on the report, which would go to the insert statement and essentially create this association. Is this possible?

    Thanks in advance!

    Published by: 846852 on March 23, 2011 15:12

    Published by: 846852 on March 23, 2011 15:14

    that should have been this line

    1 IN 1.APEX_APPLICATION. G_f01. COUNTY

    I typed 1 instead of I

    To take

    BECAUSE me IN 1.APEX_APPLICATION. G_f01. COUNTY

  • Under certain conditions changing IMG link Standard report column

    Apex 4.0.2

    I have an application that includes photos of employees. I want to display a link to the column in a report of the employee who opens a page to manage the photos of a given employee. Worked well when using an image of compatible icon for all employees.

    But I want to do is have two images of icons. If a photo already exists. Another case a photo has not yet been added.

    I have included a select with the following CASE statement in the Source of my region.

    (CASE WHEN p.person_id IS NULLTHENIMG alt = "nophoto" src ="#WORKSPACE_IMAGES #nophoto.png" > "
    ON THE OTHERIMG alt = "photo" src ="#WORKSPACE_IMAGES #photo.png" > "
    END) "PHOTO".

    I believe it works. I ran in SQL Developer, and it produces the following-

    < img alt = "photo" src = "#WORKSPACE_IMAGES #photo.png" >

    < img alt = "nophoto" src = "#WORKSPACE_IMAGES #nophoto.png" >

    I created a link to the column as a COLUMN of REPORT STANDARD. I put the TEXT of the LINK to #PHOTO #. I put the binding TARGET, PAGE and EMPTY the CACHE settings. The column displays as empty. Firebug shows an empty TD.

    I remove the binding TARGET settings, PAGE and CLEAR the cache. The img is displayed correctly. Firebug shows the < img > properly. But of course, it is therefore more a link.

    I'm doing something wrong here. But do not know what it is.

    Walt K wrote:

    Apex 4.0.2

    I have an application that includes photos of employees. I want to display a link to the column in a report of the employee who opens a page to manage the photos of a given employee. Worked well when using an image of compatible icon for all employees.

    But I want to do is have two images of icons. If a photo already exists. Another case a photo has not yet been added.

    I have included a select with the following CASE statement in the Source of my region.

    (CASE WHEN p.person_id IS NULL THEN 'nophoto'
         ON THE OTHER 'photo'
    END) "PHOTO".

    I believe it works. I ran in SQL Developer, and it produces the following-

    photo

    nophoto

    I created a link to the column as a COLUMN of REPORT STANDARD. I put the TEXT of the LINK to #PHOTO #. I put the binding TARGET, PAGE and EMPTY the CACHE settings. The column displays as empty. Firebug shows an empty TD.

    I remove the binding TARGET settings, PAGE and CLEAR the cache. The img is displayed correctly. Firebug shows the correctly. But of course, it is therefore more a link.

    I'm doing something wrong here. But do not know what it is.

    That's because the behavior of standard report is to strip the HTML code of column values used in the expressions of HTML, links in the column and the report when the data is exported as CSV files. This is controlled by the attribute of HTML report of band, which by default is set to Yes. Change this setting to No. , and link images to be displayed.

    A solution with a better separation of concerns that are compatible with the Strip HTML and display text default settings is:

    1. Select only the image name in the query [ nvl2(p.person_id, 'photo', 'nophoto') photo is simpler than the previous CASE expression] and make this hidden column
    2. Add a link in the column to the State ('add column link' in the bar of tasks )
    3. Set the property of the new column binding Expression in HTML to#PHOTO#
    4. Specify the column link attributes as required

    Last suggestion would be to display thumbnails of the photos used here where they exist rather than an arbitrary generic image...

  • Is it possible to add "noindex, nofollow" to an external link?

    Hello

    I have a site with a few images that have a link to external sites.  Is it possible to add noindex nofollow for links and images?

    Thanks, buddy

    LMGTFY:

    https://www.Google.de/search?q=prevent+Google+from+following+external+links

    Mylenium

  • Pavilion Slimline s5700 Series: is it possible to add an SSD?

    I have a s5770t on the way and I was wondering if it would be possible to add a form factor 2.5 "SSD system (i.e., having both the SSD and the original hard drive)?

    I looked on this issue online support documentation, but only came to how to replace the hard drive, not if it is possible to add a second.

    Looking how to replace a drive hard slimline here, it seems that thought it might be just enough space in the drive cage to do by moving the original hard drive upward and the installation of the SSD below... looks like there's even a slot at the bottom of the cage for this purpose.

    Here are the pictures that I have from the referenced link above that make wonder if it's possible:

           

    Thanks for any help that you could provide!

    -Darrell

    At the reception of the computer, I opened it and out of the cage to the hard drive and found there was a little more than 1 cm of headroom above the main hard drive:

    .. just enough room to fit in my 9.5 mm thick Intel SSD:

    I ran into two questions:

    (1) I am able to mount the SSD with only one screw. Although the use of this computer is as a home theater PC and will not be moved, a screw is minimal sufficient.

    2) there are only two power supply (one for the HD) SATA cables and one for the DVD player, which required me to buy a splitter cable SATA power, similar to the image below:

  • Is it possible to add a request to the existing set of request

    Hi Experts,

    Is it possible to add additional concurrent demand to an already existing application together?

    Initially, we created demand together with three concurrent programs. And the set of all projected demand one day.

    Now, we want to add another application for this application set. Is it possible add request or we need to create another set of request?

    Please give solution for this one.




    Thank you and best regards,

    Suresh.

    Hi Suresh

    Seems newly added application may not be connected correctly to the stages of link screen please make sure you also set the new program in the event of success, warning, error. This could be a problem.

    Concerning

    Kapardi

  • Is it possible to duplicate a link to the page on several pages, for example in a table of contents?

    Is it possible to duplicate a link to the page on several pages, for example in a table of contents?  I have a 140 document and each page needs a link to the table of contents.  I am familiar with how to add the link on each page, but I hope that there is a way to reproduce it, save me time.

    Are you really something under Label, on the Options tab?

  • Is it possible to add a ToolTip to a hot spot of HTML drop-down list?

    Is it possible to add a ToolTip to a HTML drop down or expand hotspot?  The hot spot will appear as green text on the screen to help, but short to write a statement in the help to the users screen, click on the text, I have not found another way to express this. A ToolTip is preferable to a statement that is written on the page, because when I publish a guide to help, I carefully go through the document and remove all these references to "by clicking the green text. It would be ideal to have a mouse over ToolTip as there is a hyperlink. Is there a way to do this? If this isn't the case, Adobe can think to add this feature? Thank you.

    Hello

    For starters, you can apply a conditional tag to build the text that indicates what's happening, and then use a conditional Expression to build to remove this text when you target an output that should not have.

    Add a ToolTip, it is quite easy, but is not intuitive.

    Select the text of the menu drop-down, and then look at the HTML code. Should look like this:

    Modify the code as follows. Right after the class = 'dropspot' hand, insert the following text:

    ALT = "Insert your text here" title = "insert your text here."

    When you are finished, it should look like this:

    And after than that, here what my link looks like when I hover:

    See you soon... Rick

  • Is it possible to add a button that will open an attachment to a specific page in its own window?

    I have two PDFs generated from Framemaker.

    PDF1 is a user's guide.

    PDF2 is a test plan document.

    I want to include the possibility for the reader in PDF2, open the guide of the user to a specific page (topic) if they need to access detailed information about a test item.

    In order to ensure that the PDF2 player has the user's guide, I thought I want to implement an attachment under PDF2 PDF1.

    By browsing the ' net, I found that I can add a 'link' (rectangular clickable area) on PDF2 which, when clicked, will open PDF1 in its own window to a specified page number. GREAT!

    But... what I want to do is to place a * key * on the PDF2 (with a tag) who will perform this task (open PDF1 to a specified page in its own window). However, I am getting lost and does not know how to do this (or if this can be done at all).

    Pointers would be appreciated :-)

    Thank you.

    John

    Then... I thought about it (of course, * after * post the question.) Sigh) and given that the post is now here forever, I thought I should share my solution, for what it's worth.

    In PDF2, with PDF1 included as an attachment:

    1. Rich Media > Add button.
    2. Button to place on the page.
    3. Open the properties of the button (double click or right click > properties).
    4. Click the Actions tab.
    5. Select the Action, select go to a page view.
    6. Click Add...
      (This opens her create go to view dialog box.)
    7. Double-click on the attachment (PDF1).
    8. In the attachment, scroll to the desired page.
    9. In create go to view dialog box, click on connect.
    10. In the Properties dialog box, click Close.
    11. Reopen the Properties dialog box, go to the Actions.
    12. In the action pane, click "Go to a page in another document" (the action that I had set earlier).
    13. Click on change.
    14. In the target Document section, select 'New window' field.
    15. Click OK.
    16. Click Close.
  • Is it possible to add a HARD internal disk to my HP Pavilion dv2700 model?

    I have a HP Pavilion dv2700 laptop model dv2700, I have yeas hd bought back. It's a HARD 160 GB internal drive. Is it possible to add another 500 GB HARD drive or a 1 to? Please let me know what type of disc HARD ir will support and how do I check my motherboard plug.

    Hello

    The reader at the link below would be perfect for your laptop - it's the largest capacity disk HARD that I know will work in your laptop...

    Hard drive 320 GB

    The procedure to replace the hard drive is detailed from Page 61 of your & Maintenance Guide.

    Regarding your motherboard specifications, try to install an application like PC Wizard

    Kind regards

    DP - K

  • How to add a link in your page layout of Adobe Comp CC like button «read more»

    Hi, I am trying to add a link to my layout designed in Comp CC - someone has an idea how achieve? Thank you

    A model is a rough layout. There no be functional, so it's not possible. That's what you add in InDesign, Illustrator or Photoshop.

Maybe you are looking for

  • iTunes downloads 12.2.2 iOS9.1 when you try to restore the iPhone with iOS9.3.1

    I have the Macbook Air with 10.7.5, iTunes 12.2.2.25 and iPhone 4S iOS9.3.1 When I try to restore my iPhone, iTunes downloads iOS9.1 and fail to restore after awhile. Can someone help me solve this problem?

  • Re: Satellite P750 - changing from 32 bit to 64 bit

    I just bought a Satellite P750 (64 bit compatible) and did the quick start upward following the instructions that says I'll get a chance to say if I want 32 or 64-bit. Only, it didn't. Have you regions, time, etc. and then started upward. But in 32 m

  • Impossible to format USB drive in XP

    I use XP and you want to upgrade to the new version of RAW Therapee (an image editor). This program needs 4 GB of RAM. I was hoping to get it temporarily via a flash used as RAM additional drive. My new 8 GB flash disk is not reformatted on my XP. An

  • Bandwidth limit Upload on EA4500

    I have an EA4500 connected to a cable modem.  My ISP is substantially more slow upload speed that download, and found that large downloads (for example, when my PogoPlug device's sync their Cloud Computing service) will saturate the download bandwidt

  • Xbox 360 wired remote works only on Windows 7

    Hello I have a Xbox 360 wired gamepad that works fine on my Xbox 360. When I connect it to my Windows 10 laptop, it is recognized. But when I connect it to my Windows 7 64 - bit office, on which I want to use it, it is not recognized. Here's what hap