Maximum Num of Special Characters in a cell

Hello All,
We have a currency value in our report as "-$200", our requirement is to display -ve sign in closed brackets as "$(200)".
For this we made a query level property as "Display -Ve value in ()" and after making this change the key figure value is displaying as "$(200" and not as "$(200)".
Can someone please suggest me is there any limitations for the number of special characters that can be used in a particular cell value?
Also please suggest me if any solution for the same?
Regards,
AVS Reddy

Hi AVS Reddy:
   Please check if the SAP note below helps you in solving the issue.
Note 1458878 - "For a negative number, there is no closing parentheses"
Regards,
Francisco Milán.

Similar Messages

  • Maximum Number of Special Characters in a cell

    Hello All,
    We have a currency value in our report as "-$200", our requirement is to display -ve sign in closed brackets as "$(200)".
    For this we made a query level property as "Display -Ve value in ()" and after making this change the key figure value is displaying as "$(200" and not as "$(200)".
    Can someone please suggest me is there any limitations for the number of special characters that can be used in a particular cell value?
    Also please suggest me if any solution for the same?
    Regards,
    AVS Reddy

    Hi,
    I dont feel like 3 is the limitation for a cell to hold special character.
    check the query output in RSRT and analyze...check your SP and raise to SAP...if you still face this issue...
    Regards,
    Rakesh.

  • How do I remove spaces or special characters within a cell for large amounts of data

    Is there any shortcut to remove spaces between words and numbers within a cell?
    Example:
    Current: .5 lt PET (6)
    Need: .5ltPET(6)
    Is there any shortcut to remove special characters between numbers within a cell?
    Example:
    Current: 0--000--000--0
    Need: 00000000

    Thanks Wayne.
    I have been away from using Numbers or Excel for 4-5 years so it is slowly coming back to me. I am get that I need to use the SUBSTITUTE function however I am having trouble with getting it to work.
    My Data
    ST PAULI 12/12 NR
    $27.16
    12oz NR(12)
    0--80660--95937--5
    ST PAULI 4/6/12 NR
    $28.76
    12oz NR(6)
    0--80660--95935--1
    ST PAULI DK 12/12 NR
    $0.00
    12oz NR(12)
    0--000--000--0
    ST PAULI DK 4/6/12 NR
    $28.76
    12oz NR(6)
    0--80660--95945--0
    ST PAULI N/A 4/6/12 NR
    $20.66
    12oz NR(6)
    0--80660--95955--9
    CAYMAN JACK 4/6/12 NR
    $29.12
    12oz NR(6)
    8--15829--01006--8
    CAYMAN JACK 8OZ/12PK CAN
    $23.18
    8oz CAN(12)
    8--15829--01061--7
    TGIF LIIT 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01043--3
    TGIF MARGARITA 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01047--1
    TGIF PINA COLADA 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01045--7
    TGIF STRAWBERRY 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01042--6
    BALLAST PT BIG EYE IPA 1/2 BBL
    $190.00
    KEG 1984oz (1/2 KEG)
    0--000--000--0
    BALLAST PT BIG EYE IPA 1/6 BBL
    $73.00
    KEG 660.1oz (1/6 KEG)
    0--000--000--0
    BALLAST PT BIG EYE IPA 4/6/12 CAN
    $33.00
    12oz CAN(6)
    6--72438--00052--7
    There are many more but this is enough to show you. I need to remove all spaces from the First and Third Columns. I need to remove all (--) from the fourth. Where do I put in the substitute function and what is source sting, existing-string, new-string, and occurrence.
    Thank You for your help.

  • Special characters for projects

    Hi experts,
              Kindly explain to me how to define multiple Special characters in project system.
    Regards,
    Shynu John

    Hi,
    Do you mean Special characters for the Project coding mask?
    If that is the case, you can define the special characters in OPSK. A maximum of 8 special characters can be defined in it.
    And then create the project coding mask in OPSJ using those special characters as per your requirement. Alpha-numeric and numeric characters combination can be used along with the special characters while creation of coding mask.
    Regards,
    Kabir

  • Have a problem in Numbers with entering data directly into a cell when a table reaches a certain size and special characters are used?

    I am creating a list of words with special characters in some of them. I get to a point where I cannot enter data directly into the cell. I have to use the data entry bar at the top in the toolbar. Any solutions available?
    This is the table I am creating...
    From row 25 on, I am only able to enter data into the cell through the toolbar at the top and not directly into the cell itself. I believe that this problem originates from the special characters I have inserted in the previous records because if I do not use special characters, then the spreadsheet acts flawlessly. Have there been issues in Numbers with data entry, the size of a table, and using special characters?

    I would try removing the rows with "special" characters one at a time to see which one is causing the problem

  • How to remove special characters while typing data in edit cell in datagrid in flex4

    Hi Friends,
    I am facing this problem "how to remove special characters while typing data in edit cell in datagrid in flex4".If know anyone please help in this
    Thanks,
    Anderson.

    Removes any characters from
    @myString that do not meet the
    provided criteria.
    CREATE FUNCTION dbo.GetCharacters(@myString varchar(500), @validChars varchar(100))
    RETURNS varchar(500) AS
    BEGIN
    While @myString like '%[^' + @validChars + ']%'
    Select @myString = replace(@myString,substring(@myString,patindex('%[^' + @validChars + ']%',@myString),1),'')
    Return @myString
    END
    Go
    Declare @testStr varchar(1000),
    @i int
    Set @i = 1
    while @i < 255
    Select
    @TestStr = isnull(@TestStr,'') + isnull(char(@i),''),
    @i = @i + 1
    Select @TestStr
    Select dbo.GetCharacters(@TestStr,'a-z')
    Select dbo.GetCharacters(@TestStr,'0-9')
    Select dbo.GetCharacters(@TestStr,'0-9a-z')
    Select dbo.GetCharacters(@TestStr,'02468bferlki')
    perfect soluction

  • Special characters into datagrid through the use of buttons

    Hi!
    I have a datagrid for word input, I'm trying to create a "special characters" panel, kind of like google's new "virtual keyboard" thing on google.com, so that the user can enter data into the datagrid cells using characters that aren't on their keyboards.
    I manage to do this just fine, using the solution below. I know this is probably not the best/most effective way to do this, so any suggestions for making the code better will be appreciated. I only started using Flex a month ago.
    grid.addEventListener(DataGridEvent.ITEM_EDIT_BEGIN, selectColumn)
    function selectColumn(event:DataGridEvent):void
    var selectedColumn:DataGridColumn = grid.columns[event.columnIndex];
    selCol = selectedColumn.dataField;
    //The function for adding a special character to the selected datagrid column by clicking a button:
    //(inputWordArray is the dataprovider for the grid called "grid" )
    protected function clickSomeButton(event:MouseEvent):void
    var colIndex:int = new int;
    if (selCol == "from"){
    inputWordArray[grid.selectedIndex].from = inputWordArray[grid.selectedIndex].from + "æ";
    colIndex = 0;
    else if (selCol == "to"){
    colIndex = 1;
    inputWordArray[grid.selectedIndex].to = inputWordArray[grid.selectedIndex].to + "æ";
    inputWordArray.refresh();
    grid.dispatchEvent(new DataGridEvent(DataGridEvent.ITEM_EDIT_BEGINNING, false, false, colIndex, null, grid.selectedIndex));
    The problem is that this only adds a letter at the end of the selected item's value, not at a specific position within the word specified by the position of the cursor. This is what I need to achieve. I have no idea even what to search for, if anyone could please give me a hint that'd be great.

    You will probably need to capture the editor's selectionBeginIndex and
    selectionEndIndex

  • Special characters in passwords

    Where can I get documentation for restrictions on passwords. Like what special characters can be used in
    passwords?
    Maximum length etc?

    Passwords follow the same rules as other identifiers in the database:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/sql_elements9a.htm#27566
    That means:
    - not case sensitive
    - 1 to 30 characters long
    - no Oracle reserved word
    - no quotation marks
    - must begin with an alphabetic character
    - only alphanumeric characters, underscore (_), dollar sign ($), pound sign (#)

  • 0CUSTOMER Special Characters Error in Load

    Hi Experts,
        I am loading Customer Master data from R/3 into BW via 0CUSTOMER_ATTR extractor. Some user-entered fields in R/3 such as NAME, NAME1, STREET etc have some special characters - which look like a square.
    This data used to come over into BW w/o errors. Now I have added some date fields to the extract eg CREATED_ON. All records that have the special characters now show-up incorrectly; as in ALL fields after the special characters have shifted to the left. So a few characters from CREATED_BY have spilled into CREATED_ON, Telephone Ext has spilled into Telephone Num and so on.
    This is how the data is coming into the PSA from R/3. So I can't even check for special characters in the trans routine. ( The data is already bad in the PSA).I checked RSA3. there is no such spillage on the R/3 side. The spilling of data is happening between R/3 and BW.
    Any Idea whats going on here and how to fix this?
    thanks,
    Kartik.

    I think you have to check infoobject length in BI and the order of the infoobjects in the infosource compared to extractor fields.Any incosistency here may cause the spillage of data.
    The new fields created in R/3 especially with varying lengths of data seems to be causing the trouble..

  • Hi friends, Problems with Special Characters in Table download to Excel.

    Hi friends,
    I am using Binary Cache method to download to excel. The problem is that there are certain fields in the back end R/3  that has special characters in it eg : & * £ # etc.
    As a result, the download is not working for these rows. Please can any of you tell me how to get rid of this. As an example let's say I wan to replace the "&" with "and".
    Please help.
    Thank You.
    Avik

    hi,
    Hope you find tgis of some help !!
    public void ReplaceMethod( )
        //@@begin ReplaceMethod()
        // get the string value of the cell (for you from the table cell, for eg, Pinki & Rakesh)
        test = wdContext.currentTestStringConversionElement().getInput();
        // calculate the total length of the String
        n=test.length ();
        if(n!=0)
                for(i=1;i<=n;i++)
    // catching each character from the String
                            c = test.charAt (i-1);
            // checking if any character within the String (eg, Pinki & Rakesh)  is “&”            
                               if (c=='&')
                                                                wdContext.currentTestStringConversionElement().setOutput(Character.toString(c));
                                                                no=i;
                                                                break;
                String val = Integer.toString(no);
                               //wdContext.currentTestStringConversionElement().setNo(val);
                // breaking the String and adding “ and” in place of “&”            
                            sub1=   test.substring(0,i-1);
                            sub2= "  and  ";
                            sub3= test.substring(i,n);
                      //Concatenating the String   
                            test1 = sub1sub2sub3;
                      //Printing the String  
                            wdContext.currentTestStringConversionElement().setOutput(test1);

  • How to add more special characters

    hello, is there any possibility to add more special
    characters ? I know how to use characters from windows, i read that
    tutorial, but if i want to add into special characters toolbar from
    fireworks is there any chance ?
    Because i have a problem with adobe acrobat. If i add a
    special characters from windows i get this error "?", but if i
    choose to add a character from adobe fireworks, it works fine.

    Hi Anubhav,
    Please refer in this code:
    DATA : INT_VAR TYPE /BI0/OIPOSTXT.
    DATA : length TYPE i.
    DATA : num type i.
    MOVE SOURCE_FIELDS-SGTXT TO INT_VAR.
    TRANSLATE int_var TO UPPER CASE .
    num = 0.
    length = STRLEN( int_var ).
    DO length TIMES.
       IF int_var+num(1) CN
       ',<>?/\:;"''ABCDEFGHI JKLMNOPQRSTUVWXYZ!%^&*()__+=1234567890'.
        int_var+num(1) = ''.
       ENDIF.
       num = num + 1.
    ENDDO.
    condense int_var NO-GAPS.
    RESULT = int_var.
    Revise that code based on your scenario..Just post here for any queries..
    For other solutions, please refer in this thread:
    handle invalid char at end of text
    Regards,
    Loed

  • How to  remove the Special characters like @,#,$ ,..from field

    How to  remove the Special characters like @,#,$<,..from text  field. we nedd to remove any specila char from text field .
    ex:text  = just#fi%cation@text
    the text should be justification.

    hi check this ..
    data:char(25) value '5#4#2#&1#&',
         char1(9) .
           replace all occurrences of '#' in char with 'and' .
           replace all occurrences of '&' in char with 'num' .
         write: char.
    or use this..
    data:char(25) value 'test@ing*5#4#2#&1#&',
         char1(9) .
           replace all occurrences of '#' in char with space .
           replace all occurrences of '&' in char with space .
           replace all occurrences of '@' in char with space .
           replace all occurrences of '*' in char with space .
         write: char.
    regards,
    venkat.

  • Function to insert special characters

    I want procedure or function which can insert set of huge values say1000.. with special characters existing in spreasheet to a table.
    for example:
    L&T Infotech
    Ana's parlour
    Procter & Gamble
    ETSA Transmission Corporation T/As Electranet SA

    And the problem is where?
    You don't know how to work with spreadsheets (assuming excel) or Oracle?
    OK here is an example
    Table is as follows:
    SQL> create table mytable (col1 varchar2(100), col2 varchar2(100));
    Table created.Excel cell contains following value
    Latvia's men & women
    You need it to insert in the table
    The formula for insert creation is (one example of thousands of course ;)
    =CONCATENATE("INSERT INTO mytable (col1, col2) values ('";SUBSTITUTE(C16;"'";"''");"', 'aaa');")As a result you need in sqlplus do following
    SET SCAN OFF
    and then just call script with your calculated excel column values and for particular above mentioned column and table it would be:
    SQL> set scan off
    SQL> INSERT INTO mytable (col1, col2) values ('Latvia''s men & women', 'aaa');
    1 row created.Gints Plivna
    http://www.gplivna.eu

  • Regexp for exclude special characters

    hi!
    i need a regular expression, which allows all chars and digits [A-Za-z0-9], without special characters like []@.
    anyone can help me? thx!
    bye,
    christian

    Hello Christian,
    first throw of mine would look like something of this:
    ^[A-Za-z0-9]*$^ gives you the start
    $ gives you the ending
    * gives you zero or more repititions. You can replace this with {min,max}, which gives you a minimum and maximum length.
    If you would like to know more about regular expressions this link might be useful for you.
    Regards,
    Tine

  • DDE.Request retreives special characters - excel sheet

    Hi,
    When I am trying to use DDE.Request to import data from excel sheet, some special characters also comming with the data in the cell.
    How can I remove this special characters?.
    Can anybody help me
    Thanks,
    Dileep

    Hi ,
    What if you try to do the import using the OLE2 package...????
    Regards,
    Simon

Maybe you are looking for

  • Cannot collectto BT cloud

    I cannot connect to BT cloud. A fully up to date windows 8.1 machine working off a home network with a gigabit switch. BT cloud installs but fails to connect giving the same  error message. "Cannot connect to service check your network connection." I

  • Free space in external drive when trash is empty

    I had a big folder in my external hard disk (60 Gb) I sent it to the trash and then I empty the trash but the space the file occupied is still ocuppied in the drive. How do I free up the space in my external drive? I know it should be free but someho

  • Solution to Blu-ray Error: "Fatal Error", Code: "6", Note:"

    I had previously been able to export to a BD image with no problem and suddenly I started getting this error. People seem to be finding various ways to work around the problem including rerouting menu buttons and installing MSXML 6.0, none of which w

  • Spreadsheets

    I downloaded the IOS-7 on my I-Phone 4S and Pad, now I can not open any spreadsheet on ethier device. I can open it however on my laptop. What is the solution to this issue. I email myself a excel spreadsheet and can open it in the email. I go to ope

  • Suddenly, nothing happens. Firefox opens, but no subject opens.

    If I put a subject in the space for it, nothing happens. This has never happened before. What could possibly have happened to cause this, and how do I restore normal functioning?