My lov results into the return value instead of the display value in APEX

Hi,
For 1 of the columns I'm representing in APEX, I choose 'Display as text, based on a lov'. I'm using:
select aan.id||', '||r.naam||', '||a.woonplaats d, aan.id r
from wmo_aanvragen aan
, wmo_dossiers d
, wmo_relaties r
, wmo_adressen a
where d.avg_1_id = aan.id
and d.rel_nummer = r.nummer
and a.rel_nummer = r.nummer
and a.id = (select min(e.id) from wmo_adressen e where e.REL_NUMMER = r.nummer
and e.EIND_DATUM is null)
and d.id = (select min(f.id) from wmo_dossiers f where f.AVG_1_ID = aan.id)
But somehow it displays the 'aan.id' value instead of the display value. Does anyone know howcome?? In TOAD it works fine
Niels
Edited by: user6394263 on 10-apr-2009 1:22

Hello Niels,
Your LOV Displays your concatenated value, but returns the "aan.id" (into the Form field), just as expected. If you want to show the description on your Form, use a PopUp LOV - Displays Description Return Key value
Greetings,
Roel
http://roelhartman.blogspot.com/
You can reward this reply by marking it as either Helpful or Correct ;-)

Similar Messages

  • Need Help, retrieving a combo boxes actual/print/visible value instead of the export value.

    Hello,
    I need help, retrieving a combo boxes actual value, not the export value.
    I have a combo box with multiple options to select from.
    each of those selections has a separate export value, which is in the form of a number, which I use to calculate dates in a separate field.
    However, I have another field that i want to retrieve the, users selected value, which is text, from the combo box instead of the export value.
    Is there an easy way to do this.
    This is what I am currently using. But like I said the results are that I retrieve the export value and not the selected text value.
    event.value = this.getField("_Arugula").valueAsString;
    Thanks

    First get the currentValueIndices property of the combo box and use it with the getItemAt field method to return (what I call) the display value. Something like:
    var f = getField("combo1");
    var display_value = f.getItemAt(f.currentValueIndices, false);
    See the documentation for more information

  • First time going to a site where I do not have access and clicking the back button I'm returned to the root site instead of the site I started from

    Greetings,
    I have SharePoint 2013 enterprise using ADFS for authentication.  I have an issue where the first time going to a site where you do not have access and clicking the back button you're returned to the root site instead of the site you
    started from.
    ie:
    1) at site http://www.sharepoint.com/sites/finance/home.aspx
    2) browse to
    http://www.sharepoint.com/sites/finance/private/home.aspx
    3) receive a message: you do not have access to this site  ((oops went to the wrong location - I'll hit the back button))
    4) click the browser back button
    5) get returned to http://www.sharepoint.com/pages/home.aspx
    This only happens the first time browsing to a site that I do not have rights to, after this I can browse to the same site and hit the browser back  button and return to the correct site, or any other site that I do not have access to.
    Any ideas as to why this happens?  Ideas of where to start looking?
    Thanks

    Hi Robert,
    From your description, when you receive access denied message and hit back button in browser, it redirects you to the root site but not previous site. However, this just happens at the first time.
    You may try to use some tool or check log which can tell us how does it handle the request when you hit the button. And compare the issue time and non-issue time.
    I'd suggest you use Netmon tool:
    http://blogs.msdn.com/b/carloshm/archive/2012/11/08/sharepoint-2013-network-monitor-parsers.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Wenn I've made changes on my private home-page and want to see the result, how do I get my Mac to load the new side instead of the "old" one?

    When I've worked on my private home-page and want to controll the results, how do I get my Mac to take the new version instead of the old one? I tried cmd R without any change! Who knows? Nina

    Try clearing the cache - command-option-e in Safari.

  • TS3899 My incoming emails on my ipad are going into the important box instead of the inbox how do I get them to go into inbox

    The incoming  mail on my apple ipad  are going straight into the important box instead of the inbox how do I resolve this.

    Who is your email provider? Is it Gmail? Take a look at this.
    https://productforums.google.com/forum/#!topic/gmail/JVnvlvaVt0E

  • Populating the user group instead of the group ID in MFA

    Hello all,
    I am trying to Populate the user group instead of the group ID in MFA. I want to use this to create authorization permissions, after authentication. I am running into the problem of not getting any info after authentication in the attribute dump.  Are
    there settings that I can change in order to Populate the attribute dump? are there settings that I can change to get all of the groups that each user is in?
    Thanks,
    Levi Williams
    IT professonial
    Intern

    Hi Levi Williams,
    Thanks for posting here!
    Refer to the solution in this  thread link:
    https://social.msdn.microsoft.com/Forums/en-US/df060757-8190-4083-a162-0876cd4b8d15/group-based-radius-return-attributes?forum=windowsazureactiveauthentication
    Additional reference:
    http://www.rdsgurus.com/uncategorized/step-by-step-using-windows-server-2012-r2-rd-gateway-with-azure-multifactor-authentication/
    Hope this helps!
    Regards,
    Sadiqh

  • Send email to the Form Submitter instead of the process creator

    Hi,
    Can any one please show me how to make a process to send an email notification to the Form Submitter instead of the Process Creator.
    Here is my brief desc on my process: Form Filler (can be anyone) send the filled form for a list of employees to the one who request (the 1st employee name on the list of the form) then this he/she then submit the form (form submitter) to process to route it to the manager. Whether the mgr is approved or denied then the process is completed by sending to his/her for status of that request. I was able to have it to send the email to the process creator (creator_id) but not the Form Sumitter. Can any one please help.
    Thanks,
    Han Dao

    Hi Han
    I guess I should have double checked the version with you first!
    If I remember correctly, in 8.2.1 there are a few more steps involved.
    On the Assign Task service...Form Data Mapping tab, is a field called "Completed user id".
    This is:
    The location to store the GUID (Global Unique Identifier) representing the user who completed the task. The data type is string.
    You need to create a string variable to hold that value.
    You select that in the "Completed user id" field.
    Because this is a GUID, you will then have to do a User Lookup (under Foundation) to find your user.
    (http://livedocs.adobe.com/livecycle/8.2/wb_help/wwhelp/wwhimpl/js/html/wwhelp.htm)
    You can then use those results in the To field of the SendWithDocument.
    Hope this helps.
    Diana

  • When i link a page to send my email the page comes up in the adress box instead of the subject box

    when i right click a page to e-mail the link to the page appears in the address bar instead of the body of the e-mail

    Mark,
    I understand that you are frustrated with a changed functionality of an email website that you use. There is a feature in Firefox that switches to a tab immediately in the "3bar" menu > Options under Tabs, please make sure that nothing has changed.
    Please also update to version 32, and post back with your results.

  • TS3623 purchasing a movie from apple tv has stopped working.  I click on "movies" and it takes me back to the same screen instead of the movies available.  I have updated software, unplugged the modem & apple tv box, & the tv; Netflix still works!

    purchasing a movie from apple tv has stopped working.  I click on "movies" and it takes me back to the same screen instead of the movies available.  I have updated software, unplugged the modem & apple tv box, & the tv; Netflix still works!

    Welcome to the Apple Community.
    First you should try logging out of your iTunes Store account (settings > iTunes Store > accounts) and then back in again.
    If that doesn't help, try resetting the Apple TV (Settings > General > Reset > Reset all settings). You should also try restarting your router.
    If both of the above don't help, you should try a restore (Settings > General > Reset > Restore).

  • In Windows 8, how can I see an image of the psd file instead of the Photoshop icon?

    In Windows 8, how can I see an image of the psd file instead of the Photoshop icon?

    There are a number of third party solutions for this.  I just use Bridge, so can't recommend one in particular.

  • What's wrong with the built-in keyboard on my macbook? The caps button does not work rite, no matter what letter button i push they all come out capitals and the number keys when pushed display the special characters instead of the numbers!

    the built-in keyboard on my macbook is not functioning right, the number keys when pushed display the special characters instead of the numbers,
    the caps button doesn't work at all, the letter buttons display capitals when pushed whether the caps button is on or off, the shift keys are also out of whack!!
    It seems it somehow got relocated to the "0" button because if you push and hold the zero button down the keyboard seems to operate normally, the number keys display numbers when pushed the letter keys display lower case when pushed but release the zero button and your back in the twilight zone!! Can anybody help me resolve this issue? one more thing im using an external usb keyboard right now and it seems to function properly if that helps any.

    You would do better in the actual macbook pro forums (this is not).

  • HT1657 I rented a movie and was charged for it, it started to download but says I do not have enough space.  I tried to delete it so I could download the SD version instead of the HD version but am unable to do that  what can I do???

    I rented a movie and was charged for it, it started to download but says I do not have enough space.  I tried to delete it so I could download the SD version instead of the HD version but am unable to do that  what can I do???

    Same thing happened to me ipad. Please someone fix it Apple.

  • Application messages are in the system log instead of the application log

    Hi SAP GURUS.
    The standard output is created from the outbound delivery .
    All the messages are hitting the system log instead of the application log .
    This is after the upgrade from 4.6c to ECC 6.0 .
    Please provide the details how to move the log to the application log since the output is the standard output (SAP provided output type ).

    verzunof wrote:
    Hello,
    My system.log is filled with these messages, they repeat every second.
    Jan 21 18:31:47 Maki-Mac kernel[0]: AppleFWOHCI_AsyncReceive::waitForDMA - context not going inactive.
    Jan 21 18:31:47 Maki-Mac kernel[0]: AppleFWOHCI_AsyncTransmit::waitForDMA - context not going inactive.
    Do these messages indicate a problem? If so what that could be problem and the solution?
    Can this contribute to the sleep/wakeup problem when iMac won't wakeup after being put to sleep manually and not sleeping according to Power Saving settings?
    Thanks a lot.
    verzunof wrote:
    I'm not certain if those messages indicate a power issue but you can try *resetting the System Management Controller* and see if that helps. Here's how: http://support.apple.com/kb/HT1806
    "The System Management Controller (SMC) is a chip on the logic board that controls all power functions for your computer. If your computer is experiencing any power issue, resetting the SMC may resolve it. The SMC controls several functions, including:
    Telling the computer when to turn on, turn off, sleep, wake, idle, and so forth.
    Handling system resets from various commands.
    Controlling the fans."
    Carolyn

  • How do i show the filename.type instead of the entire file path?

    How do i show the filename.type instead of the entire file path?
    I want it to show "ProgramSetup.exe" instead of "C:/Program Files/Oracle/JavaFX/ProgramSetup.exe"
    I have created a JavaFX program with the help of my manager
    below are the code
                   File file = fileChooser.showOpenDialog(Admin.mainStage);
                   if (file != null) {
                        textFiles.setText(file.getAbsolutePath());
                        String absolutePath = file.getAbsolutePath();
                        //String fileName = new File(absolutePath).getName();the reason i put the last line as // because it has error on that line....
    if i remove the last line, it will display but with the full path....
    i search through google and the guide on many forums aren't clear to me.....some said there are 2 ways but i tried and it is not working, atleast for me...maybe i left out something or what....can anyone help me on this?

    You don’t need the absolutePath:
    File file = fileChooser.showOpenDialog(Admin.mainStage);
                   if (file != null) {
                        textFiles.setText(file.getName());
                               }

  • Using the file icon instead of the Thumbnail icon

    is it possible to use the file icon instead of the thumbnail icon on the desktop? If so, how?
    Thanks,
    Travis

    View menu --> Show view options --> Show Icon preview --> uncheck it

Maybe you are looking for

  • SSRS 2008 have 2 colums with amount needs to add Total cost and than total cost column divide by Total qty get avg

    SSRS 2008,  have this report  Qty Column --------- Est cost column -----    Mark up Cost Column  -   Did add Total cost column 4 pcs-                       $ 2000.00  --------------$  50.00 --------------- $ 2050.00 Avg  Cost                         

  • Unexpected results, when creating a pdf from Illustrator (cs3)

    A customer has supplied a 'print ready' pdf, created in Illustrator [cs3]. The file contains grey text [20% black], but when they have printed to pdf [using acrobat 8], the breakdown of the 'grey' changes in colour to a cmyk value [45,36,35,1) instea

  • Sleep/ALS problem even AFTER Apple Store ALS replacement!

    So I've had this sleep/ALS problem for months; wave my hand near the left ALS and display goes black. Gets better after PB has been on for a while. I like my office rather dimly lit (hey, a little "mood" lighting) but I have to have it lit up like an

  • ITunes option for "SYNCH" is not operable.  Also, the "device" does not sho

    iTunes option for "SYNCH" is not operable. Also, the "device" does not show up on the list as being connected, so I cannot sync any of the Ipods we have. I've updated, deleted and reinstalled iTunes and still not able to sync. The main menu that usua

  • Webcam bug in Air 3.0

    Hi all, it's quite crazy, that this bug: https://bugbase.adobe.com/index.cfm?event=bug&id=2951115 made it all the way from Beta to RC1 to final AIR 3.0 without being fixed. (It was created end of August, first comment from Adobe was end of September.