CR 2008, all values in parameter list not showing up

The parameter is not optional, the parameter value exists in the view on SQL server, but at report run-time, only get 5 pages of possible values to select from and user needs to go back farther to get the required report.
I can get the report to run in full CR version by passing the value into the select expert, but users only get prompt window from the runtime version of CR.
How can I get ALL the values of the field in the view to show up in parameter list?
Thanks for any pointers.
Robert

Not sure if the help you metion is equivalnet to KB [1218588 - How to increase the number of values in a dynamic parameter list?|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313338333533383338%7D.do], but have a look.
Also, make sure you are on SP3:
https://smpdl.sap-ag.de/~sapidp/012002523100007123572010E/cr2008_sp3.exe
Ludek
Follow us on Twitter http://twitter.com/SAPCRNetSup
Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Similar Messages

  • Report Viewer Dynamic Parameter List not showing a complete list of values

    Hi, I have installed the crystal report runtime 13.0.1.220 for framework 4.0 in a 64-bit windows 7 professional server.
    I have an aplication that opens crystal reports using the crystal report viewer control for visual studio 2010, also version 13.0.1.220.
    ISSUE: The report opens fine, but it does not shows all the available values in the dynamic parameter list.
    I have tried setting the MaxRowsetRecords registry key to diferent values but it does not work.
    I do not have any crystal report stand alone version installed in my server.
    Please help me?

    Hi Ludek,
    yes i followed the instructions of the KBase you are mentioning, but it isn't working for me.
    I modified the following keys:
    HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework4.0\Crystal Reports\DatabaseOptions\LOV
    and
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\Crystal Reports for .NET Framework4.0\Crystal Reports\DatabaseOptions\LOV
    1) I had to create the LOV key under the DatabaseOptions in both keys.
    2) Inside the LOV keys I created the new string value MaxRowsetRecords and set the value to different values. (Ex: 5000, 10000 and 1000000)
    3) I restarted my server. Still not working.
    4) Then after that i modified the following registry keys: (leaving the first 2 keys modified)
    HKEY_CURRENT_USER\Software\SAP BusinessObjects\Crystal Reports for .NET Framework4.0\Crystal Reports\DatabaseOptions\LOV
    and
    HKEY_CURRENT_USER\Software\SAP BusinessObjects\Crystal Reports for .NET Framework4.0\Crystal Reports Designer Component\DatabaseOptions\LOV
    5) Also had to create the LOV key under the DatabaseOptions in both keys.
    6) Inside the LOV keys I created the new string value MaxRowsetRecords and set the value to different values. (Ex: 5000, 10000 and 1000000)
    7) Restarted my server. still not working
    8)  Then after that i modified the following registry key: (leaving the first 4 keys modified)
    HKEY_CURRENT_USER\Software\SAP BusinessObjects\Crystal Reports for .NET Framework4.0\Crystal Reports Designer Component\ReportView
    Inside this key I created the DWORD PromptingLOVBatchSize and gave it a decimal value of 1000000
    9) Restarted the server. Still not working. For crying out LOUD!!

  • Parameter list not showing all in BIP Report

    Hi Expert,
    I created a parameter list in BI Publisher, type is menu. I can only select on org, if I use "ALL",actually is the default, I want show all the orgs, but it won't show anything. How do I make it work?
    Thank you!

    Just type this in your where clause:
    where org =nvl(:p_org, org)This is because when you select "All" as parameter value the actual value being passed to the query is "null".
    Therefore when the where clause is evaluated the nvl function will return org making redundant the condition
    and thus will run your query for all org values :)
    It is explained here:
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12187/T518230T518233.htm#4511631
    Hope this helps
    Cheers
    Jorge
    p.s. If this answers your question then please grant the points and close the thread

  • Value help dropdown list not showing up other values

    Dear all,
    I'm new to Adobe and Java WD. I managed to go through all the tutorials and developed a WDJ and embedded an interactive form in the view. I also used an RFC Model to pull some values from n R/3 table and populate in a context node element.
    These values are appearing perfectly fine in the WDJ if I'm using a table or a drop down list index field.
    But in the Adobe form, when i bind this context node to a WebDynpro native Value help drop down list box, only the first value of the table appears. On clicking on it, nothing happens. I'm not sure what is the problem.
    Can anyone please help me in this? Should i write some code to bring the other values too? (the tutorial doesn't say this!)
    If so, then please give some sample java codings and step by step process for populating the field values with the table values.
    My node structure is like below
    Context
         Ysam_Get_Values_Input(Node-RFC)
              Output (Node-RFC O/P)
                   Values(Node-table from the RFC)
                       Slno (attribute that has the values to be populated with)
    Any help is greatly appreciated.
    Thanks,
    Sam

    Hi Raja,
    In the view:
    <htmlb:gridLayoutCell id                  = "AddedProfileNameIF"
                                        columnIndex         = "2"
                                        rowIndex            = "2"
                                        horizontalAlignment = "LEFT"
                                        verticalAlignment   = "MIDDLE" >
                    <htmlb:dropdownListBox id         = "added_profile1"
                                           helpValues = "//model/ust10st.profn"
                                          />
                  </htmlb:gridLayoutCell>
    In the Model:
    method MODEL_INIT .
    select profn from ust10s into  table UST10ss.
    read table UST10ss index 1 into UST10st.
    endmethod.
    In controller:
    METHOD do_init .
      m_model ?= create_model( model_id = 'm'
                               class_name = 'zcl_model_zsox1' ).
    m_model->model_init( ).
    ENDMETHOD.

  • CR 2008, missing parameter values in parameter list

    somehow this thread got posted in the  .NET SDK section, so re-posting here...
    When my users run the report, the list of values in the paramter list does not include all the possible values that exist in the view on SQL server.
    How can I get ALL the values of the field in the view to show up in parameter list?  What is controlling how many/few values show up?  I have not limited in any way what should be returned from the view (not a cascading set of parameters), and the view is not set up to limit what values are available either.
    Thanks for any pointers.
    Robert

    From a mis-post on the .NET forum, a solution was suggested that works....
    Re: CR 2008, all values in parameter list not showing up

  • I was working on numerous songs in Logic Pro 9, and for some reason 2 of the songs would not bounce. I get an error message: Error in parameter list / Not an existing volume, and no default volume / Bad positioning information / Bad drive number

    I was doing some minor editing in Logic Pro 9.1.8, like adding some plug-ins to audio and midi tracks on numerous songs. Most of the songs I had no problem bouncing. For some reason 2 of the songs I tried to bounce kept showing me this error message:
    "Error in parameter list / Not an existing volume, and no default volume / Bad positioning information / Bad drive number" result code=-50.
    The songs open and play fine, but won't let me bounce. I've worked with Logic for a few years and this has never happened. Any suggestions?
    Thanks,
    Johnny

    Fixed! Ran disk utilities and repaired my external HD.

  • All of my audiobooks do not show up on my actual ipod classic...help

    All of my audiobooks do not show up on my ipod all of the sudden......I have tried resetting and it does not help.

    This is a small...."Bug" I guess you could call it, in the ipods software where if you have songs by one artist and none of them have a album listed with them, they do not show up under "Artist".
    I forgot the exact workaround, but I think its something like if you give one song by the artist a album name (By rightclicking it in iTUnes, hitting get info and selecting the info tab) all the rest of the songs will now appear under artist on the ipod

  • All of my contacts are not showing up

    Once I updated my phone to to iCloud, now all of my contacts are not showing up in my contact list but if I type in the number, they show up.  How do I fix this?

    I also have this problem, just from the iPhone 5s which makes my life crazy, too.
    The problem of having multiple devices doesn't seem to help, but the odd part is when everything I am doing is correct, it still doesn't sync like it used to do before iCloud, and when we had to USB wire connect the iPhone to the Laptop to make contacts sync.
    Might I add that I am not using MAIL on my LAPTOP?
    but ?Britty sounds like her issue is easier as gmail sometimes can create duplicates so you are in good if you are not having that problem or nightmare...
    IF ANYONE ELSE can PLEASE ADD to this THREAD? I would be thankful
    as there seems to be a TRENDING on iPhone 5s not syncing with other devices or backwards.....(I have added contacts to the iPhone 5s and they never get added to the iCloud or the iPad or the Addressbook or CONTACTS on the LAPTOP....
    This should be working and I have checked the CONTACTS on the laptop GROUPS , iCloud, vs ALL ON MY MAC
    it just isn't syncing and in some cases I am getting a WEB DAV error or CAL error...-1
    what is that? iCloud will not sync all contacts?
    something is crazy
    but I want to remain at 10.8 MOUNTAIN LION and not upgrade to MAVERICKS......or use MAIL on my LAPTOP...just CONTACTS ONLY......

  • In iOS 7.0.2 All and Missed tabs are not showing call history correctly

    In iOS 7.0.2 All and Missed tabs are not showing call history correctly, I have iPhone 4 running iOS 7.0.2 version it looks like there is a bug. Missed call history and All calls (incoming, outgoing and missed) history is not showing properly in a list. Ideally when I click on missed it should show me recent missed call list and when I click on All it should show me (incoming, outgoing and missed) calls list sorted by current date and time.
    I would like to request Apple developer team to look into this and fix this bug asap. Thanks in advance.

    Hello gnutellabrot
    Start with the article below to troubleshoot issues with email not sending and downloading to your iPhone.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Transparent pop up list not showing?

    Transparent pop up list not showing ?

    This is sporadically occurring issue hence I cannot pin point one single reason. Since sometimes you are able to logon and some time not certainly it could not be a Role authorization issue.
    Just check if your business role is properly configured. Thats all i can say.
    Regards
    Kavindra

  • All of my contacts do not show up in icloud

    All of my contacts do not show up in the Icloud. The contacts that do show up only show the phone number.
    I would think that all of the contct information would show up.
    What am I doing wrong?

    Open your contacts and tap Groups.  Here, check to see if any of your contacts belong to non-iCloud groups such as On My iPhone, Google, Yahoo, and Exchange account or something else.
    Also, check to see if the contacts that only show the phone number belong to a particular account or group.

  • HT1473 Sometimes when I copy a CD into iTunes all of the songs do not show y up in one album, but mutiple albums, all with the same name. Is there an easy way to get all of the songs into one album.

    Sometimes when I copy a CD into iTunes all of the songs do not show y up in one album, but mutiple albums, all with the same name. Is there an easy way to get all of the songs into one album.

    Generally adding a common album artist will fix things.
    tt2

  • Goods movement list not showing EAN in Order Unit..!

    Hi Guys,
                   I have an issue with goods movment list (tcode MB26).
    good movement list not showing EAN in Order Unit..!
    EAN No. and Storage Bin is maintained in Material Master but its not showing up Goods Movement list.
    Please find the screen shots.
    Thanks
    Sam

    are you still in 46c release? for 46c exists an OSS note to fix the issue with the bin:202240 - Transaction MB26: Storage bin is not supplied

  • Contact choice list not showing up on dial screen

    I have a large contact list in the address book and today the contact choice list not showing up on the dial screen when I press the first one or two letter of the contact name, for example, there are 2 contact in my address book, John Smith and John Joe, when I press "john", BB will filter the address list and show up 2 contacts above in the choice list, but it stop working today, any ideas? thank you.

    Never mind! If anyone else has this issue.... After trying numerous things , I simply turned iMessages off on ipad, restarted ipad and logged back in.

  • All apps need to update not showing in iTunes

    All apps need to update not showing in iTunes. For example, 50 apps need to update. On section "Updates" shows only 10 programs. If you click on the "Update all programs" is updating all 50 programs. Last version of iTunes (11.1.5) installed.

    On your MacBook yes, but not on another device. That should take place when your phone syncs with your iTunes. I wonder if what you are observing is due to the fact that you have turned off Wi-Fi syncing with your phone. Connect the phone to iTunes with the USB cable, select the summary tab and ensure that the option to sync over Wi-Fi is checked.

Maybe you are looking for