Crosstab not refreshing for dynamic publication using Crystal Enterprise

We are using Edge 4.0, and are setting up a dynamic publication where we pass in an account number into a Crystal Enterprise report to filter each recipients document to their specific data.
In the Header of the document, there is a crosstab report that summarizes some data.  When the publication is run, for example, for 2 accounts, the crosstab table contains the same data for both client accounts.  This happens even though the detail data within the lower section of the report contains the appropriately filtered account data.
Initially I was thinking that it was picking up some cached data and using it to boost performance, but I have adjusted the locations I can find within the CMC for "Oldest On-Demand Data Given to Clients (seconds):" to 0.
See the image below for the layout in Crystal - http://screencast.com/t/eyqJ08Tu7
The account number in the header and the data in GroupHeader1 is filtered appropriately based on the dynamic recipient, but the crosstab data is pulled from another publication recipient.

I was able to get this to work as desired.  In order for the crosstab report to contain data that matched the rest of the report, I had to set "Filters" options within the personalization section of the publication section.
In Crystal Reports 2011, the parameters section, by itself, filtered the data correctly.
This can be seen at the following URL:
http://screencast.com/t/MS7HjFEUk

Similar Messages

  • Multiple Select List does not Refresh with Dynamic Action

    All,
    Scenario:
    Using APEX 4.2.2, I have a Select List page item (P4_SPONSOR) set to allow multiple values which has a dynamic LOV to populate the list.  What I would like to do is highlight the display values based on another page item's value (P4_DRIVER_ID).  When I set the source of P4_SPONSOR to static text, such as a delimited string of 1:2:3:4, any display values where the return values are equal to the static text are highlighted when the page loads.
    Problem:
    The problem lies in trying to use a query as a source for P4_SPONSOR which is filtered based on the other page item, P4_DRIVER_ID.  For instance, my SQL Query (returning colon separated values) returns the same as the static text noted above.  In the query's WHERE clause, I specify that the driver's ID is equal to P4_DRIVER_ID:
    SELECT sponsor_id
    FROM sponsors_drivers_xref
    WHERE driver_id = :P4_DRIVER_ID;
    This, as I understand it, would necessitate a refresh of P4_SPONSOR whenever the value of P4_DRIVER_ID changes.  So, I have a Dynamic Action that does just that.  When executed on the page, I can see the P4_SPONSOR multiple select list actually refresh, but none of the display values become highlighted.
    Thoughts?
    Thanks,
    -Seth.

    Seth,
    A dynamic action refresh of your select list will refresh the list of values (this is what you are seeing), it will not refresh the value of the item itself.  In fact, it will remove any values that you had already selected.  To refresh the value you will need to add additional dynamic actions.
    Create another dynamic action with:
    Event: After Refresh
    Selection Type: Item(s)
    Item(s): P4_SPONSOR
    If this was a normal select list you could just create a Set Value action and use your query to set the value of the select list.  Since this is a multiple select list your will need to get your colon delimited value first and then use some javascript to set the values of your select list.
    Create an hidden page item name P4_SPONSOR_TEMP.
    Add a true action to your new dynamic action:
    Action: Set Value
    Set Type: SQL Statement
    SQL Statement:
    SELECT sponsor_id
    FROM sponsors_drivers_xref
    WHERE driver_id = :P4_DRIVER_ID;
    Page Items to Submit: P4_DRIVER_ID
    Selection Type: Item(s)
    Item(s): P4_SPONSOR_TEMP
    Add another true action to your new dynamic action:
    Action: Set Value
    Set Type: JavaScript Expression
    JavaScript Expression:
    $("#P4_SPONSOR_TEMP").val().split(":")
    Selection Type: Item(s)
    Item(s): P4_SPONSOR
    --Jeff

  • Variable Text not working as dynamic header in Crystal report

    Dear Experts,
    I'm working Crystal report that connected to Query BEX SAP BW trough SAP integration kit,
    currently i have case that need report dynamic header using variable text from BEX query, but seem the variable text not working in Crystal reports. the header in Crystal report shown as Desription\technical name, not result from the variable text in Query BEX in SAP.
    In https://wiki.sdn.sap.com/wiki/display/BOBJ/Crystal%20Reports%20and%20BW%20query%20elements stated that the "Text variable" with "replacement path" is supported, but i don't know in my query is not working.
    i already set in Database -> options->  table and fields -> Show Both, but the text variable still not working.
    can you help me
    Crystal Reports 2008 12.2.0.290
    SAP Integration KIT 12.1.0.890
    Thanks
    Luqman

    Post your question BEX and B1 and classic SAP data source issues to the Integration Kit forum

  • Status overview iView not refreshed for performance documents on MSS

    Hi Experts,
    We are using the standard portal business package for Manager Self Service. However, recently, we found out that one iView was working before suddenly stopped working. This is the Status Overview iView for Maintain Performance Documents. When searching for the performance appraisal documents for a group of direct report employees, the status overviewtable is not refreshed. Although we do have the appraisal documents in
    R/3, the iView shows 0 results.
    we use MSS 600 SP 8 BP
    Please help.
    Thanks.

    Hi
    Can anyone please provide an input on this.
    Regards
    Sasha.

  • Brwoser does not refresh for each server event if delta handling is on

    I wrote a simple stateful BSP page. When I turn on delta handling(to remove flickering) on the page, page is refreshed only for every other server event. This page contains two table views and I use table view iterator for one of them. How can I force browser refresh for each server event? Browser is IE and version is 5.5.
    This problem doesn't exist if turn off delta handling. But I want to stop flickering any how, since users are complaining.

    Learning BSP is similar like driving a car. You first need to get a driver's license. So you study a bit, take a test and are ready to drive. Thereafter, flipping that deltaHandling checkbox is like getting into a big plane and trying to fly. It is unfortunately a quantum jump from using BSP to activating the DH system. Which also has a lot of very special constraints, etc.
    This was a very special development we did for a big application group inhouse. The first version was good, but did not exactly meet all our expectations. So we redid a lot of the work/concepts. All of this is highly specialized and not documented.
    What I could recommend is that you look at BSP application IT05. It should help a little. Otherwise, I am going to ask that you please open an OSS message (please reference this thread!). Then we can look at your application and show you what is to be done. But it is definitely not all moonshine and roses. Our standard answer is "do not use it" when people can not ride this bull. I will add it onto my weblog schedule for some future date.

  • Allow Custom Text Entry for Drop down not working For Dynamic form

    Dear All,
    In drop down field Allow custom text entry is working fine if the form is save as a static pdf form file.But if the form is save as a Dynamic pdf form file it is not working.I can enter custom text in drop down field but after filling it up when I click on next field the text from the drop down is disappearing.
    If any body can please help me to solve this problem.
    Thanks a lot in advance
    Regards
    Rakesh

    Dear Jimmypham,
    Thanks a lot for your quick response.But it's not working for me.I have even tried with a form having only single field and save it as a dynamic pdf file.In that form also it's not working.The text which I have entered is disappearing when I click outside of this field.
    Can you please help me to find out the solution for this problem.
    Regards
    Rakesh

  • Service item not relevant for pricing if used with higher level item catego

    Hi,
    We have a service item e.g S900 with Item category ZTAD.
    This line Item automatically creates a Service Order.
    Requirement is , if this service item is used with an Equipement Item,
    Item 10 --> Equipment
    Item 20 --> Service
    --> There would be price required for the Equipment ( Condition type ZPRO - Mandatory )
    --> System should not ask for the price of Service Item, as it would be inclusive in the Equipmetn charges.
    --> In short if the Service item is used as Sub item with Equipment, it is not relevan for pricing.
    I tried copying ZTAD and creating a new item cateogry which is not relevant for pricing...would that be the correct approach, but facing several issues related to Automatic Service order generation.
    what could be possible ways to achieve above.
    Regards
    Trupti Deulkar

    Hi,
      System will ask the price for  item category TAD bcoz service also chargble,in your case insted of TAD use TANN as free,
       You can define based on your higher level item category  for Ex : OR + Normusage(Blank)Higherlevl item (Blank)= TAN
                                                                       you can config like this  ORNormUsge(Blank)  + TAN = TANN
    like this you can do it this correct way or els you can manually enter the item catagory (TANN) at sale order line item level.
    Thanks
    Vinayak.
    Edited by: vinayak4all on Jul 12, 2011 2:45 PM

  • Numbers not fit for Serious Business Use

    I run a small busieness with 8 users all using Macs (10.6.8) with 10.6.8 server.  Nothign dramatic, lots of small and medoum sized word procesing dicuments and spreadsheets.  We are long-time Mac users, I stayed with Appleworks for quite some time as we were used to it.  However over the last few years I have grown to like Numbers, and think it is quick and easy to produce very nice-looking output.
    So long as you don't do anything complicated or business critical - I have found out the hard way that it just isn't safe for grown-up use.  The reason I say this is baed on my experience with a spreadsheet I have written to record all jobs quoted out and analyse our performance.   The basic data table is about 400 rows x 50 columns.  There are a few dozen analysis sheets many with lots of instances of some quiet complex formulae,  Numbers is creaking at the seams, it takes 30 seconds just to open the file.  But my big problem is, it is very easy to get results that are just plain WRONG.  After many hours of debugging I finally discovered the reason.  As this spreadsheet has been developed there have been quite a lot of formatting changes, notable between "automatic", "text" and "date", and between "automatic", "text", "number" and currency", and (I assume) that asa result of this Numbers doesn't necessarily interpret data as being the format that you think it is.  Here's an example:
    The basic data recorded is jobs quoted out, including engineer, quote date, and amount.
    One of the tables shows an analysis of value quoted per engineer per month, using SUMIFS.  This matches data on engineer initials and date.
    The quote date is in a cell whsoe column is formatted as a date.
    The quote amount is in a cell whose column is formatted as currency.
    One engineer did a vewry big quote - and I noticed that thsi value was not showing up in the analysis table.
    I selected each column in turn and set the format of the colium, this did not make any diference.
    I cheecked (without changing anything) that the values for date and quote vaue were sensible -they were.
    Then I retyped the data for date and quote value.  I retyped exactly the same values that were there before.
    Bingo - now the analysis shows the correct amnounts.
    The conclusion is clearly that that the carrency and date values weren't matching the SUMIF as expected.  This is undeniable.
    It is a fact that retyping the data fixed it, one can speculate that the formatting of th cell had somehow become borked for some hiostorical reason, when new data was entered the format as forced to whatever the colium format was set to.  (we know from experience that even if you set the format for a column, individual cells in the colum can still have a different format if Numbers thinks this is what you intended)
    The problem is that, whatever the reason, Numbers gave me the wrong numerical result.  The raw data was displayed perfectly Ok with nothign at all to warn me of a problem.  The error was silent.  Therefore, I cannot trust what Numbers is telling me.  I cannot think of any way to check whether or not this sort of error is occuring...it was jut chance that I noticed on this occasion.
    In how many other placesis Numbers silently giving me the wrong answer?
    What about hundreds of other Numbers spreadsheets that I have used for quoting jobs - how do I know that these are numerically accurate?
    It is quite scary to have built up a big intellectual investment in Numbers, and then to discover that is is unreliable.
    Apple, of course, do not respond to feedback from me requesting a contact.
    Clearly no-one should be using Nukber for mission-critical applications.
    What are the alternatives?   I have avoided Excel for many tyears, ever since I lost a few days' work when it corrupted a file for me!  but these days Excel is so well established and in common use that I guess it can't be that bad any more.....can it?  And I suppose that it can;t have the same sort of errors that i find in Numbers.....peopple woudl have noticed by now, wouldn;t they??
    the real answer is that no one shoudl be using spreadsheets for busioness critical applciations - theyare just too dangerous, to difficult to get demonstrably right, too easy to break by accident.  When I can find time I am going to replace all the above with a Filemaker database. 
    Any thoughts or experiences from anyone else?
    Any chance of this post not getting deleted?

    Hi Luke,
    Chances of the post surviving or being deleted depend mostly on an interpretation of whether it fits the terms of use for Apple Support communities.
    I cheecked (without changing anything) that the values for date and quote vaue were sensible -they were.
    Then I retyped the data for date and quote value.  I retyped exactly the same values that were there before.
    Bingo - now the analysis shows the correct amnounts."
    I suspect that the previous change you mentioned may have altered the Date and Time value (the 'date value' you name) into something Numbers did not recognize as a Date and Time value when the column was reformatted to Date and Time, show date only. Retyping "exactly the same value as was there" displayed would remove any extraneous bits, permitting recognition as (the date part of) a Date and Time value, and allowing Numbers to recognize the row as one that should be included in the SUMIF. The case might be similar for the quote value in that row, although I think this would be less likely. If you changed both before checking the result of that change, there's little chance of discovering what caused the amount to be disregarded in the calculations.
    "There are a few dozen analysis sheets many with lots of instances of some quiet complex formulae,  Numbers is creaking at the seams, it takes 30 seconds just to open the file."
    Numbers is not speedy, particularly with quite complex formulas (and many of them). Part of the issue in Numbers '08 and '09 is that every change in a table triggers a recalculation of the whole table. That issue has been at least partially addressed in Numbers 3, where the recalculation appears to not extend to the full tableeach time there's a change, but to only th cells affected by the change.
    "...Excel is so well established and in common use that I guess it can't be that bad any more.....can it?"
    Excel has been "well established and in common use" for many years now. That alone, though, can't be relied upon as definitive evidence that "it can't be bad;" only that many copies of it have been sold and installed, many people use it, and files saved in a format it can open can be opened and read by many people. Whether it's "good" or "bad" (or should be described in more emphatic terms toward either end of this range) depends on the user, her purpose in using it, and how well that user feels it fits that purpose. (My personal take on it is that Excel does the jobs I've used it for well, but that I have used it infrequently enough that I have not learned where things (text size, data formatting, etc.) are found.
    But I'm not you, and my needs are not your needs. The standard advice applies: Use the tool that fits the job. That's fairly common advice in these discussions.
    Regards,
    Barry

  • Requested auto spell check not worked for months - gmail uses Firefox's

    Tools Advanced setting is on auto spell check but has not worked for months - yes it had worked, probably for years. Looking at gmail for an auto spell checker I see that it leaves that to one's browser - Firefox.

    Your More system details list doesn't show the en-GB dictionary.
    If you do not have the en-US locale then check that you have a dictionary installed (Tools > Add-ons > Extensions) and selected.
    You can see which dictionary is selected if you right-click in a text area and open the Languages submenu.<br />
    Also make sure that [X]"Check Spelling" in the right-click context menu has a tick.<br />
    You can also try to toggle the "Check Spelling" item off and on again.
    See:
    * http://kb.mozillazine.org/Spell_checking
    * http://kb.mozillazine.org/Dictionaries
    You can look here for more dictionaries:
    * https://addons.mozilla.org/firefox/language-tools/

  • Exporting to fixed length text using Crystal Enterprise 10

    Post Author: adamsueryan
    CA Forum: Deployment
    I would like to know if it is possible to export from Crystal Enterprise 10 to a fixed length text file similar to the text exporting option using Crystal Reports 8.5.  From Enterprise 10 I see you can export to Rich Text Format but that is not really the same.
    Adam

    Post Author: hamish_sco
    CA Forum: Exporting
    I normally use these settings, which work pretty well; Excel Format:  CustomOptions:  Column width based on - Detailsthen the following boxes ticked;Export Object FormattingMaintain Relative Object PositionMaintain Column AlignmentExport Page Header and Footer CheersHamish

  • Can I use Interpreted Mode for OTA distribution using an Enterprise In-House certificate?

    It seems due to an issue with duplicate SWFs, that I can only get my .ipa to package using Interpreted Mode (not AOT).
    This, of course, has been working fine using development provisioning and has tested fine using an enterprise distribution provisioning and certificate.
    The client will be distributing the .ipa to in-house staff using over-the-air (this will NOT be an Apple Store item). I haven't seen anything saying one way or another whether there are any requirements, such as that the .ipa be compiled AOT.
    Could someone please confirm, or point me to the appropriate references? I don't want to discover this hiccup once the final .ipa has been released to the client and they attempt to distribute to their staff.

    You can use anything that you want with Enterprise certificates and you can break the rules. But only for Enterprise in-house distributuion.

  • DataExport option is not working for Dynamic Calculation Members

    Hi,
    I am trying to export the dynamically calulated dense member "BlkCr" with DATAEXPORT command with option DataExportDynamicCalc ON but I do not get any data. Below is the script i have written:
    SET DATAEXPORTOPTIONS
    DataExportDynamicCalc ON;
    DataExportColFormat ON;
    DataExportDimHeader ON;
    DataExportOverwriteFile ON;
    FIX("FY10")
    FIX(@remove(@RELATIVE("Product",0),"NO_PRODUCT"),@remove(@RELATIVE("Package",0),"NO_Package"), @Remove(@RELATIVE("ALL_GEOGRAPHIES",0),"No_Geography"),@Remove(@RELATIVE("ALL_DEPARTMENTS",0),"No_department"),"Package_Allocation","BegBalance","BlkCr" )
    DATAEXPORT "File" "," "PercentageSpread.txt" "#Missing";
    ENDFIX
    ENDFIX
    Sparse\Dense settings:
    Product -- Sparse
    Package -- Sparse
    Geography -- Sparse
    Department --Sparse
    Package_Allocation --Sparse
    BegBalance -- Dense
    BlkCr --Dense (Tagged as Account Dimension)
    Essbase version is 9.3.1.4
    Please help.

    Hi Darrell,
    Thanks for replying. I tried removing "BlkCr" from fix statement but it did not help.
    I am facing a block creation issue and that is the reason I created a "BlkCr" Dynamic member. This members holds some percentages, which needs to be multiplied to some amount. To do this I need to export the data from "BlkCr" (as I cannot use dynamic calc member in Calc Script) and import it again to some stored member. Please let me know if you require some other information.

  • Tax Percentage NOT Refresh for MWST Condition when Tax Code Change

    Hi All,
    I have maintained MWST condition on Purchase Order with a default value P1 (10%).
    During data entry, when I attempted to overwrite the tax code to P0 (0%), under Condition tab the tax percentage still showing 10% instead of refresh the rate according to the tax code.
    Is this a config error or system behaviour? Are there any SAP Note that I can apply to fix the problem?
    Applied SAP Note 655335 - ME22 ME22n tax at service level - Doesn't seem to fix the problem.
    Regards,
    Sarah

    Hi
    I think this may useful to U
    Condition Type for Adding VAT  
    Definition
    A condition type that you use to show the VAT amount in the pricing procedure in purchase orders.
    Use
    Customizing
    Create a new condition type, ZWST, in Customizing for Materials Management (MM), by choosing Purchasing ® Conditions ® Define Price Determination Process ® Define Condition Types ® Define Condition Type.
    To do so, copy condition type MWST and make the following settings:
    Description: VAT Amount
    Condition Class: D (Tax)
    Calculation Type: A (Percentage)
    Condition Category: D (Tax)
    In the Changes Which Can Be Made group box, select the following checkboxes:
    Item Condition
    Delete
    Amount/Percent
    Value
    Add the new condition type to the pricing procedure (in the standard system, RM0000), in Customizing for MM, by choosing Purchasing ® Conditions ® Define Price Determination Process ® Define Calculation Schema.
    Create a new entry in the pricing procedure as follows:
    Step: 36
    Cntr (Counter): 0
    CTyp (Condition Type): ZWST
    Man. (Manual Entry): Select this indicator.
    P (Print): S (printed in totals block)
    Reqt.: 10
    AltCty. (Condition Formula): 16

  • Bind.ref not working for dynamically added fields

    I am working on a template that has a table with rows added at the run time. I have to attach fields in each row to an XML tag and child tags. I am using SOM Expression to identify each field in the run time. I have written the code to go in a loop and bind the field at run time but it was not working. So I am just kind of trying out for binding one field using the SOM Expression.
    This code was written in the initialize event of the TextField2 with Java Script as the scripting language.
    var fieldPath = xfa.resolveNode("xfa[0].template[0].Message[0].Page1[0].Table1[0].Row1[" + 0  +"].TextField2[0]");
    fieldPath.bind.ref = "$record.COMMAND.sendApplicationInformationRequest.formNumber";
    xfa.form.remerge;
    I also tried by changing the reference this way but no luck..
    var fieldPath = xfa.resolveNode("xfa.template.Message.Page1.Table1.Row1[" + 0+ "].TextField2");
    Can any one help on this?
    Thank you
    Srini

    Hi Steve,
         Thank you for your response..
         I could not able to open your attachments.. They both say QUEUED..
    dynamic-subform-with-data-binding.pdf (150.4 K) QUEUED
    form1.xml (533 bytes) QUEUED
    Thanks
    Srini

  • Variable substitution not working for dynamic file name in Receiver File CC

    Hi Experts,
    I am doing the scenario of Proxy sender to File receiver and my purpose is to Create the text file
    as per the filename available in Source Message payload.
    I am using the Variable Substitution method for this as shown below.
    Source Message Structure:-
         <Row>            -
    having Cocurence 1.1
             <Filename>     -
    having Cocurence 1.1
             <Item>            -
    having Cocurence 1.Unbounded
              <Field1>
              <field2>
             <Item>
             <Item>
              <Field1>
              <field2>
                <Item>        
         <Row>
    Target structure is same as the source structure and i have mapped the Filename field of the Source
    with the Target structure Filename.
    In ID the following is the File receiver CC Configuration.
    File Name Scheme:- %Dyn_filename%
    In Advance tab, I have selected the Enable option and added one row as Variable name %Dyn_filename%
    and Reference as payload:Row,1,Filename,1
    In testing I am getting the Error as 'variable Dyn_filename is not found in Message payload'.
    Please suggest me.
    Regards,
    Jagesh

    Hi Pooja,
    Hi Pooja,
    Thanks for your valuable reply..
    I  tried with the same. but still Filename is appearing in Output file.Giving you some details regarding my Receiver File Configuration settings.
    Target Message Type:-
              <MT_Target_Struct>
                    <Row>----
    1.1 occurence
                            <Filename_test>----
    1.1 occurence
                            <ITEM>----
    1.unbounded occurence
                                  <Field1>
                                  <Field2>
                            <ITEM>
                            <ITEM>
                                  <Field1>
                                  <Field2>
                            <ITEM>
                    <Row>
              <MT_Target_Struct>
    Recordset structure:-  Row,Filename_test,ITEM
    Row.fieldSeparator----
    >'nl'
    Filename_test.fieldFixedLengths----
    >0  (Zero)
    Filename_test.fixedLengthTooShortHandling----
    >Cut
    ITEM.fieldSeparator----
    >,
    ITEM.endSeparator----
    >'nl'
    I want only ITEM node to be written in the output file.
    Please suggest.
    Regards,
    Jagesh

Maybe you are looking for

  • Returning a range of integer in sql

    Dear all, I would like ask if there is any query method that can return a dump set of integer range. E.g. if there is any query that can return a range of number from 1 to 10, each of them as a row using any dummy table? Thank you!

  • Help! Starting Weblogic in Debug Mode

    Hi there Any clues/suggestions are greatly appreciated. Has anyone experienced any difficulties when starting weblogic in debug mode. More specifically, it cannot start correctly because it thinks that another instance is using the same port (definat

  • Using Adobe Media Encoder with After Effects and ExtendScript

    Hi, I'm trying to automate the process of encoding a video using the Adobe Media Encoder. The project I'm working on includes allowing a user to upload a video and having that video then be encoded in different formats. I'm very new to After Effects

  • Force modified style be applied to previously created docx files as well

    Hi friends new to word. i have about 30 .docx documents. inside one of them, i selected a word which it's font is bold & is red & then i goto styles and right click on Heading1 and click on "update heading1 to match selection" then i right click on h

  • QST: Business Components from AIA Enterprise Business Service

    Hi, I'm new in ADF context. Ordinary I work with Oracle SOA Suite and AIA. We have a use case for customer with system integration over AIA. Now we will build a ADF Web Application and I found the "Business Components from AIA EBS". - Will this wizar