Removing IT-resource from Decode Field in Lookup

Hi
I've created a Recon Lookup that fetches some AD groups for me.
The name of the IT-resource is added automatically in the Decode field. Is there any way I can override this?
Now it looks like this:
Active Directory~TST_Group1
I want it to be just:
TST_Group1
Any help would be appriciated. :)

Yes, that might be a possibility. I'll let it be open for discussion a little while longer, I did hope that I was able to do this by either editing the xml for the existing Scheduled Task, or via the filter.
Thanks for the quick reply.

Similar Messages

  • How can I remove ASCII text from a field when I use it in a query

    How can I remove ASCII text from a field when I use it in a query?
    I am running a select statement on a table that appears to have ASCII text in some of the fields. If I use these fields in the where statement like the code below nothing returns:
    SELECT FIELD1 FROM TABLE1 WHERE FIELD1 IS NULL
    But the field looks empty if I do a straight select without the where clause. Additionally, one of the fields has text but appears to be padded out with ASCII text, which I need to strip out before I can use this field in a where or join statement. I have tried using a trim, ltrim, rtrim, to_char, nvl, decode and nothing works. When I use excel to run the same query it looks as if these ASCII fields are boxes.
    I have asked our DBA team to see what they can do to prevent these from going into the table, but in the mean time I still need to run this report.
    Do you have any suggestions?

    Can you provide an example? I've been trying (for
    example) "select translate(' test one', ascii(' '),
    'X') from dual" with no luck.
    Thank you.To replace space, you should query like this:
    select translate(' test one', chr(32), 'X') from dual instead of select translate(' test one', ascii(' '), 'X') from dual Thanks,
    Dharmesh Patel

  • How  to remove the check from ShpmntCostsRel. (field VTTK-    FRKRL)

    Hi Experts,
    Can you please tell me to how  to remove the check from ShpmntCostsRel. (field VTTK-    FRKRL) when saving of the shipment document.

    shipment cost calculation only on the Leg level and not on header level. Currently a lot of confusion happened after creating the shipment cost document and found that the status is u201CBu201D.
    now we intend to define detailed specifications to how to create this new user exit to update the shipment cost relevancy at shipment header.
    The main functionality of the user exit  to be created is to remove the check from ShpmntCostsRel. (field VTTK-    FRKRL).can u pls tell how to do this.

  • CONVERSION EXIT to remove thousand separator from quantity field

    HI
    NEED HELP
    do u know any  FM or CONVERSION EXIT which remove thousand separator from quantity field.
    Eg. 1,234,567.11 SHOULD be displayed as 1234567.11

    Hi Chetanpatil.
    Try this:
    If your quantity has thousand separator as comma:
    translate lv_quantity using ', '.
    condense lv_quantity.
    If your quantity has thousand separation as dot:
    translate lv_quantity using '. '.
    translate lv_quantity using ',.'.
    condense lv_quantity.
    You'll need to check for the user thousand separator configuration in table USR01 field DCPFM or by calling BAPI_USER_GET_DETAIL and act accordingly.
    Regards,
    Andres.

  • Remove carriage returns from a field in an oracle table

    I have a field that is defined as a LONG in my oracle table; the data contained in this field has carriage returns/line feeds (it's free form text); as i'm selecting data from this field, i need the carriage returns removed so that the data from this field all appears on one line.
    I tried using the TRANSLATE function to convert the carriage returns to something else, but that doesn't work.
    Example:
    Select comment from Notes:
    COMMENT
    the applicant called for an appointment;
    an exam was scheduled for 4/1/05 at 9am;
    called applicant to confirm app
    this needs to be extracted as: "the applicant called for an appointment; an exam was scheduled for 4/1/05 at 9am; called applicant to confirm app"
    How can i do this? Can the decode function be used to remove the carriage returns in this field?

    when i used translate its giving correctly,
    SQL> ed
    Wrote file afiedt.buf
    1 select translate('the applicant called for an appointment;
    2 an exam was scheduled for 4/1/05 at 9am;
    3 called applicant to confirm app
    4 this needs to be extracted as: "the applicant called for an appointment; an exam was scheduled
    5 How can i do this? Can the decode function be used to remove the carriage returns in this field
    6* ',' ') from dual
    SQL> /
    TRANSLATE('THEAPPLICANTCALLEDFORANAPPOINTMENT;ANEXAMWASSCHEDULEDFOR4/1/05AT9AM;CALLEDAPPLICANTTOCONF
    the applicant called for an appointment; an exam was scheduled for 4/1/05 at 9am; called applicant t
    SQL> ed
    Wrote file afiedt.buf
    1 select 'the applicant called for an appointment;
    2 an exam was scheduled for 4/1/05 at 9am;
    3 called applicant to confirm app
    4 this needs to be extracted as: "the applicant called for an appointment; an exam was scheduled
    5* How can i do this? Can the decode function be used to remove the carriage returns in this field
    SQL> /
    'THEAPPLICANTCALLEDFORANAPPOINTMENT;ANEXAMWASSCHEDULEDFOR4/1/05AT9AM;CALLEDAPPLICANTTOCONFIRMAPPTHIS
    the applicant called for an appointment;
    an exam was scheduled for 4/1/05 at 9am;
    called applicant to confirm app
    this needs to be extracted as: "the applicant called for an appointment; an exam was scheduled for 4
    How can i do this? Can the decode function be used to remove the carriage returns in this field?
    SQL>

  • How to remove a resource from project team without data loss

    I have a requirement that, the resource must be removed from a project team after getting DE-allocated from the project.
    If i do so, the data of the resource for that project, i.e; actual hours per task filled by the resource gets deleted, which seems not correct. The report for such projects comes out wrong.
    Is there any way to de-allocate the resource from the team while keeping all his data there in the project ?
    The basic requirement is to restrict the manager to allocate a task to a team member who is not the part of project anymore.

    Hi Abhishek,
    If the resource has actual on the project, indeed it cannot be removed from the project team. It is just a matter of communicating with the project manager. Here is how the project manager should proceed.
    Open the project in Project Pro
    Open the "build team from enterprise" in the resource ribbon
    Select on the left side (available resources) the new resource
    Select on the right side (project resources) the deallocated resource
    Click on "replace": you'll be prompted that the resource has actuals on the project and cannot be replaced and that only the remaining work will be assigned to the new resource.
    Doing this, you'll keep the project history, but still the PM will be able to assign the deallocated resource. There is no way to prevent it, unless you deactivate the resource, but it will be at enterprise level, meaning for all projects.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Remove red border from required fields

    Is there a way to remove the red border from required fields.?

    No, not the same error message that Acrobat issues. You'll have to do your own using JavaScript. The script would check each of the required fields and alert the user if anything was wrong, but you'd have to set up your own "Print" button on the form and convince your users to use it. But they can always choose not to use it and orint without going through the checking process.
    Even though there is a Document Will Print event that you can attach code to, there is no way to prevent printing in the event.

  • Unable to remove ASM resource from OCR

    Hi all,
    I have a new installation 3 node RAC with clusterware and ocfs on win2003
    Clusterware was successful, installed and patched, database (10.2.0.4 patch 5) was successful too.
    When i tried to configure ASM the 1st node crashed and reboot, but a ASM "ghost" instance left in the services.
    I removed with oradim and restart to configure ASM.
    the 2nd turn the 2nd instance died but now i have the ora.node#.ASM#.asm for all 3 nodes in the OCR in UNKNOWN state and i'm not able to delete and restart the configuration of ASM
    i tried crs_unregister but was unsuccessful (CRS-0216).
    Any suggestion??

    Why you try with CRS_unregister?, "srvctl -f" did not work ?
    CRS_Unregister generally is used when it was not needed. You should use srvctl remove to remove CRS resources. CRS_Unregister should only be used if you are trying to repair an inconsistency, I'm not sure if this is the case.
    Is the clusterware working fine and the OCFS2 is configured properly ? Did you succesfully mounted a CFS in all nodes ?
    If this does not help and you have a valid CSI take a look to Metalink note:357261.1

  • How to remove carraige return from the field while loading external table

    I am facing an issue of not getting rid of carraige returns present in the fileds of the source .csv file while loading the records into external table.
    I had tried using LRTRIM, but it does not help.
    The error I am getting is:
    KUP-04021: field formatting error for field POPULATION_DESCRIPTION
    KUP-04037: terminator not found
    I am pasting one record out of the .csv file which is causing this error as below:
    "Business Card Accounts
    ",123,7 BizCard - Gamers,Control,"Business Card Accounts
    ",75270,75271
    You can see the carraige return in the 1st field as well as 5th field. Filed are separated by commas & eclosed by double quotes.
    Could anybody help on this please?

    Can you copy the file to an external table only version, and then dos2unix it?
    Alternatively, you can use the ACCESS PARAMETERS area in your external table definition to set that your RECORDS DELIMITED BY carriage returns, instead of the default.
    Check out the example here http://www.psoug.org/reference/externaltab.html

  • Unlink a resource from a user.

    I would like to remove the resource from the resource profile of the user. There were multiple instances of the target resources linked for the same account. I would like to remove one of them.
    Help appreciated.
    Amish.

    May be from database end we can do this from OIU table.

  • How can we remove the following zeros from quantity field ?

    Hi All.
    how can we remove the following zeros from quantity field while populating ALV by using FM REUSE_ALV_GRID_DISPLAY ?
    eg:getting output zqty = 2.000
    but i need           zqty = 2.
    help me to reslove this issue.
    Regards.
    jay

    Hi,
      While populating the field catlog do the following thing to   avoid zeros.
      wa_fieldcat-tabname = 'I_OUTPUT'.    " Curr
      wa_fieldcat-fieldname = 'FWAER'.
      wa_fieldcat-seltext_l = text-023.
      wa_fieldcat-no_zero = 'X'.
      APPEND wa_fieldcat TO i_fieldcat.
      CLEAR  wa_fieldcat.
    Thanks,
    Khushbu.

  • SQL*Loader sqlldr removes zeros from character field

    Hello,
    I am using SQL*Loader to load an Oracle table, and am having a problem. One of the fields is defined as VARCHAR2 and contains comments entered by a user. There may be numbers or dollar amounts included in this text. When I execute the sqlldr script below, the result is that all of the zeros on the text field disappear. There is a translate function invoked for this field (bolded statement) in an attempt to remove imbedded newlines from the text. Wherever there was a zero in the original text, it ends up being removed after I run this script. Can anyone suggest why this is occurring, and how to prevent it? Can it be related to the translate function?
    Thanks for your help!
    OPTIONS (READSIZE=20971520, BINDSIZE=20971520, ROWS=20000)
    LOAD DATA
    INFILE 'R24.REGION.ERL.N1E104' "str X'5E5E220A'"
    BADFILE 'LOGS/N1E104_BUT_RS_ASSGN_TXT_BADDATA.TXT'
    DISCARDFILE 'LOGS/N1E104_BUT_RS_ASSGN_TXT_DISCARDDATA.TXT'
    REPLACE
    INTO TABLE TESTM8.CONV_BUT_RS_ASSGN_TXT
    FIELDS TERMINATED BY '~' OPTIONALLY ENCLOSED BY '"'
    TRAILING NULLCOLS
    RST_RS_EXT_TXT_OID DECIMAL EXTERNAL,
    RST_RS_ASSGN_OID DECIMAL EXTERNAL NULLIF RST_RS_ASSGN_OID = 'NULL',
    RST_TXT_SEQ_NBR INTEGER EXTERNAL,
    RST_RS_COMM_OID DECIMAL EXTERNAL,
    RST_DIF_ASSGN_OID DECIMAL EXTERNAL NULLIF RST_DIF_ASSGN_OID = 'NULL',
    RST_EXTENDED_TXT "SUBSTR(TRANSLATE(:RST_EXTENDED_TXT, '#0x0A', '#'), 1, 248)"
    --------------------------------------------

    Never mind, found my mistake. In the TRANSLATE function, I had assumed that the 0x0A would be interpreted as a single hex value. Instead, it is interpreted literally as the character '0', the character 'x', the character 'A', etc. The result is that the transformed text had no '0', 'x', or 'A' characters, which is exactly what I inadvertently told it to do. I changed it to the following, which works better ;-)
    RST_EXTENDED_TXT "SUBSTR(TRANSLATE(:RST_EXTENDED_TXT, '#'||CHR(10), '#'), 1, 250)"

  • Removing submit requirement from text validation field

    I am creating a form and I am using a validate text field. If
    a customer wants to participate in future surveys, they will enter
    their email address in the validate text field, but if they choose
    not too, they can leave the field blank. What I want is to make
    sure that the email is validated, so I checked the onblur option so
    it checks it when I leave the field. The problem is when I click
    the submit button, it still checks the field and requires me to
    enter an email address still.
    Is there a way to alter the SpryValidationTextField.js file
    so that it will check the email address on onBlur or onChange and
    not when I click the submit button??

    Hi Nance
    This reply would not be a perfect answer but might explain the logic behind it.
    Here it is:
    If you are retrieving HTML text from database you can create a function to remove html code from the text matter.
    You simply need to look for the start <HTML> tag as a word and then for the end </HTML> tag as a word. Note down the start charater position for <html> and end character position for </HTML> and then simplye remove the content from the text by concatinating the data before the <html> tag and after the </html> tag.
    or if you want to remove only the tag part as <html> and </html> from text and save the contents inside these tags, that would also be possible with the logic stated earlier in this post.
    I would try to create such function and will post it here if succeeded.
    Regards
    Nikhil

  • How to remove the automatically generated text fields from the InfoSet

    I followed the procedure by SAP help.
    Automatically generated text fields are marked with a 'T' on the icon in the InfoSet. You can remove the automatically generated text fields from the InfoSet in the initial screen of the InfoSet maintenance under Further Functions -> Delete Text Fields. Cancel the DataSource creation on the next screen and delete the text fields in the InfoSet maintenance transaction.
    I know that there is an option "No automatic text recognition" when I create a new InfoSet, however, I couldn't find out how to change an existed InfoSet. I checked menu Goto->Global Properties, but that option is disabled. Is there a way to remove text fields from an existed InfoSet?

    Hi,
    In the initial screen (when you enter transaction code SQ02) type your infoset name and goto menu: Infoset -> More functions -> Delete text fields. this will delete all text fields.
    I hope this helps to resolve the issue.
    Ram

  • GroupWise8 crashes when removing sender from "TO" field

    Hi guys,
    A user is having GroupWise crash when they go to remove a contact from the "To:" field while composing an email.
    The Event viewer ID:1000 states: Faulting application name: grpwise.exe, version: 8.0.3.21995, time stamp: 0x4fda7d4c
    Faulting module name: gwabu1.dll, version: 8.0.3.21995, time stamp: 0x4fda7938
    Exception code: 0xc0000005
    Fault offset: 0x0005eecb
    Faulting process id: 0xa14
    Faulting application start time: 0x01ce4fec1ff44bec
    Faulting application path: C:\Program Files (x86)\Novell\GroupWise\grpwise.exe
    Faulting module path: C:\Program Files (x86)\Novell\GroupWise\gwabu1.dll
    Report Id: 01b72261-bbed-11e2-a47b-180373dcb5bf
    Thanks!

    Hi
    DEP and GroupWise do not play nicely together. I would recommend that you turn it off.
    Cheers,

Maybe you are looking for