EndUser forgetting to enter zeroes in front of a number

Post Author: ANTJIM
CA Forum: General Feedback
I am new to CrystalReport XI and any of its versions. How do you write the script so that if enduser forgot to enter zeroes (ie.,00504) to a prompt, the application will know to pull the data on number 504  from {Log.TicketNumber}?  Thanks

Hi,
Post your query and some data. Seriously. There are a number of different possible explanations, mostly invlolving TO_CHAR or COLUMN. I don't want to write them all, and you don't want to read them all.

Similar Messages

  • Forgetting to enter zeroes in front of the number

    Post Author: ANTJIM
    CA Forum: Deployment
    I am new to CrystalReport XI and any of its versions. How do you write the script so that if enduser forgot to enter zeroes (ie.,00504), the application will know to pull the data on number 504  from {Log.TicketNumber}?  Thanks.

    It just happens on calls.It doesn't cause any issues when calling.I don't 
    store contacts with "+1" in front of their name.Can you ask if it's just a 
    software issue or a carrier issue?
    In a message dated 3/27/2015 9:29:52 A.M. Eastern Daylight Time, 
    [email protected] writes:
             (https://community.verizonwireless.com/)      
    A  message from the Verizon  Wireless Community
    (https://community.verizonwireless.com/) 
          (https://www.verizonwireless.com/wcms/consumer/explore.html)  
    (http://www.verizonwireless.com/wcms/consumer/shop.html)  
    (http://www.verizonwireless.com/b2c/myverizonlp/)   (http://www.verizonwireless.com/support/) 
    I  just bought the Nexus 6.Everytime I go to make a cell or receive a  call
    there's a +1 in front of the number?Any way to turn the +1  off?
    created by Verizon  Wireless Customer Support
    (https://community.verizonwireless.com/people/vzw_customer_support)  in Android - _View  the full
    discussion_ (https://community.verizonwireless.com/message/1239836#1239836)

  • Automatically eliminates the zeros in front of other numbers

    Numbers and Excel automatically get rid of the zeros in front of another number (like 1,2,3,4 etc)
    How do I fix this?

    It is probably that I do not fully understand your question. I'm reading it that you want to see the leading zeroes. Here's the Excel method mentioned above:
    Regards,

  • Leading zeroo in front of kunnr number from kna1 after selecting from kna1

    hi
    i and selecting kunnr from kna1 table which is char 10
    i want to place leading zeros in front of customer number after selection from the table
    pls suggest the way to do so
    also let me know the funtion module to remove leading zeros
    regards
    Arora

    hi
    arora
    first export reuired value to fm
    and get the import value into another intermediate varable
    and pass this intermediate variable to the required select statement where condition
    REPORT  zvcrconversionroutines                  .
    PARAMETERS v_matnr LIKE mara-matnr MATCHCODE OBJECT zmara .
    START-OF-SELECTION.
    SELECT SINGLE matnr FROM mara INTO v_matnr
    WHERE matnr EQ v_matnr.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
      EXPORTING
        input         = v_matnr
    IMPORTING
       output        = v_matnr
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
      EXPORTING
        input         = v_matnr
    IMPORTING
       output        = v_matnr
    IF sy-subrc EQ 0.
    WRITE :/1 v_matnr.
    ELSE.
    WRITE: /2 'invilad material'.
    ENDIF.
    reward for use ful points
    regards
    Nagesh.Paruchuri

  • IP : Delete a value in e cell without entering zero

    We have an input ready planning layout created with WAD. In WEB user deletes a value in a cell without entering zero instead. When we refresh data former value appears again. When the user enters zero to the cell we have no problem. When we execute the query with BEX and delete the value in cell without entering zero, there is no problem also. Is there a parameter in WAD to check this?

    Hi
    If you create a "Delete" function and provide the same on layout it will delete the same from the cube. However, the user need to enter the line # which he/she wants to delete from the layout. Ofcourse, entering zero in the input for Key Figure will help delete the values from cube but if it has any corresponding calculations (say salary or revenue)....it will not get nullified. It is always good idea to provide a standard delete function on the layout.
    Regards
    Srinivas

  • How to prevent user from entering zero hours in Timecard

    We have a need to prevent user to enter/submit zero hours in timecard. The case right now is user will be able to enter:
    Hours Type M T W T F
    Vacation 0 8 0 0 0'
    and when we run BEE transfer process it created absences with zero hour duration for Monday, Wednesday, Thursday and Friday.
    We try to prevent absences to be created with zero hours or user to be able to enter zero hours in timecard.
    Please help.
    Thanks

    Hi
    you can refer following example
    ========= formula ===============
    Initialise Variables which can be null
    default for db_pre_period_start is ' '
    default for db_pre_period_end is ' '
    default for db_post_period_start is ' '
    default for db_post_period_end is ' '
    default for db_ref_period_start is ' '
    default for db_ref_period_end is ' '
    READ IN INPUT VARIABLES
    INPUTS ARE resource_id (number)
    , submission_date (text)
    , period (number)
    , period_maximum (number)
    , reference_period (number)
    , db_pre_period_start (text)
    , db_pre_period_end (text)
    , db_post_period_start (text)
    , db_post_period_end (text)
    , db_ref_period_start (text)
    , db_ref_period_end (text)
    , duration_in_days (number)
    , timecard_hrs (number)
    Processing
    l_return = otl_24_hours_check()
    IF l_return > 0 THEN
         ( rule_status = 'E'
         message1 = 'DAILY_MAX_LIMIT' )
    RETURN VARIABLE
    RETURN rule_status, message1
    ============= database package ==============
    FUNCTION otl_24_hours_check
    RETURN NUMBER IS
    j NUMBER := 0;
    e_count NUMBER := 0;
    tc_blocks Hxc_Self_Service_Time_Deposit.timecard_info;
    BEGIN
    tc_blocks := Hxc_Self_Service_Time_Deposit.get_building_blocks;
    j := tc_blocks.FIRST;
    WHILE j IS NOT NULL
    LOOP
    BEGIN
    IF tc_blocks(j).scope = 'DETAIL' THEN
    IF to_number(tc_blocks(j).measure) > 24 then
    e_count := e_count + 1;
    END IF;
    END IF;
    j := tc_blocks.NEXT(j);
    END;
    END LOOP;
    RETURN e_count;
    END;
    ================================
    above formula checks if a person entered more than 24 hours in a day

  • I want to keep my iteunes apple password stored on my apple tv device, so i do not have to enter it in front of people, every time I want to rent or purchse, or even watch a movie on my apple tv

    I would like to keep my apple itunes store password stored on my apple tv device, so I do not need to re-enter it everytime I want to watch or rent a movie.  it is uncomfortable to have to enter it in front of NON family members

    I'm having a little trouble understanding the part about your password having to be reset. Why is that happening??
    Let's start with Firefox's settings:
    (1) You can configure the password manager feature on this tab:
    orange Firefox button (or Tools menu) > Options > Security
    There is a checkbox to enable/disable the feature.
    There also is a "Saved Passwords" button to review and remove any passwords you do not want Firefox to keep.
    That tab also has a feature to set a Master Password so that no one can use your saved passwords without knowing the Master Password. You may need to exit Firefox in order for Firefox to ask for that again.
    Related articles:
    * [[Password manager - Remember, delete and change saved passwords in Firefox]]
    * [[Use a Master Password to protect stored logins and passwords]]
    (2) Site-specific permissions
    If you want to use the password manager for other sites but NOT a particular site, you can configure that in the Permissions Manager.
    In a new tab, type or paste '''about:permissions''' in the address bar and press Enter.
    After the page loads, use the search box in the upper left corner to narrow down the list to the site you want to configure. Highlight the site on the left side, and on the right side, choose Block under Store Passwords.
    (3) Form autocomplete suggestions
    Separate from passwords, Firefox remembers entries you've made into forms (in most cases) and lists the matching ones below the form field in a drop-down.
    To clear a suggestion, press the down arrow key to highlight it and press the Delete key.
    To turn off this feature, see this article: [[Control whether Firefox automatically fills in forms with your information]].
    To review and selectively edit or delete form history entries, you need an add-on. For example, you could try this one: https://addons.mozilla.org/firefox/addon/form-history-control/

  • How to add a zero in front of integer?

    i have a value, which is int, retrieve from database
    but now, i wish to add a zero in front of those single digit integer value, can anyone teach me how to do it?

    If you want to display 1 as 01 then one solution is is that yu have to convert it to the string and then display it. you can use this function
    private String convertString(int i)
    if(i<10)
    return "0"+Integer.toString(i);
    else
    return Integer.toString(i);
    i am using this function in my application.

  • Hi I forget my enter passcode

    hi
    would you please help me i forget my enter passcode.
    how can i reset this pass code

    FORCE IPAD INTO RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port. Do not release button until you see picture of iTunes and plug (very important)
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note: Data will be lost

  • I have problem with the ID I can not forget to enter the account

    I have problem with the ID I can not forget to enter the account

    Please re-phrase the question or post in your native language.

  • Insert Zero's in a Check Number

    I have a check form that has a MICR line that will have check number <2001> I need that field to insert 5 zeroes in front of that check number and justify. The check number will always be 10 digits and I need to add zeroes as needed.
    Thought I could use the picture clause but it does not seem to do anything for me.

    Hi Mark,
    Thank you very much for following this up. I look forward to the answer from ESRI. Hopefully, it was something very obvious that I missed.
    I just wonder from the comment, ' They simply have to alter the number precision' - is this on the Oracle-side or the ArcMap-side.
    I've read the following:
    http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Geodatabase_field_data_types
    "...Specifying the precision and scale allows you to restrict the range of values and number formats a field can accept, giving you greater control. For example, if you specify a float with a precision of 4 and a scale of 2, the field will accept 12.34. If you try to enter 12.345 into the field, an error message would display, as this exceeds the maximum number of digits and decimal places allowed. On the other hand, if you specify a float with a precision of 5 and a scale of 3, the field would let you enter the 12.345...."
    However, does this mean if I (...well not me, one of our GIS users) inserts 4 into the database I want to see it as 4.000 in ArcMap? To represent a measurement taken in mm's.
    We use here Oracle 10.2, ESRI SDE 9.1, ESRI ArcMap 9.1, Solaris 10
    Message was edited by:
    dhuhkosi

  • When using a chart in Pages, the first zero is deleted in any number beginning with a zero

    When using a chart in Pages, the first zero is deleted in any number beginning with a zero (for example, 055). How do I stop this?

    The leading zero in the value 55 is unnecessary, so Numbers eliminates it for cells formatted as Number or Automatic. A cell formatted as Text prior to making the entry will take whatever you type into it and keep it as entered. A cell formatted as Numeral System will display as many places as you tell it to, and will add zeros as necessary without your even having to type them in.
    Jerry

  • Enter the Section code for line number '000'

    Dear Consultants,
    While posting the Travel Expenses, The system generates posting documents but gives error as "Enter the Section code for line number '000'". Please advise me about the activity to which this error is related to. I am giving Document type as AB.
    This error is seen only if the Expense Type is related to some Vendor account like Expenses by company (Service provider's vendor a/c) or Advances paid to the employee & Expenses incurred by employee (Employee Vendor account)
    Regards,
    Bindumadhav
    Edited by: BINDUMADHAV AMBIKE on Mar 26, 2011 7:18 PM

    I found that some validation criteria were maintained in Tcode OB28. We can edit those validation criteria to exclude Travel Management. OR it was suggested by FICO to use posting key as 34 instead of 31.
    This solved my problem.

  • Leading zero's for field Serial Number

    Hi All,
    I need to be able to have leading zero's for the serial number field (GERNR). I have found a few notes for the industry solution for A&D but does anyone know if there is a solution for normal ECC?
    Cheers
    Chris
    Edited by: Chris March on Sep 16, 2008 2:49 PM

    Hi Chris
    Did you manage to get a solution for this?
    Regards
    Anant

  • E90: How to enter a space into a phone number?

    Hi,
    does anyone know if it's possible to enter a space into a phone number in the E90's Contacts manager? It is possible with my Nokia 9500, and I transferred my contacts from it to the E90, and spaces in phone numbers were preserved, but when I enter a new contact I can't find any way to enter a space! This is very frustrating, as I find it very useful to pad out numbers with spaces, for example to make it clearer which provider a mobile number has, or what city code a land line has, and it also makes it easier to read out numbers over the phone. I have the same problem with hypens, which are handy for separating extension numbers from the rest of the number. I see that there is an optional label "Extension (bus.)", but that's not much use if the extension is for the fax machine...
    Ian
    Solved!
    Go to Solution.

    Thanks for your suggestions, and for bringing OVI to my attention, which I hadn't heard of before. However, all the suggestions require the use of another computer or service, whereas what I want is to be able to work with my communicator "stand alone" as far as possible, without having to rely on other systems, especially Windows systems! One of the features I most appreciate about the E90 is the USB interface, which means I can make backups without having to rely on software that only runs under Windows. In my case this means I can make backups to my Linux PC very quickly and easily, without needing to install any special software.
    Ian
    24-Nov-2008 02:01 PM
    cdl_1 wrote:
    I don't know about the E90, but with the E61 and E71 you can:
    - add spaces from OVI and then update the mobile
    - add spaces in Outlook (or whatever PIM you use) and then update the mobile
    - import a text file (using PC suite) with spaces from your PC to your mobile
    My guess is that all of the above would work with the E90. Let me know!

Maybe you are looking for

  • ASN creation based on ECC inbound delivery

    Hi All, I have a scenario in which we are creating an inbound delivery in ECC and corresponding ASN should be created in supplier system. In order to achieve this functionality of ECC to supplier system is there any way to map this functionality thro

  • NAST: Entradas duplicadas para o mesmo DOCNUM (SCAN)

    Olá pessoal, Recentemente configuramos e ativamos o SCAN em produção e atualmente estamos utilizando o SCAN para a emissão de NFs da filial em PE com sucesso. A impressão/reimpressão do DANFE é feita através de uma transação Z que faz um call transac

  • How to Upload Qualifications of persons &  Positions

    Hi Friends, I tried to upload the qualifications using BDC, but that is not working then I tried using PP01 & PP02 also for Infotype 1001 but what ever that is maintained there it is not displaying in IT24 or in profile Pls suggest me any better way

  • Iphoto "freezing" when launching slideshow or preferences pane

    I am running iphoto 7.1(347). I have 15,523 photos in the library. Whenever I try to launch a slideshow of RAW photos, I get the beach ball for about 5mins or so, then it plays fine. I also get it sometimes when I open the preferences pane as well. I

  • /usr/bin/php: fork: Resource temporarily unavailable

    I seem to have broken the built in php. Anyone have any idea on how to fix it or how to reinstall php. HELP PLEASE