Refreshing Word Reports after changes made in Publisher.

I am runing the word to publisher to bi answers chain. I made a change to the reports in bi answers by adding a column. The new column does not show up as a selection in Word Insert>Field Menu.
When I view the publisher Xml of the report the columns for the report are there. But the word add-on does not seem to find them.
Also because the default columns names are conversions of the formulas from BI Answers just typing them out is not to convient. (I could still copy and paste from xml). Is there sometype of cache keeping old versions of the reports in the word add-on.

It is a shame I can't get answers points for my own questions but here seems to be the problem.
The word add-on is the problem and the inability to change the field/element names of the reports in publisher. The two go together because the word add on has a hick-up when handling long report element names. These names are long because publisher constructs it's dataxml from the formula field of BI Answers reports. Not the header field or some other alias. So if the formula field of a data metric, combines multiple pieces of data, then does some math, and divides itself by another hodge podge of fields you have a chance that the word add on will not find the field in its "insert>Field>Menu box". I have a feeling that it is there but not in the menu box I just haven't had a chance to check. I will update the post when I do.
Short Answer the word add on is buggy.
Side note to get the field list to reload you have log off and log on in the word add on. If not the field list will not reload.

Similar Messages

  • Report of Changes made to Cusotmer requested and Actul Committed date

    Hi,
    Please guide me for the preparation of a report of Changes made to Customer requested date and Actual delivery Date. Which field should I take for the Actual delovery date and the field for Customer requested date.
    Finally the Tables for these Fields.
    Thanks,
    Jans

    Dear Lakshmipathi,
    Thank you for your reply in details. I appreciate your kind help. But the requirement of the user is different. She is telling that she wants a report of changes made (Including name of the person, Date time and what field) for all the Sales Documents starting from One period to another period and for a Particular Sales area.
    I tried to use your Transaction code  AUT10. I was not authorized in the production but I did in the Development but it does not have any choice of Sales Are. I am working in a Global Template. So, if I give any Transaction code it will take all the Sales Areas of all the countries. I want only one sales Area of only one Company code.
    Then, there is a SAP Menu but I never used it. Please guide me how I can get the reports as per the user's requirement as it becomes a serious problem.
    I can elaborate the situation: If we go to Environment and click the "change " it will show the detailed of the changes made by person and topics. This report is needed for all the documents for a particular Sales Area.
    Please help me.
    Jans

  • Cwallet.sso failed even after changes made to cwallet security properties

    WARNING: Opening of wallet based credential store failed. Reason java.io.IOExcep
    tion: F:\oracle\middleware\user_projects\domains\obiee_domain\config\fmwconfig\b
    ootstrap\cwallet.sso (Access is denied)
    Oct 19, 2011 6:20:12 PM oracle.security.jps.internal.keystore.file.FileKeyStoreM
    anager openKeyStore
    WARNING: Opening of file based farm keystore failed.
    cwallet.sso failed even after changes made to cwallet security properties in bootstrap

    The user you logged in does not have permissions to access cwallet.sso file and hence, it says access denied. Try to check the permissions and add the user, who is trying to start weblogic server.
    -Vamsi

  • How do you refresh a report after an update?

    Hi all,
    I have a Welcome Page that has several Portlets on it. One of the Portlets is a QBE report. From the report a user can click on a column record and be transported to a form, where the user can modify the record. Once the user is satisfied with the changes, the user hits the UPDATE button and is transported back to the Welcome Page. The only problem is that the Report has not been updated. Refresh does not work on the web toolbar and the only way I figured out on how to refresh the report is to go into the 'Customize' page and make some sort of change and hit O.K. After that, I am redirected back to the Welcome Page with the Report refreshed with current data. How can I refresh the report, without going into the 'Customize' Page? What code does the 'Customize' page do, to automatically refresh the report? I am using Portal 9.0.2.2.14.
    TIA,
    Dan

    Hi,
    This is due to webcache. You can solve this problem by calling the page url with an extra parameter. That way the page would get invalidated.
    Say the page url is
    http://domain/portal/page_pageid=33,32951&_dad=portaldad&_schema=portalschema
    then you should call the page like this
    http://domain/portal/page_pageid=33,32951&_dad=portaldad&_schema=portalschema&1=2
    This just adds a dummy parameter at the end and hence invalidates the cache.
    Thanks,
    Sharmila

  • Refresh ALV Report after return from dialog screen

    Hi All,
    I have developed an alv report which lists new products, when user clicks on a product it will take to custom dialog screen where user makes neccessary changes. Once the changes are done user clicks back the control comes back to the ALV report.
    My question is when they come back to ALV report it should refresh and list the new products. Basically I want to know is it possible to refresh the report when control is coming back from dialog screen to ALV report.
    Pls provide me a best way to handle this scenario.
    Regards,
    Anand

    Hi Archna
    This is the code I am using
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program      = v_repid
          i_callback_user_command = 'USER_COMMAND'
          i_callback_top_of_page  = 'TOP_OF_PAGE'
          i_grid_title            = i_title
          it_fieldcat             = it_fcat
          it_events               = v_events
          i_save                  = 'A'
        TABLES
          t_outtab                = it_alv_cvg.
    FORM user_command USING r_ucomm LIKE sy-ucomm
    rs_selfield TYPE slis_selfield.
      CASE r_ucomm.
        WHEN '&IC1'.
          READ TABLE it_alv_map INTO wa_alv INDEX rs_selfield-tabindex.
          IF sy-subrc = 0.
            SET PARAMETER ID 'ZCR' FIELD wa_alv-product.
            CALL TRANSACTION 'ZSD_PRODUCT_DIV' AND SKIP FIRST SCREEN.
          ENDIF.
      ENDCASE.
    ENDFORM.   
    After it goes to dialog when I clcik back it comes  back to the alv report.
    Now can you Pls tell me where to use the refresh.
    Regards,
    Anand

  • Report of changes made by user to a material on a purticular date

    hi,
    i am working on report in which i have to display the changes made by user to a material on a purticular date.
    i am able to display he all fields but i want to 1 more field which is in tcode MM04 i.e. text field(which means discription of te action taken).
    i want to display this field plzz help me out as help will be deinftely rewarded.
    Edited by: Alvaro Tejada Galindo on Feb 21, 2008 1:45 PM

    it's possible that there will be no change document for it and in this case you will have an issue because you will have to directly check in the database or enhance this transaction with adding a change document in some customer exit or BADI.
    I wish you good luck
    /wg

  • Data access in reports after changing Member Access profile

    Hi All
    I made changes in the member access profile of a user (while current system was available for User Planning).
    After making and applying these changes in Access profile, the Current view in the report accessible to user got updated.
    But the problem was in reporting, where the updates didnot happen.
    Please suggest for necessary steps so that user get updated report as per change in Member access profile.
    Thanks in advance.
    Regards
    Abhishek

    Hi Lokesh
    Thanks for the reply.
    1. Report is based on CV
    2. With another ID assigned to same member access profile, the report is showing complete data.
    I mean with X user id 100 data sets are showing while with Y user id only 95 data sets. Where both X and Y are having same Member Access Profiles.
    Regards
    Abhishek

  • Fields missing in MPD report after change to structure and program

    I have been working on a consistency report for transaction MPD.
    I had created a structure in SE11 for handling the data.  it was all working, but then i had to go and change the name of the fields in the structure.  Now those fields are missing from the report. 
    When i step through the debugger, all the fields are being populated correctly, but these fields are not displayed on screen.  if i change the field names back in the structure and change the code for populating these fields, they appear okay.
    i have created a custom implementation within BAdi MPD_WKB_REPORTING. 
    i have checked the config and it all points to my Z Structure and Z Table Type.  I have logged off and logged back on!  made sure my code is saved and activated...
    any ideas on how i can display these new fields names/values?
    Just for clarity, the field name has changed. not the linked data type.

    thanks for your response, however those notes and program have not done anything to assist my issue.
    i have found the anwser now!
    within the BAdi was a method i had to amend:  IF_EX_MPD_WKB_REPORTING~GET_ALV_PARAMETERS 
    all fixed now!

  • Why does my iPod Gen6 not sync after changes made in iTunes on PC?

    I make changes in my music in my iTunes program on my PC (check/uncheck certain music/songs) and these changes are not reflected after I sync my iPod Gen6; all music is the same as it was before on the iPod.

    How is your iPod configured to sync with your iTunes library?  Automatically or manually?  In other words, what options do you have enabled from under the iPod's Music and Summary tabs?
    Syncing music to iPod or iPhone
    B-rock

  • Refresh view forms after change records in db?

    Hello,
    I have problem with refresh view in master-detail form. If I press button with trigger which inserts records in master and detail table, I see change only in master table in forms. In trigger is clause execute_query; but it doesn't work. If I refresh internet search (internet explorer) then I see change in all tables, but I want see this changes after press button with trigger.
    Any suggestion?
    regards Psiezul

    This is large trigger and I make simplest this code.
    There are two tables: sprawy and watki. Table sparwy is master table and watki is detail table. And button with trigger is on master object in forms.
    DECLARE
    BEGIN
    SELECT * INTO rekord_sprawa FROM sprawy WHERE .......;
    --some changes on records rekord_sprawa, and save this records in DB.
    INSERT INTO sprawy(........) VALUES(.......);
    COMMIT;
    In this palce is ok and I see changes on my form in IE.
    Under are records which are inserted in database, but I can't see this changes in form.
    If I take count_query, then I get message that there are new records, but if I press execute_query, forms told my that, there aren't any records ! In DB are all records which I inserted. But If I click refresh on Internet Explorer, that I see changes.
    SELECT * INTO rekord_watek FROM watki WHERE .......;
    INSERT INTO watki(......) VALUES(........);
    COMMIT;      
    END LOOP;     
    END;
    Execute_query;
    It's not work(execute_query) for second table 'watki' which is visible in detail component.
    Sorry for my terrible english
    regards
    I find solution but not very good
    open_form('dokument');
    close_form('dokument');
    this clauses make refresh all table in master-detail model.
    Edited by: user515960 on 2010-06-08 04:56

  • How to refresh the table after change value in the VO programatically?

    Hi,
    I like to update my table by using a popup. My problem is that the table does not refresh after I change the value in the table's VO by the popup.
    There is another table in the popup, and the popup is triggered by a command button. An af:showPopupBehavior is nested in the button. The method of the button in backing bean is as following,
    public void accountcodeButtonClicked(DialogEvent dialogEvnt) {
    ViewObject volisttable=am.getAcChartValidateView1();
    String nowcode=volisttable.getCurrentRow().getAttribute("Code").toString();
    ViewObject vobasetable=am.getGlDetailView1();
    vobasetable.getCurrentRow().setAttribute("AccountCode",nowcode);
    The partialTrigger of the base table's column AccountCode points to the triggering button.
    I do not know why the base does not refresh after the above method is executed.
    Please me.
    Stephen

    Hi,
    kind of a shame that after so many years of ADF the message that updates should be through the binding layer hasn't gone through ;-)
    You change the underlying business service, which doesn't impact the binding layer the way you do it. So here is what you can try in the same order
    - 1. RequestContext.getCurrentInstance().addPartialTarget(<table reference>)
    - 2. If 1. doesn't show the changed data, try and re-execute the iterator that is the base of the table. If this works then the effect you see is caused because you ignore using the binding layer
    Frank

  • html:cancel / not working after changes made as per Steve Muench documen

    I have followed the document posted by steve for configuring BC4J to use Struts 1.1 Final.
    Once this is done the <html:cancel> button does not work.
    This button does two things , it skips the validate method in FormAction and returns true for
    isCancelled(request), but both things are not happening.
    When i go back to 1.1beta 2 release it works fine,
    So it is related to the changes that Steve made in the three files.
    BC4JRequestProcessor.java
    MultipartUtil.java
    UpdateAction.java
    Steve could you take a look and fix this issue.
    Thanks

    more info on isCancelled()
    isCancelled(javax.servlet.http.HttpServletRequest request)
    Returns true if the current form's cancel button was pressed.
    This method will check if the Globals.CANCEL_KEY request attribute has been set, which normally occurs if the cancel button generated by CancelTag was pressed by the user in the current request.
    If true, validation performed by an ActionForm's
    validate() method will have been skipped by the controller servlet.

  • Word Crashes after changing the style of 'Bullets'

    Hi,
    I hope someone can help me this problem. The problem occurs when I use Microsoft Word 2004 for Mac.
    Word crashes when I go into the Formatting Palette > Bullets and Numbering and then try to change the style of the bullet. I noticed that in the drop down box of bullet styles there are two or three blanks spaces rather than an actual bullet. Then when I move the mouse over the blank entries in order to click on an actual bullet style, Word crashes.
    Should I uninstall Word and then reinstall it? Or is there a much simpler way of fixing the problem?
    I have only had my MacBook for 10 days and I am already having so many problems with Microsoft Word.
    Thanks in advance.
      Mac OS X (10.4.9)  

    Since Word is not an Apple product, you'll get better response if you use a forum dedicated to Microsoft's Mac products such as <http://groups.google.com/groups/dir?sel=33607053> rather than an Apple forum.
    Be sure to search the forum first in case someone has already had a similar question answered. You'll get your answer faster this way. Post your question in the forum if you don't find anything that helps you.

  • How to update song info in iTune & IPOD after changes made in source drive?

    After I added songs to library in iTune and updated in IPOD, I notices some some information was not correct. How can I update the song information to iTunes & IPOD other than clicking each song one by one? In another words, is there a way to batch update the song information from the source drive (I have uploaded all my CDs and saved on my harddrive.
    Thank you.

    I understand that you use iTunes to sync, but somehow didn't use iTunes to delete the file. You will have to use the iTunes interface to delete the file. Go to iTunes/Books, highlight the book, and delete the file. The next time you sync,  you should not see the message.
    Respond in this thread with the results, so we know the problem is fixed or not.

  • Refreshing interactive report on change of dates

    Hi,
    I have a IR where the source contains the query WHERE from_date = to_char(:P3_FROM_DATE) AND to_date = to_char(:P3_TO_DATE) , now when I change the item value in P3_FROM_DATE and P3_TO_DATE , I want the IR to change according the selected values .
    I tried with dynamic action ,but it didnt work , may be I gave the wrong code ...
    How can I achieve this ?
    Thanks & Regards
    Umer

    Nice1 wrote:
    Hi,
    I have a IR where the source contains the query WHERE from_date = to_char(:P3_FROM_DATE) AND to_date = to_char(:P3_TO_DATE) , now when I change the item value in P3_FROM_DATE and P3_TO_DATE , I want the IR to change according the selected values . Use <tt>\</tt> not <tt>\{quote}</tt> when posting code.
    What is the data type of the FROM_DATE and TO_DATE columns? (You should not use TO_DATE as an identifier as it is the name of a built-in function.)
    If it's DATE, do they store time as well as date information?
    As APEX items, P3_FROM_DATE and P3_TO_DATE are character strings and <tt>to_char</tt> should not be used. If the database columns are DATEs, then <tt>to_date</tt> should be used:WHERE from_date = to_date(:P3_FROM_DATE, '<format mask of P3_FROM_DATE item>') AND to_date = to_date(:P3_TO_DATE, '<format mask of P3_TO_DATE item>')
    I tried with dynamic action ,but it didnt work , may be I gave the wrong code ...
    What did you try with Dynamic Action? How can we know if it's the wrong code if you don't show what you did?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • ODI integration with JMS Queue

    Hi, I've been searching for some instructions on how to integrate ODI with JMS Queue but there's a distinct lack of information on the internet. Can anybody point me to a step by step guide they have come across? Any help is gratefully received. Than

  • Comparision between Multimaster replication and data guard

    Hi, I have some questions regarding Multimaster Replication and Data Guard. Like *1.)* I have a web site having database in oracle 10.2.0 and multimaster replication configured on it. But whenever i need to change the structure of the tables i need t

  • How to make a class serializable

     

  • How to find my missing ipad

    how to find my missing ipad?

  • Glossary tab not appearing in RoboHelp9

    Yes, I have read the other posts on this topic, but am still having the problem. I have a RoboHelp project, with a glossary, that I've published to several layouts.  The glossary appears in the web layouts (but, for some reason does not work in Chrom