For not accepting text values

Hi John,
I have an account member tagged as Text(Data type). But when i tried entering a text value in the form for this member, it says You have entered an invalid value, Please try again.
Am i missing something to enable text values?

Go to Administration > Dimensions > Evaluation Order > Choose Plan type > Move accounts to right hand window.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • The report does not accept the value for apps.fnd_profile.value('USER_ID')

    Hi,
    I followed the below note and added a report to my SSHR menu.
    How To Add A Report To A 11i Self Service Menu [ID 334847.1]
    In my report , I have a condition in the query
    and a.created_by =apps.fnd_profile.value('USER_ID')
    When the report is submitted as a request , it works fine., however the same report when called from the self service page does not accept any value for apps.fnd_profile.value('USER_ID') .
    Is there a workaround to handle this problem.
    regards

    hi,
    I had already tried the option apps.fnd_global.USER_ID too.
    However it does not accept the value for apps.fnd_global.USER_ID.
    We want to call the reports in SSHR using oaf and at the same time the records that are pending for approval created by the employee should only be visible.
    regards
    Maya

  • BI analysis authorization- checking for not equal to values

    hello,
    the info provider (ZIC_COPA) is having auth. relevant char. are 0COMP_CODE, PLANT, 0SALESORG.
    When i am executing query which is built on ZIC_COPA info provider. It is checking all above charcteristics value. But in RSECADMIN i found that system is checking for not equal to values. For ex. please see below RSECADMIN trace. It is checking not equal to values for PLANT. does anybody know why it is checking NOT PLANT IN values??
    0COMP_CODE
    0PLANT
    0SALESORG
    SQL Format:
    COMP_CODE IN ('1000',,'3200')
    AND NOT PLANT IN ('1000','3200')
    AND SALES
    ORG IN ('1000',','3200',')
    AND TCAACTVT = '03' 
    Note: There is no hardocoding or exclusion values in the query.
    Regards
    Imran
    Edited by: Imran  Mulani on Jun 21, 2009 1:13 PM

    ok

  • Numbers do not accept negative values after upgrading to Snow Leopard

    I have iWork 9 installed in Leopard, and after upgrading to Snow Leopard, Numbers don't accept negative values, e.g. -141. They are defined as text and are aligned left in the cell, even if the cell is defined for numbers. Positive values are defined as numbers and aligned right.
    All my statistics are wrong now. I don't where to find a sollution. Need to fix this asap.

    I may guarantee that the cell contains a standard minus symbol.
    I entered in the Index.xml to see if something was odd.
    All is perfect.
    I can't imagine that the OP replaced deliberately a wrong char by a correct one before sending the file to my mailbox.
    And I repeat,
    (1) in the file which I received, the cell was really treated as a text one.
    (2) on my machine, on the OP's alternate machine, on the OP's alternate user account, resetting the cell's status to numbers apply well.
    So, if a third party component is the culprit, it would be easy to identify: it must be in one of the user account able to receive third party items which means
    <userAccount>:Applications
    <userAccount>:Library:Address Book Plug-Ins
    <userAccount>:Library:Fonts
    <userAccount>:Library:Contextual Menu Items
    <userAccount>:Library:LaunchAgents
    <userAccount>:Library:PreferencesPanes
    <userAccount>:Library:Scripting Additions
    <userAccount>:Library:Services
    <userAccount>:Library:Widgets
    But from my point of view it would be more efficient to try to search a culprit in the
    <userAccount>:Library:Caches folder.
    An efficient tip would be to compress every subfolder of this folder as a .zip file and trash the original file.
    Reboot so that the account restarts without the caches.
    If th account continue to fail, my idea was bad.
    If it behaves well, the culprit was one of the caches.
    unpack them one by one so you will get the wrongdoer.
    Yvan KOENIG (VALLAURIS, France) mardi 8 septembre 2009 18:50:27

  • CrystalReportViewer.Zoom() does not accept "special" values

    Quoting SAP Crystal Reports .NET API Guide:
    CrystalReportViewer.Zoom Method
    Changes the magnification level of the CrystalReportViewer control.
    public virtual void Zoom (
         int zoomFactor
    Parameters
    zoomFactor
    Indicates the percentage at which to magnify the CrystalReportViewer.
    Remarks
    Use this method to change the zoom level of the CrystalReportViewer control. Use 1 to fit the entire width of the page (but not the entire page) or 2 to fit the entire page in the window.
    (emphasis mine)
    Actually, passing 1 or 2 to to Zoom() does not have the desired effect, since doing so results in the following error:
    Specified argument was out of the range of valid values. Parameter name: Page zoom factor must be between 10 and 400.
    My current configuration is:
    - Crystal Reports for Visual Studio 2010 Support Pack 1;
    - Internet Explorer 8 and 9.
    Is there any workaround to activate the "fit page width" option? I could not find any answer on the Internet or here in SAP forums.
    Thanks in advance!
    Edited by: Silvio Moioli on Nov 10, 2011 12:23 PM

    Hi  Silvio,
    The 1 or 2 values are for the Windows Viewer only. Because it's a desktop viewer and it requires the default printer to scale the page it's easy to do. With a WEB app the page is rendered Server side and no way to get all of the users screen info.
    I'll get the Document Guys to update the SDK help reference Guides to clearly state those 2 values are for a Desktop only value.
    I'll see if Ludek can do a quick test also...
    Don

  • OSB 11g: Conditional Branch value will not accept string Value

    OSB 11g 11.1.1.3.0 (OSB11_MAIN_GENERIC_100418.1323885)
    When I edit a message flow and create a conditional branch I:
    1. Enter an Xpath expression
    2. Name the variable containing the XPath expression
    3. Select an operator (=)
    4. Enter a string value for Value: 'true'
    5. Give the label a name (isMember)
    6. Save my work
    7. When I go back into the branch the 'true' value is gone and the Value field is blank.
    If I enter a number it saves fine - only when I enter text with single quotes
    is this a known bug?

    Thank you, however I still think this is a bug because:
    1. Version 10g training materials has this example as a lab exercise and says in particular 'make sure to place single quotes around the text string: 'true')
    2. The documentation for 11g says to enter a value but does not say it cannot be a 'string'
    3. If I don't enter any value for the value field, when I click Save it indicates an error -the field cannot be empty. When I place a numeric in the field(unquoted) I can save it and return to it and the numeric value is still there. If I enter a 'quoted string' I can save it but when I return to it, it is gone
    4. If I enter the same information using the eclipse IDE I can see the 'quoted string' is saved and when I view it (not edit but view) in the web IDE (sbconsole) I can see the 'quoted string'. If I edit it the string disappears.
    I will continue to test. While you may be correct and the intent is to accept only numerics, that does not make sense to me. Why not allow simple and fast conditional branching based on text string values in a message? I know I can use other mechanisms to achieve the same goal: a routing table would work also.
    My point was the behavior of the UI implies a bug.
    Edited by: jo**** on Nov 21, 2010 8:44 AM

  • Script to search all files in specified folder for multiple string text values listed in a source file and output each match to one single results txt file

    I have been searching high and low for this one.  I have a vbscript that can successfully perform the function if one file is listed.  It does a Wscript.echo on the results and if I run this via command using cscript, I can output to a text file
    that way.  However, I cannot seem to get it to work properly if I want it to search ALL the files in the folder.  At one point, I was able to have it create the output file and appear as if it worked, but it never showed any results when the script
    was executed and folder was scanned.  So I am going back to the drawing board and starting from the beginning.
    I also have a txt file that contains the list of string text entries I would like it to search for.  Just for testing, I placed 4 lines of sample text and one single matching text in various target files and nothing comes back.  The current script
    I use for each file has been executed with a few hundred string text lines I want it to search against to well over one thousand.  It might take awhile, but it works every time. The purpose is to let this run against various log files in a folder and
    let it search.  There is no deleting, moving, changing of either the target folder/files to run against, nor of the file that contains the strings to search for.  It is a search (read) only function, going thru the entire contents of the folder and
    when done, performs the loop function and onto the next file to repeat the process until all files are searched.  When completed, instead of running a cscript to execute the script and outputting the results to text, I am trying to create that as part
    of the overall script.  Saving yet another step for me to do.
    My current script is set to append to the same results file and will echo [name of file I am searching]:  No errors found.  Otherwise, the
    output shows the filename and the string text that matched.  Because the results append to it, I can only run the script against each file separately or create individual output names.  I would rather not do that if I could include it all in one.
     This would also free me from babysitting it and running each file script separately upon the other's completion.  I can continue with my job and come back later and view the completed report all in one.  So
    if I could perform this on an entire folder, then I would want the entries to include the filename, the line number that the match occurred on in that file and the string text that was matched (each occurrence).  I don't want the entire line to be listed
    where the error was, just the match itself.
    Example:  (In the event this doesn't display correctly below, each match, it's corresponding filename and line number all go together on the same line.  It somehow posted the example jumbled when I listed it) 
    File1.txt Line 54 
    Job terminated unexpectedly
     File1.txt Line 58 Process not completed
    File1.txt
    Line 101 User input not provided
    File1.txt
    Line 105  Process not completed
    File2.txt
    No errors found
    File3.txt
    Line 35 No tape media found
    File3.txt
    Line 156 Bad surface media
    File3.txt Line 188
    Process terminated
    Those are just random fake examples for this post.
    This allows me to perform analysis on a set of files for various projects I am doing.  Later on, when the entire search is completed, I can go back to the results file and look and see what files had items I wish to follow up on.  Therefore, the
    line number that each match was found on will allow me to see the big picture of what was going on when the entry was logged.
    I actually import the results file into a spreadsheet, where further information is stored regarding each individual text string I am using.  Very useful.
    If you know how I can successfully achieve this in one script, please share.  I have seen plenty of posts out there where people have requested all different aspects of it, but I have yet to see it all put together in one and work successfully.
    Thanks for helping.

    I'm sorry.  I was so consumed in locating the issue that I completely overlooked posting what exactly I was needing  help with.   I did have one created, but I came across one that seemed more organized than what I originally created.  Later
    on I would learn that I had an error in log location on my original script and therefore thought it wasn't working properly.  Now that I am thinking that I am pretty close to achieving what I want with this one, I am just going to stick with it.
    However, I could still use help on it.  I am not sure what I did not set correctly or perhaps overlooking as a typing error that my very last line of this throws an "Expected Statement" error.  If I end with End, then it still gives same
    results.
    So to give credit where I located this:
    http://vbscriptwmi.uw.hu/ch12lev1sec7.html
    I then adjusted it for what I was doing.
    What this does does is it searches thru log files in a directory you specify when prompted.  It looks for words that are contained in another file; objFile2, and outputs the results of all matching words in each of those log files to another file:  errors.log
    Once all files are scanned to the end, the objects are closed and then a message is echoed letting you know (whether there errors found or not), so you know the script has been completed.
    What I had hoped to achieve was an output to the errors.log (when matches were found) the file name, the line number that match was located on in that file and what was the actual string text (not the whole line) that matched.  That way, I can go directly
    to each instance for particular events if further analysis is needed later on.
    So I could use help on what statement should I be closing this with.  What event, events or error did I overlook that I keep getting prompted for that.  Any help would be appreciated.
    Option Explicit
    'Prompt user for the log file they want to search
    Dim varLogPath
    varLogPath = InputBox("Enter the complete path of the logs folder.")
    'Create filesystem object
    Dim oFSO
    Set oFSO = WScript.CreateObject("Scripting.FileSystemObject")
    'Creates the output file that will contain errors found during search
    Dim oTSOut
    Set oTSOut = oFSO.CreateTextFile("c:\Scripts\errors.log")
    'Loop through each file in the folder
    Dim oFile, varFoundNone
    VarFoundNone = True
    For Each oFile In oFSO.GetFolder(varLogPath).Files
        'Verifies files scanned are log files
        If LCase(Right(oFile.Name,3)) = "log" Then
            'Open the log file
            Dim oTS
            oTS = oFSO.OpenTextFile(oFile.Path)
            'Sets the file log that contains error list to look for
            Dim oFile2
            Set oFile2 = oFSO.OpenTextFile("c:\Scripts\livescan\lserrors.txt", ForReading)
            'Begin reading each line of the textstream
            Dim varLine
            Do Until oTS.AtEndOfStream
                varLine = oTS.ReadLine
                Set objRegEx = CreateObject("VBScript.RegExp")
                objRegEx.Global = True  
                Dim colMatches, strName, strText
                Do Until oErrors.AtEndOfStream
                    strName = oFile2.ReadLine
                    objRegEx.Pattern = ".{0,}" & strName & ".{0,}\n"
                    Set colMatches = objRegEx.Execute(varLine)  
                    If colMatches.Count > 0 Then
                        For Each strMatch in colMatches 
                            strText = strText & strMatch.Value
                            WScript.Echo "Errors found."
                            oTSOut.WriteLine oFile.Name, varLine.Line, varLine
                            VarFoundNone = False
                        Next
                    End If
                Loop
                oTS.Close
                oFile2.Close
                oTSOut.Close
                Exit Do
                If VarFoundNone = True Then
                    WScript.Echo "No errors found."
                Else
                    WScript.Echo "Errors found.  Check logfile for more info."
                End If
        End if

  • LetterSpacing not accepting decimal values

    Im trying to give an specific text format to my textFields. The problem here is that when I set the property letterSpacing with a decimal value I get a rounded space result... 1.4 becomes 1 and 1.5 returns a 2 px spacing. It is very fustrating.
    Adobe documentation:
    "A number representing the amount of space that is uniformly distributed between all characters.       The value specifies the number of pixels that are added to the advance after each character.       The default value is null, which means that 0 pixels of letter spacing is used.      You can use decimal values such as 1.75."
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextFormat.h tml?filter_flash=cs5&filter_flashplayer=10.2&filter_air=2.6#letterSpacing
    This code will show you my problem, you will noticed the absence of inbetween values from round spacing values.
    Paste inside .fla file
    var stringtest:String="Hello World";
    var numJump:Number=20;
    var spacingVal:Number=0;
    var increment:Number=0.2;
    var textFormat:TextFormat=new TextFormat();
    textFormat.font="Arial";
    textFormat.size=12;
    textFormat.letterSpacing=spacingVal;
    for(var i:int=0;i<25;i++){
        var testText:TextField=new TextField();
        textFormat.letterSpacing=spacingVal;
        testText.defaultTextFormat=textFormat
        testText.width=stage.stageWidth;
        testText.text=stringtest+" "+textFormat.letterSpacing;
        testText.y=testText.textHeight*i;
        stage.addChild(testText);
        spacingVal+=increment;
        spacingVal=(Math.round(spacingVal*10))/10;
    Thanks in advance.

    you must embed your font is use fractional letterspacing.  add Arial font to your library and assign it class=ArialF.  you can then use:
    import flash.text.Font;
    var stringtest:String="Hello World";
    var numJump:Number=20;
    var spacingVal:Number=0;
    var increment:Number=0.2;
    var textFormat:TextFormat=new TextFormat();
    var tf:Font = new ArialF();
    textFormat.font=tf.fontName;
    textFormat.size=12;
    textFormat.letterSpacing=spacingVal;
    for (var i:int=0; i<25; i++) {
        var testText:TextField=new TextField();
        textFormat.letterSpacing=spacingVal;
        testText.defaultTextFormat=textFormat;
        testText.width=stage.stageWidth;
        testText.embedFonts = true;
        testText.text=stringtest+" "+textFormat.letterSpacing;
        testText.y=testText.textHeight*i;
        stage.addChild(testText);
        spacingVal+=increment;
        spacingVal=(Math.round(spacingVal*10))/10;

  • Mail asking for/not accepting passwork

    I just started using this iMac again, after a nearly 3 year layoff as my wife is working at home and monopolizing the newer one. Mail won't download my emails even tho no settings have changed and the same email accounts are working just fine on 3 other Macs. Should I just delete the accounts and set them up again or is there a solution less drastic? Thanks.

    Turned out to be related to a minor difference in the username. Thanks.

  • Datatype declaration for a user field to accept decimal values

    What should a user defined field whose subtype is declared as price be declared so as to accept decimal values...I have declared as numeric but it is not accepting decimal values so how should it be declared..

    hi,
    in order to get Price format
    FieldType should be Units and Totals
    and structure of the field should be Price
    this makes the field to accept decimals even
    regards,
    varma

  • Replace text values

    Hello.
    I have problem with replacing values in text channels and I can't find solution.
    I have couple of channels filled with only 2 values: OK and NOK. How can I replace these values with for example 1 for OK and 0 for NOK ?
    This replacement is needed for a chart drawing. With current values I can't draw the chart because Diadem don't accept text values as a scale.
    Thanks in advance :-)
    Solved!
    Go to Solution.

    Hello Domin,
    Here is another easy way to solve this.
    Open the Calculator in DIAdem (either in VIEW, ANALYSIS or SCRIPT) - it's in the toolbar.
    Type the following line into the calculator:
    Ch("New Test") = -(Ch("[1]/Test")="ok")
    In this line of code, I am creating a new data channel called "New Test," and I am referencing the channel "Test" in group one in the Data Portal. Make sure to subsitute your chanel group and name. Please note that this is also case sensitive, so use "OK" instead of "ok" depending on how this is written in the data channel
    A new data channel will be created that contains "0" (for any line that's not "OK") and "1" (for the lines that contain "OK").
    You can turn this into a Script by adding a call to the calculator:
    Call Calculate("Ch(""New Test"") = -(Ch(""[1]/Test"")=""ok"")",NULL,NULL,"")
    I hope that helps, it doen't really get much easier than that. And this is very fast as well, if you have long channels.
    Let me know if I can be of further assistance,
          Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • LOV Accepting Any Value

    We have created some extension pages in OAF. Some of th LOVs in these pages do not accept the values which are not found in the LOV qry, but some LOVs accept the values which are not present in the qry. I can type in any value and save that value. What property of LOV governs this behaviour.

    Hi,
    in JDevOAF you have the "Disable Validation" property for the LOV fields.
    You can set it to "true" or "false".
    If you set it to "false", your LOV will accept only the values which are present in the query, otherwise you'll be able to type in any value.
    Bye
    Raffy

  • Clear text value not allowed for credentials in config.xml

    I am in the process of migrating our J2EE application from Weblogic 8.1 to Weblogic 10 MP1 and have converted config.xml to the new schema. When starting up in production mode, I see the following error which causes the server to shutdown:
    <Server failed. Reason: [Management:141266]Parsing Failure in config.xml: java.lang.IllegalArgumentException: In production mode, it's not allowed to set a clear text value to the property: CredentialEncrypted of SecurityConfigurationMBean>
    In 8.1 it seems that it would fill in the credentials based on the username and password in boot.properties so it was possible for our installation program to leave these entries blank. However, when starting in 10.0 it doesn't do this. Below is an excerpt from config.xml.
    <security-configuration>
    <name>xyz</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"></sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xsi:type="wls:default-role-mapperType"></sec:role-mapper>
    <sec:authorizer xsi:type="wls:default-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:user-lockout-manager></sec:user-lockout-manager>
    <sec:security-dd-model>Advanced</sec:security-dd-model>
    <sec:combined-role-mapping-enabled>false</sec:combined-role-mapping-enabled>
    <sec:name>myrealm</sec:name>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted></credential-encrypted>
    <web-app-files-case-insensitive>os</web-app-files-case-insensitive>
    <compatibility-connection-filters-enabled>true</compatibility-connection-filters-enabled>
    <enforce-strict-url-pattern>false</enforce-strict-url-pattern>
    </security-configuration>
    Is anyone else trying to do this?
    Henry

    Hi henry,
    While running a particular instance in the production mode(wls 10.x),prior to upgrading the domain you need to upgrade the security provider(all the mbeans ) you use in the previous versions and later on if you follow the domain upgrade you may find a solution for this issue...

  • Why values selected for a h:selectOneMenu via keyboard are not accepted?

    Hi,
    I have a h:selectOneMenu in a jspx page. When i run the page on IE6 and I select a value using the keyboard, the value selected is not accepted. But when i run the same page on Mozilla Firefoz 1.5 and select a value through the keyboard it works..
    Can someone help me on how to get the value wen i select through the keyboard on IE6.
    Thanks
    Meenackshi

    Tell IE to use the Sun VM.

  • Example for UITestControl.WaitForControlCondition Method checking for WpfText.Text value

    Hi
    I want to wait until the text value of a WpfText is a certain string. How would that be done using UITestControl.WaitForControlCondition Method when a predicate of the test function must be used and I need to reference the WpfText item I want to check
    text value of?
    Thanks
    RB_IA

    Hi RB_IA,
    AdrianHHH’s idea for that code is right, he meant that he compiled the code but he did not execute it to verify whether the code can run fine. I think that code should run.
    For the code you pasted, yes, the UITestControl parameter is not sent to IsStatusDone method through
     parameters within it directly, but the text is defined outside of IsStutusDone method and it is used in the IsStatusDone method.
    For your second doubt, Adrian used this API:
    WaitForControlCondition(Predicate<UITestControl>) which accepts a bool parameter as the specific condition instead of this API:
    WaitForCondition<T>(T, Predicate<T>).
    You can reference this code snippet which is used to
    wait till the status text of a control is “Succeeded” or “Failed”.in this blog:How
    To: Make playback wait for certain event?
    // Define the method to evaluate the condition
    private
    static
    bool IsStatusDoneOrError(UITestControl[] controls)
        WinText statusText = controls[0]
    as
    WinText;
        WinWindow errorDialog = controls[1]
    as
    WinWindow;
        return statusText.DisplayText ==
    "Succeeded" || errorDialog.Exists;
    // In test method, wait till the method evaluates to true
    UITestControl.WaitForCondition<UITestControl[]>(new
    UITestControl[] { statusText, errorDialog }, IsStatusDoneOrError);
    I am not a developer, maybe you can try to write your code like below to compare the text value of the wpf control through WpfText.DisplayText property with the expected text value:
    class ParameterisedIsStatusDone
        public
    ParameterisedIsStatusDone(string t)
    expectedtext = t;
        private
    string expectedtext;
        public
    bool IsStatusDone(UITestControl control)
    WpfText ControlTextVale = control
    as WpfText;
    return
    ControlTextVale.DisplayText ==
    expectedtext;
    ParameterisedIsStatusDone pisd =
    new ParameterisedIsStatusDone("Succeeded");
    yourControl.WaitForControlCondition(pisd.IsStatusDone);
    You also can reference Victor Zn's solution in that thread.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for