Data in subreports not visible in preview

Post Author: Hamish
CA Forum: General
I've got a report that links to a sql server database It has a series of subreports, some of them charts and some of them tables. Each sub-report has it's own command defined to get data which uses date and string parameters in the query to filter the data (so something like  select * from ....where activitydate > {?fromdate}and activitydate <{?todate}and id in ({?filterstring}) the id is either a comma separated list something like select id from tablewhen I preview the report in crystal the subreports don't have any data visible, if I open the sub-reports from the preview then they are populated anybody got any ideas?

Post Author: Hamish
CA Forum: General
o.k. it looks to be a problem where the parameter for the report was linked from a formula.
(had an argument to say whether we were using default values, if so set the default value, otherwise pass in what was supplied)
It looks like the formula isn't calculated when the link happens so the subreport doesn't show anything
so I'm now passing the 'useDefault' value into the subreports as well.
Is there a way to get the formula calculated first?

Similar Messages

  • How do I get my mms text to work with net10? Cellular data network is not visible on my iPhone 4.

    How do I get my mms text to work with net10? Cellular data network is not visible on my iPhone 4.

    After hours restoring phone and resetting all my accounts and settings the Bluetooth is back on. Not sure how long this will last. In regards to AirPlay taking over, I had to drive far enough from our wifi signal to allow the Bluetooth to take back the audio. Its working for now.

  • Sales area data view is not visible

    Hi All,
    the salea area data view  is not visible for  all BP roles in BP master data
    please help me how can i need to put in a visible

    hi
    sales area data tab is not visible for each and every BP role,
    it is visible for sold to party,ship to party roles,
    there is aview associated with this role that is CRM 000
    if you want to have sales area data tab visible in the role like BP general you have to assign this view to your role
    but i should make you one thing very clear that sales area data tab is meant for the customer who has purchased the order and final order has been given and within this tab you have each and every info regarding the sales office,sales group etc that where the order is to be delieverd or purchased from,
    once a final order is given it can be sold to party role,ship to party role or bill payable role ,u urself tell in the role of customer how can u see the sales info if the customer hasnt purchased the order ,
    likewise the consumer role also has sales data info so sales area data tab is visible in this role too
    hope it clears all your doubt,
    in case of any doubt do revert back
    best regards
    ashish

  • Data Type Enhancement not visible in SPROXY

    Hi All,
    We are implementing SRM 7.0 with PI 7.1.
    We have a reuiquirement of adding custom fields in the standard message DespatchedDeliveryNotification_Out which is sent from SRM SUS. I have created the data type enhancement in the ESR in the namespace http://sap.com/xi/SRM/SupplierEnablement/Global
    for the data type DespatchedDeliveryNotification. But the Data Type Enhancement is not visible in transaction SPROXY in the SRM server.
    Is this the way to do it? Or there is some different method to be followed?
    Please advise.
    Regards,
    Karen Pereira

    Is this thread still valid? If not, please close the thread.
    If so, as no response has been submitted, please rephrase your question and/or provide further information to describe your requirement.
    Thanks
    Jason
    SDN SRM Moderator Team

  • Header Data badi button not visible in webdynpro portal view

    Hi,
    We have implemented  "HRHAP00_ADD_HEADER  " for fetching additonal data for appraisee in objective setting appraisal.
    Badi is fetching data and show button " Additoanl data " in  R/3 view , but the button is not visible in ESS, MSS view.
    We are  using Webdynpro platform.
    Has anybody face similar kind of problem in webdynpro?  how to address this.
    regards
    Pallavi

    Hi Ana,
    Standard button is available info  but it is not showing cutom fileds.
    Technical resources has made zimplementation of standard badi header data, but when we try to attach it to templte id doesnt show button.
    regards
    Pallavi

  • First tab of Lable Based Menu is not visible in Preview Mode

    HI Genious,
    I have added one Lable Based Menu in my application. If i apply the dynamic visibility to it, in preview mode 1st tab is not visible all other tabs are visible.
    Ex. In Lable Based Menu, I have three label :- Distribution  Center, Zoo, Bird Park. I have applied dynamic visibility to this component. In preview mode, I am not able to visible the first label (i.e. Distribution Center) while all other labes are working properly.
    While i remove the dynamic visibility, All the labes are visible. But my application is not like that so i could not adapt that solution.
    Regards,
    Rishit

    Hi Rishit,
    Please let me know if you have applied Fix pacK3 for Xcelsius.
    I have seen this issue in FP2, which got fixed in FP3. The workaround you can try is including a blank cell.
    Thanks,
    Amit.

  • [Solved]Web Service Data Control operation not visible in Data Controls

    Hi!
    I've created Web Service Data Control (named MyDataControl ) in my DataModel project for my web application (ADF BC 10.1.3.3). I've finished the wizard successfully (added initiate operation to the right side in step 2: Data Control Operations) but when the wizard finishes the initiate operation is not visible in the Data Controls (MyDataControl is visible without the operation). I'm using CVS so I think maybe some files were write protected while creating the control.
    These are the files where Data Control is written to:
    DataControls.dcx:
      <AdapterDataControl id="MyDataControl" FactoryClass="oracle.adf.model.adapter.DataControlFactoryImpl"
                          ImplDef="oracle.adfinternal.model.adapter.webservice.WSDefinition" SupportsTransactions="false"
                          SupportsSortCollection="false" SupportsResetState="false" SupportsRangesize="false"
                          SupportsFindMode="false" SupportsUpdates="false" Definition="MyDataControl"
                          BeanClass="MyDataControl" xmlns="http://xmlns.oracle.com/adfm/datacontrol">
        <Source>
          <definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice" name="MyDataControl" version="1.0"
                      provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider"
                      wsdl="my_wsdl_location">
            <service name="MyService" namespace="urn:eu.emsa.ssn" connection="MyDataControl">
              <port name="MyServicePort">
                <operation name="initiateMyService">
                  <dataformat format="XML"/>
                </operation>
              </port>
            </service>
          </definition>
        </Source>
      </AdapterDataControl>and MyDataControl.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <JavaBean xmlns="http://xmlns.oracle.com/adfm/beanmodel" version="10.1.3.41.57" id="MyDataControl"
              BeanClass="MyDataControl" isJavaBased="false">
      <MethodAccessor id="initiateMyService">
        <ParameterInfo id="ReplyTo_Address" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_PortType" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName_PortName" Type="java.lang.Object" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="MessageID" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="payload" Type="java.lang.String" isStructured="false"/>
      </MethodAccessor>
    </JavaBean>A couple of days ago I've created a Data Control for another BPEL process the same way and everything was OK.
    Any ideas why this is not working?
    Regards!
    BB
    Message was edited by:
    Brokenbone

    Found out the reason. The problem was in ...MyApp\.adf\META-INF\connections.xml file which had write protection.
    BB

  • [Solved]WS Data Control operation not visible in Data Controls in JDev

    Hi!
    I've created Web Service Data Control (named MyDataControl ) in my DataModel project for my web application (ADF BC 10.1.3.3). I've finished the wizard successfully (added initiate operation to the right side in step 2: Data Control Operations) but when the wizard finishes the initiate operation is not visible in the Data Controls (MyDataControl is visible without the operation). I tried on JDev forum but had no success.
    DataControls.dcx:
      <AdapterDataControl id="MyDataControl" FactoryClass="oracle.adf.model.adapter.DataControlFactoryImpl"
                          ImplDef="oracle.adfinternal.model.adapter.webservice.WSDefinition" SupportsTransactions="false"
                          SupportsSortCollection="false" SupportsResetState="false" SupportsRangesize="false"
                          SupportsFindMode="false" SupportsUpdates="false" Definition="MyDataControl"
                          BeanClass="MyDataControl" xmlns="http://xmlns.oracle.com/adfm/datacontrol">
        <Source>
          <definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice" name="MyDataControl" version="1.0"
                      provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider"
                      wsdl="my_wsdl_location">
            <service name="MyService" namespace="urn:eu.emsa.ssn" connection="MyDataControl">
              <port name="MyServicePort">
                <operation name="initiateMyService">
                  <dataformat format="XML"/>
                </operation>
              </port>
            </service>
          </definition>
        </Source>
      </AdapterDataControl>and MyDataControl.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <JavaBean xmlns="http://xmlns.oracle.com/adfm/beanmodel" version="10.1.3.41.57" id="MyDataControl"
              BeanClass="MyDataControl" isJavaBased="false">
      <MethodAccessor id="initiateMyService">
        <ParameterInfo id="ReplyTo_Address" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_PortType" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName_PortName" Type="java.lang.Object" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="MessageID" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="payload" Type="java.lang.String" isStructured="false"/>
      </MethodAccessor>
    </JavaBean>A couple of days ago I've created a Data Control for another BPEL process the same way and everything was OK.
    Any ideas why this is not working?
    Regards!
    BB
    Message was edited by:
    Brokenbone

    Found out the reason. The problem was in ...MyApp\.adf\META-INF\connections.xml file which had write protection.
    BB

  • Placeholder content not visible in Preview

    I am a RoboHelp10 newbie with two projects on the go, one inherited and one new.  Placeholder content (breadcrumbs and Topic TOCs) is visible in Preview mode (Ctrl+W) in the inherited project, but not in the new project.  They don't show in Firefox/IE Preview either.  All other content/formatting seems to preview just fine.  MS_HTML_Help is the designated primary layout for both projects.  Based on a post in this forum, I tried updating DHTML effects, but it didn't help.  Any suggestions?
    I am assuming if they don't appear in Preview, they won't appear in the generated CHM.  Correct?
    RESOLUTION:  I finally fixed the problem with brut force by starting a new project and importing the HTML pages, etc.  Even then, it took a few tries before it worked.  Still don't know the underlying cause. 
    Message was edited by: Steve@SSA on 16Nov2013

    Vamsi mailed me offline and I have suggested looking at Using RH7 on my site where this problem is covered.
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

  • Some of the Master Data Attributes DataSources not visible in RSA5

    Hi Experts,
    After installation of R/3 ECC 5, some of the master data attributes datasources are not visible in RSA5.
    Do i need to do any other settings to get them.
    Awaiting response....
    Thanks in advance.....
    Rafi

    Hi Prakash,
    Thanks for quick response. I have checked those tables. i found that i have same datasources as it is in RSA5.
    For example: i have 0SALE_DIST_TEXT in both RSA5 and ROOSOURCE, how i can have the attributes for the same.
    also i don't have attributes datasource for Customer Group1...5, Material Group1...5, sales office etc.,
    Anticipating your response,
    Thanks
    Rafi

  • Message mapping (data flow editor, data dependcies  buttons not visible)

    Hi,
    In my SAP PI...IR ...in message mapping screen some buttons are not enable/visible like
    data flow editor, data dependcies,clear mapping  buttons not visible)
    any oss notes/help will be appreciated.
    Thanks

    Hi,
    This will help you
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    Go for 1.4.X version than 1.6.X The Problem will be resolved
    Regards
    Sangeetha

  • Data Miner Navigator not visible in SQL developer 3.0.04

    Hi ,
    I have been trying to complete an OBE turorial on http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/bidw/datamining/ODM11gR2-SetUp.htm?print=preview&imgs=visible
    In the Install the Data Miner Repository section the tutor is advising to go to the following option :
    From the SQL Developer menu, select View > Data Miner > Data Miner Navigator
    In the current SQL developer version i do not see the Data Miner Navigator option.
    Any guesses? The pre requisites says Oracle SQL Developer, version 3.0, or later and I am using 3.0.04
    Rgds,
    Dominic.

    Hi Dominic,
    Sorry for the late response, I did not notice this posting.
    We have a separate forum for data mining: Data Mining
    Try to use that in the future so you get a quicker response.
    It looks like the OBE course may have a typo or the menu item name was changed
    For SQL Dev 3.0 you can display the data miner interfaces in the following way:
    The following menu item will make the Data Miner Connections navigator, and all associated viewers (Component Palette, Workflow Jobs, and when necessary Thumbnail, Property Inspector)
    Tools->Data Miner -> Make Visible
    Go to the following to select just one of the viewers to be made visible:
    View->Data Miner->Data Miner Connections
    Other options off of the View->Data Miner menu item are: Workflow Jobs, Thumbnail, Property Inspector.
    Thanks, Mark

  • Value not visible in preview mode

    Hello there,
    On my dashboard, between other things, I have a simple grid component which should just show some resulted values.
    The problem I have is that when I connect the grid with the range of cells, everything looks fine but in preview mode, one line in the midle of the grid is showing "0.0" on all cells of the line and I do not understand why.
    The version I have is 5.3.4.0 with build no: 12.3.4.1038
    Any idea what to do?
    Thank you,

    Hi,
    When you are connecting your grid component it only taking static data, but while preview it is taking data from your data source. So I guess there is a possibility that your resulting data set contains a blank row (check your data from data source).
    try to create one more data grid with the same data set, but fetch populate the data into different location. See if it is still giving you the same problem.
    let us know if you already tried this before.
    Good Luck.

  • Slideshow not visible in preview or when published

    Hello, I am trying to add a slideshow to my page and it is visible in design mode but not in preview or when I publish. Page URL is http://thepeculiarpalette.businesscatalyst.com/artplates.html
    Here is a screenshot of where it is supposed to be located. The header text isn't visible either. Can you please tell me what I am doing wrong?

    Hi
    I checked the site , header text shows up on page and the slideshow thumbnails also shows up, but the image on page does not shows up.
    Tried to check and can see that image frame which is inserted in head section stretches down the page and thus overlaps with the image on page , try to lower down the size of image frame that is used in header section so that it does no overlaps with the hero image on page.
    Thanks,
    Sanjit

  • Data set is not refreshing while preview in visual studio 2010

    Hi,
    Dataset is not refreshing the fields while preview the data. always I need to go to dataset-->query there I need to upadate it.
    But I need to uupdate it dynamically in ssrs. I tried with Auto refresh option in report properties not getting expected result.
    Thanks.

    Hi,
    Dataset is not refreshing the fields while preview the data. always I need to go to dataset-->query there I need to upadate it.
    But I need to uupdate it dynamically in ssrs. I tried with Auto refresh option in report properties not getting expected result.
    Thanks.

Maybe you are looking for