Dynamic List of Values does not appear

Hi All,
   I am re-creating this post as I have not received an answer on it.
Hi All,
I created report (using Crystal Reports 2008) in which one of my parameters displays a dynamic LOV from a field. When I run the report in Crystal, I get to select which values I want for record selection in my report.
However, when I save this report and run it on the Crystal Server (2008) using infoview, I do not get the dynamic LOV. Rather, I have to manually type a value that I want to select.
Why does the LOV's not work when I run it through Crystal Server? Another thing, when I access it from Crystal Server through Crystal Reports, I still lose the dynamic LOV option.
How do I use parameters so that I can select from a dynamic list a values? It behaves normally in Crystal Reports 2008 but loses it's functionality on the Server.
Thank you in advance.

This just started happening to me as well, the reports I created (using standalone crystal reports 2008) contain dynamic parameters and suddenly they stopped working as intended in some reports.
I noticed that when the datasource is a single table or a single view the cascading (nested) dynamic parameters and dropdowns are working fine, but when the datasource is two or more linked tables, the parameters prompt shows two empty text boxes instead of two dropdowns. I tried refreshing and verifying the database but nothing works. So until we find a real solution, we're basing all our reports on single views.
This remains a serious problem because in some cases we don't have write access to the database to create views, and basically we're recreating all the reports that now suffer from this problem.
Edited by: Talal Nehme on Jan 7, 2009 7:29 PM

Similar Messages

  • Folio Producer Thumbnail List Thumbnail image does not appear.

    Folio Producer Site > Folio Producer Editor
    Thumbnail view from the list,
    Thumbnail image does not appear.
    Why is that?

    HTML articles and InDesign articles that use JPEG or PNG image format display thumbnail images in the Folio Producer Editor. However, no thumbnails appear in articles that use the PDF image format.
    http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60-12e05bfc12f6c86d767-7 ffe.html

  • Xml value does not appear

    My XML value does not appear .
    ==================
    Method
    ==================
    public function ReadXML(myfile:String) {
                xmlFile=myfile;
                function onXMLLoad(event:Event):void {
                    var xml:XML=new XML(event.target.data);
                    //trace(xml);
                    trace("Number of Contacts : " + xml..person.length());
                    // This value appear
                     trace("First contact’s favorite food : " + xml.contacts.person[0].favoriteFood);
                    //This value does not appear
                var loader:URLLoader=new URLLoader;
                var url:URLRequest=new URLRequest(xmlFile);
                loader.addEventListener(Event.COMPLETE,onXMLLoad);
                loader.load(url);
    =============
    XML Structure
    =============
    <?xml version="1.0" encoding="iso-8859-1"?>
    <xml>
    <contacts>
    <person name="Mike Chambers" favoriteFood="Bacon" />
    <person name="John Doe" favoriteFood="Pez" />
    </contacts>
    </xml>

    attributes require an @ symbol first:
    xml.contacts.person[0].@favoriteFood

  • My email is listed but it does not appear in the main window so I can read it

    I get a list of my email but the message does not appear in the window. How can I get the whole email to appear when I tap on it?

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • List of Values does not works

    Hi
    After applying group level security in business view I am unable to use list of values.
    I am using Crystal Reports XI Release 2.
    Any ideas why this occurs.
    Wini

    Hi Wini
    As you have applied the group level security or rights to the users in Business view you may come across 'list of values failure' error.
    Instead I would suggest you to remove the rights from the Buisness View and give the rights to the users in the Enterprise.
    Hope this helps you.
    Please let us know if you have any further queries.
    Regards
    Ashwini Yadav

  • (--Show List of Values--) does not return prompts, just spins forever

    We are using BO XI 3.1on  Windows 2003/ IIS.
    If we create a simple report with a prompt, save the report and try to rerun it the prompts do not show up.  Instead an hourglass spins until the report is closed.
    We get the error: BO XI 3.1 assert failure(s):
    .\registry.cpp:570. (FALSE : RegCreateKeyE(System\CurrentControlSet\services\EventLog\Application\BusinessObjects_w3wp) failed. Error code: 5)
    and
    .\infosessionmgr.cpp:971). (false : Couldn't get token).
    Does anyone know how to resolve this issue?
    Thank you

    RobertAL,
    try to rerun it the prompts do not show up
    How long should it take for the system to generate a list?  Do you know if the list is generated from a reference table or directly from the data mart at hand?  If the list is generated directly from the data mart at hand, then you are making the database server perform a "select distinct <column> from <table> order by <column>".  If there are numerous rows in the data mart and it takes several minutes to get the select distinct list to generate, then this factor could be the cause of the slow response.  If the response is taking too long, then you may have set the service parameters to time-out after a specified time, or you may have network equipment throughout the enterprise that monitors response within x minutes, and then the network equipment severs the connection.
    Thanks,
    John

  • Cascading List of Values does not work when SQLBuilder is SQL 92.

    Hi,
    I followed the link http://download.oracle.com/otn_hosted_doc/jdeveloper/11/demos/ADFBC_Cascading_LOV/ADFBC_Cascading_LOV.html to create Cascading LOV. The LOV comes up fine when sqlbuilder and type map is specified as Oracle. However, the same fails when we specify the sqlbuilder as SQL92 and type map as Java. Is this a known issue?
    An Invalid Column index exception is being thrown.
    The following is the error we see in the stack trace:
    # Detail 0 ##
    java.sql.SQLException: Invalid column index
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:445)
         at oracle.jdbc.driver.OraclePreparedStatement.setBigDecimalInternal(OraclePreparedStatement.java:4965)
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:7694)
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:7555)
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8212)
         at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:8193)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObject(OraclePreparedStatementWrapper.java:230)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParamValue(BaseSQLBuilderImpl.java:2133)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3807)
         at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:18278)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:1035)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:815)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:5892)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1021)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1178)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1098)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1092)
         at oracle.adf.model.bc4j.DCJboDataControl.executeIteratorBinding(DCJboDataControl.java:1317)
         at oracle.adf.model.binding.DCIteratorBinding.doExecuteQuery(DCIteratorBinding.java:2132)
         at oracle.adf.model.binding.DCIteratorBinding.executeQuery(DCIteratorBinding.java:2093)
         at oracle.jbo.uicli.binding.JUSearchBindingCustomizer.applyAndExecuteViewCriteria(JUSearchBindingCustomizer.java:590)
         at oracle.jbo.uicli.binding.JUSearchBindingCustomizer.applyAndExecuteViewCriteria(JUSearchBindingCustomizer.java:625)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.performQuery(FacesCtrlSearchBinding.java:510)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlLOVBinding$ListOfValuesModelImpl.performQuery(FacesCtrlLOVBinding.java:966)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleInputListOfValuesRendererBase$InternalLOVQueryListener.processQuery(SimpleInputListOfValuesRendererBase.java:1254)
         at oracle.adf.view.rich.event.QueryEvent.processListener(QueryEvent.java:48)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcast(UIXComponentBase.java:671)
         at oracle.adf.view.rich.component.UIXQuery.broadcast(UIXQuery.java:107)
         at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:147)
         at org.apache.myfaces.trinidad.component.UIXTable.broadcast(UIXTable.java:271)
         at oracle.adf.view.rich.component.UIXTable.broadcast(UIXTable.java:140)
         at oracle.adf.view.rich.component.rich.data.RichTable.broadcast(RichTable.java:364)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:787)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:280)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    We are using jdev 11g build 5407. Any pointers on these would be really helpful.
    Edited by: balasubramanian on Nov 19, 2009 10:37 AM

    Set Page and Line#
      SCROLL LIST INDEX sy-lsind
                TO PAGE page_no
                   LINE line_no.
    Set Column position
      SCROLL LIST INDEX sy-lsind
              TO COLUMN colm_no.

  • When I create a bookmark with Command-D, I am unable to save it into a folder -- the list of folders does not appear.

    When I hit command-D, the "page bookmarked" window appears as usual, but the area where you normally see a list of bookmark folders is empty.
    When I look at all my bookmarks (Bookmarks >Organize Bookmarks), the folder called "All Bookmarks" appears as an ordinary folder without the green-book-with-a-star icon icon.
    The folder with that unique green book icon is present, but is within the Bookmarks Menu folder. And it is empty.

    If that isn't clear, I can post a screenshot.
    Steve

  • Using Address Book, distribution list contact does not appear

    Using 10.7.4, added a name to an address book distribution list but it does not appear in the email "to" address. Had added to people previously and it worked fine but not with the last entry. Verified that the contact's name, address, etc. all correct and does display in the distribution list but not in the "to" field of an email. Very strange!

    The key is that the Contact List is now being kept in the Cloud & you cannot edit the Distribution List in your Mac's Address Book.
    The fix is:
    Quit your Address Book
    Go to  Menu --> Sys Preferences --> iCloud
    Uncheck the CONTACTS icon
    Close Sys Pref
    Open Address Book - Edit your Distribution Lists (No longer Greyed out)
    Quit Address Book
    Go to  Menu --> Sys Preferences --> iCloud
    Check the CONTACTS icon
    You should be good to go!
    Hope this helps!
    ...John

  • List of values is not displayed in web inteligence report

    I created a web inteligence report and put into my favourite folder. The report consist of a selectable list of values in a prompt but it does not appear in my favourites folder.
    The users with administrator rights that copied this report into their own favourites folder are able to see the list of values in the prompt.
    It seemed that the list of values does not display in the prompt when non administrator rights opened this report in their own favourites folder.
    Anyone can figure out how to set the access rights so that non administrator can see the list of values when the web inteligence report is opened in their own folder.
    I am using Business Objects XI 3.1 ..

    SOLVED
         CMC -> Connections
    -     Right click connection name, Click u201CTools > Check Relationshipu201D
    -     In u201CQuery Resultsu201D, Right click Connections, Click u201CUser Securityu201D
    -     Assign Security for u201CEveryoneu201D
    -     UNTICK both Inherit from Parent Folder and Inherit from Parent Group
    -     Assign u201CView on Demandu201D
         CMC -> Universes
    -     Right click u201CUniversesu201D folder, click u201CPropertiesu201D
    -     Under u201CUser Securityu201D, click Everyone and assign security
    -     UNTICK both Inherit from Parent Folder and Inherit from Parent Group
    -     Assign u201CView on Demandu201D

  • List of values icon ... does not appear in 9i

    Hello,
    We have migrated to Designer and Headstart 9i and we ave regenrated all of our forms succesfully. When we go into an item with a LOV, the lov icon ... does not appear?
    Thanks in advance.

    In your Formsweb.cfg there is a line:
    archive_jini=f90all_jinit.jar (default)
    and you must type:
    archive_jini=f90all_jinit.jar, hst65.jar
    And you must change this line:
    imageBase=DocumentBase (default)
    Into:
    imageBase=CodeBase.
    See Oracle 9IAS Forms Services Deployment Guide Chapter "Deploying icons and images".

  • SSRS Subscription - Email does not appear in the list

    Hi!
    I had some reports on ssrs and I want to send them by email. I've read that the option "email" shoul appear on the list "Delivered by".Does anyone knows why
    IT DOES NOT APPEAR (edited)?
    Thanks
    <edit2>I'm using SQL Server 2012 BI Edition & Microsoft Visual Studio 2008 running on Microsoft Windows Server 2008 R2</edit2>

    Hi Menri,
    According to the code you post, I find that there are some incorrect settings in your rsreportserver.config file. For more details, please see the followings:
    SMTPServerPort: Specifies an integer value indicating the port on which the SMTP service uses to send outgoing mail. Port 25 is typically used to send e-mail. So we should set this value to 25.
    SMTPAuthenticate: Specifies how the report server connects to the remote SMTP server. To send e-mail to restricted distribution lists (for example, distribution lists that accept incoming messages only from authenticated accounts), set SMTPAuthenticate
    to 2.
    SendEmailToUserAlias: When SendEmailToUserAlias is set to True, users who define individual subscriptions are automatically specified as recipients of the report. The To field is hidden. If this value is False, the To field is visible.
    DefaultHostName: This value works with SendEmailToUserAlias. Specifies a string value indicating the host name to append to the user alias when the SendEmailToUserAlias is set to true.
    The code in my environment is for your reference:
    <Extension Name="Report Server Email" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider,ReportingServicesEmailDeliveryProvider">
    <MaxRetries>3</MaxRetries>
    <SecondsBeforeRetry>900</SecondsBeforeRetry>
    <Configuration>
    <RSEmailDPConfiguration>
    <SMTPServer> smtp.gmail.com</SMTPServer>
    <SMTPServerPort>25</SMTPServerPort>
    <SMTPAccountName>
    </SMTPAccountName>
    <SMTPConnectionTimeout>
    </SMTPConnectionTimeout>
    <SMTPServerPickupDirectory>
    </SMTPServerPickupDirectory>
    <SMTPUseSSL>
    </SMTPUseSSL>
    <SendUsing>2</SendUsing>
    <SMTPAuthenticate>2</SMTPAuthenticate>
    <From> [email protected]</From>
    <EmbeddedRenderFormats>
    <RenderingExtension>MHTML</RenderingExtension>
    </EmbeddedRenderFormats>
    <PrivilegedUserRenderFormats>
    </PrivilegedUserRenderFormats>
    <ExcludedRenderFormats>
    <RenderingExtension>HTMLOWC</RenderingExtension>
    <RenderingExtension>NULL</RenderingExtension>
    <RenderingExtension>RGDI</RenderingExtension>
    </ExcludedRenderFormats>
    <SendEmailToUserAlias>False</SendEmailToUserAlias>
    <DefaultHostName>smtp.gmail.com</DefaultHostName>
    <PermittedHosts>
    </PermittedHosts>
    </RSEmailDPConfiguration>
    </Configuration>
    Please refer to the helpful documents below:
    http://technet.microsoft.com/en-us/library/ms159155.aspx
    http://msdn.microsoft.com/en-us/library/ms157273.aspx
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • I have installed the font Broadway on my computer and it works in Microsoft Word but does not appear in the font list in InDesign.  How can I fix this problem?

    I have installed the font Broadway on my computer and it works in Microsoft Word but does not appear in the font list in InDesign.  How can I fix this problem?

    Start by rebooting the computer. If that doesn't work, search for adobefnt*.lst and delete all instances where * becomes a 2-digit number.

  • I still use Aperture 2.1.4.  I need to export an image file with a CMYK profile.  Whereas a generic CMYK profile is listed in ColorSync Utility, it does not appear on the list of profiles in the edit portion of the export preset dialogue.  Help?

    I still use Aperture 2.1.4.  I need to export an image file with a CMYK profile.  Whereas a generic CMYK profile is listed in ColorSync Utility, it does not appear on the list of profiles in the edit portion of the export preset dialogue.  Help?  Is there some way to add the CMYK profile to the list of choices that are available in the export preset dialogue such that I can choose it?

    leonieDF
    Thanks for your response.  My profiles are located within color sync utility as you can see here:   
    These profiles do not respond to clicking and dragging.  Since they are all in one place, more or less, I'm reluctant to make further attempts to relocate them.  Accessing the CMYK profile is the first difficult experience I've encountered with this arrangement.  I have never needed the CMYK profile until recently, and that need has now past.  However, it remains a mystery to me as to why it does not appear with all the others on the menu of export choices in Aperture 2, or on the menu of profile assignment choices in the Preview application (where again all the other profiles are listed as choices).  I'm beginning to think my current set up will permit me to view an image that was created in CMYK space, but does not easily assign, or convert to that space.  I don't face these restrictions with all the others, so it remains a curious circumstance for me.  I anticipate upgrading my computer and software in the near future which might alleviate this issue altogether.  Again, many thanks for your attention to this matter.  The reach of this community is astounding.

  • I need to reset my security questions, I don't have a rescue email and I live in Lebanon (Does not appear in the list of countries for apple calls)

    Hi,
    I forgot my security questions and I don't have a rescue email setup.
    I serached the internet and the only solution I found for that is to call apple. The proble is there is no phone to call, they have to call you and there is a list of countries.
    I live in Lebanon and it does not appear in the list of countries listed for apple customer support call.
    How can I reset the security questions.
    thank you

    The Three Best Alternatives for Security Questions and Rescue Mail
        1. Use Apple's Express Lane.
              Go to https://expresslane.apple.com ; click 'See all products and services' at the
              bottom of the page. In the next page click 'More Products and Services, then
              'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
              ID security questions' and click 'Continue'.
         2.  Call Apple Support in your country: Customer Service: Contact Apple support.
         3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

Maybe you are looking for

  • Error in Export of ABAP+JAVA  Distributed system

    Hi I am exporting an ABAP(ECC 6.0)+JAVA Add-in system . I have started the database instance export from the database instance host . I am geting the following error : An error occurred while processing service SAP ERP 6.0 Support Release 3 > Softwar

  • Help on Index creation on complex type

    Hi: I have some problem in creating indexes on columns related to complex types. Here is the steps performed 1) I registered a schema with complextypes. The relevant part of the schema is as below: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchem

  • How to Highlight the selected row of table

    Hi All, I have a result table. I want the selected row to be highlighted in orange color. The properties of the table are as follows : rowSelectable : true selectionChangeBehaviour : auto selectionMode : auto Please let me know what am I missing. Nik

  • Download and upload variants from PRD to DEV

    Hi, Unfortunately, most of the variants are being created directly in production system, but not in development. We would like to stop this process further more. In future, we would like to follow the process from DEV & transport to QAS and PRD. To m

  • Urgent help in BAPI

    Hello All, My requirement - A new field ZLGCYPO - CHAR(10) is added to existing EKKO structure. Now I want to update the field for a given PO using BAPI. Can anyone pls help me in solving this?