Do not want Comma in the drop down of my dynamic Parameter

Hello All,
I have a dynamic parameter on year and the database values are
2007
2008
2009
But when the user selects from the drop down box it displays with a comma as a seaprator in thousands like
2,007
2,008
2,009
Please suggest me how can i remove this comma in the drop down box.
Thanks
Robinn

Since it is a dynamic parameter you can try creating LOV using Business View Manager or try to create a new report using add command and use the query with convert function and try to create a dynamic parameter using the field in the report. If the format is fine then try to save the report to server which will automatically generates LOV in the repository.
Regards,
Raghavendra.G

Similar Messages

  • I have Adobe Photoshop Elements 10 and I wish to upgrade with Adobe Creative Suite 3 but the option is not coming up on the drop down menu

    I have Adobe Photoshop Elements 10 and I wish to upgrade with Adobe Creative Suite 3 but the option is not coming up on the drop down menu

    The first two issues sound like a video driver problem.
    What is the make/model of your video card/chip?
    What is the installed video driver number and date?
    For the last issue, it could be many things, including the video driver. I'd look over this ARTICLE, and if there is nothing in the first part, then move on to tuning up the OS an computer in the second part. That would probably be a good time to post the full specs. of your computer, and also both your Project and Source footage. Finally, part three covers many troubleshooting tips, and furnishes many links.
    Good luck,
    Hunt

  • Want to hide the drop down based on text field value

    Hi,
    I want to hide some of the values in drop down based on one text field value.
    I have the field called name which has the value A, B, C, D and also one drop down list which has the values 1,2,3,4,5,6. I want to hide the some of the values in drop down based on A or B or C. Let say, If it is A, drop down value should be 1,3,5. If it is B, Drop down value should be 1,2,3,4. Like this for every record.
    Can you please help me out.
    Thanks
    Ram

    Hi Robert,
    I am trying it in two different way. Please suggest which is the right one and feasible.
    1) I have the drop down list which has all the status. I am trying to hide the drop down values based on one text field value for all records.
    2) I have collected all the drop down values into table in webdynpro method. Rightnow I have two tables.
      one has line items details and another one have drop down values. both tables having common fields.
      I have to show second table values for that particular key, move all of them to drop down.
    Which is the best and feasible option.
    Thanks
    Ram

  • Output devices list  not appearing completely in the drop down list

    Hi,
    I have a query where I am not able to see all the 583 output devices in the drop down list of output device for a transaction code whereas I can see all the output devices in SPAD. Can anyone tell me the reason for this?
    Thanks.
    Brijesh

    Dear Brijesh,
    You can show all the value, click on the restriction button, then change the max numbers of hits to 10000,then you can list all the data in drop down, as per i know in standard it will only give you 500.
    Regards

  • When I delete a name from the address book it does not delete it from the drop down name menu when forwarding a message. How do I remove it from the drop down menu?

    When I delete a name from Address Book it is not removed from the name drop down list when forwarding a message. How can I remove it from the drop down list?

    In Mail go to the Window Menu and select Previous Recipients. Deleting entries from there won't delete them from your Address Book.

  • My scanner does not show up in the drop down list to get photos from scanner

    Deleted scanner is listed and drop down list does not contain my new scanner?

    Of course, we don't know what Adobe told you to do. It may well be a bug. Yesterday someone posted on another forum with a similar problem as it relates to PSEv.11.
    http://www.elementsvillage.com/forums/showthread.php?t=80876
    If you have not done so already, I would exhort you to go to the Canon web site to download the latest driver for your machine. The installation disk may have been produced prior to release of PSEv.12. Nothing to lose!

  • HT1918 I'm from the Philippines and the County field does not accept 3 letters. Not sure why when the drop down options only has 3 letters for the provinces.

    The Philippines only has Provinces not Counties and the province initials only have 3 letters. I cannot create my Apple ID because it keeps getting the "enter at least 4 letters or numbers" error. Please help.

    kodemage wrote:
    well, then recovery mode does not work. I've tried all the key combinations I've seen on line. Command+R, Command+Option+R, Command+Option+P+R, none of these work.
    I don't believe there is anything we can do on a forum to help then, you need to take it into a AASP and have it professionaly diagnosed. If you don't know how to locate an AASP in your area you can begin by using Contact Apple for support and service
    Good luck.

  • Devices not detected - where is the drop down menu for device?

    the latest 11.0.1 update doesn't have the dropdown menu for devices and if i click on FILE > DEVICES, nothing happens plus all the selections are greyed out!
    can anyone explain?
    thanks

    Thanks, but the issue was that i had to restart my computer! iTunes has detected my devices now, but thanks!

  • Cannot remove autocomplete entry from address bar; have already cleared history, and entry is not in the drop-down menu of the address bar either.

    I am having problems removing an autocomplete entry from my address bar; I have tried clearing my history, so it's no longer in that, and I do not have it bookmarked either, so it's not getting the URL from that location either. The autocomplete entry isn't even showing up in the drop down menu, so I can't even scroll through that to delete it.
    Basically, I want to be able to type "st" and go to "store.steampowered.com"; however, despite numerous times of typing in "st" and then going down into the drop-down menu to choose "store.steampowered.com", the bar continues to autocomplete "steamtrades.com", which is exceptionally annoying because I do not have that website bookmarked, or in my history, yet it continues to autocomplete to that address, which I do not want it to autocomplete to, and cannot figure out how to remove because I've already cleared my history multiple times, do not have it bookmarked, and it is not showing up in the drop down of the address bar for me to go down and force delete it.

    Did you try to remove some letters from steamtrades.com to see if that bring this entry up in the drop-down list?
    If it is not in the history then it might be present with a typed=1 flag indicating that you have typed or pasted it in the location bar.
    You can use the SQLite Manager extension in Firefox to inspect the places.sqlite file to see if this entry comes up in the moz_places table.
    *SQLite Manager: https://addons.mozilla.org/firefox/addon/sqlite-manager/
    <pre><nowiki>SELECT datetime(visit_date/1000000,'unixepoch') AS visit_date, url, title, visit_count, frecency
    FROM moz_places, moz_historyvisits
    WHERE moz_places.id = moz_historyvisits.place_id AND url LIKE '%steamtrades.com%'</nowiki></pre>

  • How to populate the values in the drop down list form the xml file ?

    I want to populate the drop down list values from a seperate xml file called ReferenceData. I created this file, which consists of a mapping entry in the form of ( key,value ) pair. Am mapping this xml file in to form by using rule named as getAppReferenceData.
    But the values are not getting populated in the form. And I have a doubt of, where should we keep that xml file? (under which path / folder ).

    what would help is if you showed what you do in the rule, either the code or a express trace of the rule.
    The other thing you need to know is where you want to get the file from. Yes java can read a file from anywhere on the system but there is a security layer in there which might prevent the file being opened. Have you allowed acces to the file via the security policy settings via java.io.FilePermission?
    WilfredS

  • I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. How can I fix this?

    I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. Can I fix this?

    I'm fairly new to this, but I think it has to do with the way you have the drop downs named. Did you copy one then keep pasting it in each field? If so, that is the problem. You should rename each one with a different number: Dropdown1, Dropdown2, etc. I think that might solve the issue.

  • I am currently using FormsCentral to distribute a form created in Acrobat. I need to add an option to one of the drop down fields but do not want to re-distribute the form due to reporting purposes. How can I do this?

       I am currently using FormsCentral to distribute a form created in Acrobat. I need to add an option to one of the drop down fields but do not want to re-distribute the form due to reporting purposes. How can I do this?

    You can open the form in Acrobat, select "File > Save a Copy", open the copy you just saved (it doesn't happen automatically), edit the dropdown to add the new item, save as a new file, and then Reader-enable the file by selecting: File > Save As Other > Reader Extended PDF > Enable More Tools. The resulting PDF should work with FormsCentral just like the original.

  • I want to restore my new ipad to my old ipads back up, but the back up is not listed in the drop down menu.

    I want to restore my new ipad to my old ipads back up, but the back up is not listed in the drop down menu.

    OK, report back once it is done even if it works so that others with similar problems can find solutions.

  • Just started using Firefox; problem re log into New Yahoo; i have typed in my ID including several mistakes and i want to get rid of these from the drop down list that appears when i start to enter my ID. 'Clear History' does not seem to deal with this.

    OR even better stop the drop down list appearing altogether;

    Take a look here:
    https://support.mozilla.com/en-US/questions/871553
    thank you

  • Master Password Feature: After sometime (10-15 min.) the drop down list for the field on any site does not show; opening new window (not refresh or new tab) drop down appears.?

    I manage a ton of accounts for different customers suing the same login pages (GoDaddy, WordPress, etc.) I use the Master Password Feature to help keep track of the many variants in logins and passwords.
    After some unknown period of time, even closing the page tab so a new page session is started at the remote server, Firefox does not provide me with the usual drop-down selection list of the previously used login names. However, if I open a new FF window (file/new window) from the menu bar, the drop down becomes available.
    How can I refresh the original window session in FF or change the timeout length?

    Well, you said LOV...that might mean you are using JDev 11g. Are you? If so what technology stack are you using?
    Assuming you are using JSF (?) you might be "backing" your list component in the application scope...but that is not likely.
    If you are using ADF/BC on your business component level, you can clear your view object from which you are querying the possible values of this list...unless your you have made a method to compile this list...in which case you know what you are doing...so that is probably not the case.
    Essentially you want to requery the VO upon which your LOV is based...unless you are using JPA or something...and then I know "requery" is not the right word...is it?

Maybe you are looking for

  • OFFICE 2013 HOME AND BUSINESS does not work With Blackberry Destop Software 7.1

    Hi, I have read somewhere that I should use BlackBerry Desktop Software 7.0, but where can I found it to download it and install it? Or when does RIM plan to release a new version of its BlackBerry Desktop Softwware that comply with Office 2013? Best

  • Mac mini (intel) servermgrd exec_bad_instruction

    Here is what I did - not to mention weeks of fussing with this mac mini - Lots of fun!!!! - Installed Tiger 10.4.7 that came with system on mac min - Upgraded to Server 10.4 - Updated admin tools to 10.4.7 I am getting crashes on servermgrd with exce

  • Lightroom 1.4.1 won't read RAW  or RAW+JPEG from Canon Rebel Xsi

    I use Windows. I started with LIghtroom 1. Technical support said Lightroom 1.4.1 update would let allow me to import RAW and RAW+JPEG files from Canon Rebel Xsi into Lightroom. I downloaded the update. Lightroom still will not recognize RAW or JPEG+

  • Where do you stand on variable naming in your application code?

    Just out of curisoity really, I've worked in a number of places over the years and encountered multiple coding styles. Just thought I'd throw it out there and see what your personal preferences are for variable naming?? I've seen a lot just use v_ fo

  • Can you merge 2 single-page PDFs into 1 single-page PDF?

    I'm not having luck adding text with line breaks to a pdf, as apparently the Text Box tool does not like line breaks. So I'm wondering if I can take a pdf with the text I want, which is a full paragraph and merge into another pdf of my company letter