Issue with sub template

<?template:Header?><?param:ReportName;string(‘My Report’)?>
<?$ReportName?> in the header region
and <?end header?>
<?template:Footer?>
<?end Footer?>
in the footer
<?call@inlines:Header?> <?with-param:ReportName;string(‘Employee Report’)?><?end call?>
this in the calling template..but seems to be not working
please help me out

Use
<?template:Header?><?param:ReportName;string(‘My Report’)?>
<?$ReportName?> in the header region
<?end template?>
<?template:Footer?>
<?end template?>
It should be <?end template?>
Also, have the import statement at the top of the file, before anything else.

Similar Messages

  • 163;  There seems to be an issue with the template that the site is using as there is a code to replace the pricing.

    163;
    There seems to be an issue with the template that the site is using as there is a code to replace the pricing.
    <script>
    // Script to extract the currency and decimals from the price
    var price = "{tag_saleprice}";
    var priceWithoutCurrency = price.replace( /^\D+/g, '')
    var decimals = priceWithoutCurrency.substring(priceWithoutCurrency.length - 2, priceWithoutCurrency.length);
    var roundedPrice = priceWithoutCurrency.substring(0, priceWithoutCurrency.length - 3);
    $('.image-with-price.big span').html(roundedPrice+'<sup>'+decimals+'</sup>');

    Here are the screenshots for what it's worth.
    Not sure why I can't post them in the original post.<br>
    <sub><b>Mod edit: See [https://bugzilla.mozilla.org/show_bug.cgi?id=718813 bug 718813]</b></sub>
    '''Again, when I set my DNS server to automatically detect the servers both problems disappear and I have no issues at all.'''
    IMO opendns is either doing this on purpose (unlikely) or they're under some sort of attack/being used to attack the specific torrent sites although I'm open to other explanations. I believe using the automatic setting for DNS is using my own ISP's DNS servers (which again, work fine... but still...)
    I'd rather not use Google's public DNS servers as Google is to commercial these days and I think there's potential privacy issues.
    '''Again I have changed the setting for DNS servers back and forth several times to duplicate/verify the issue(s)... and the issues only happen with the opendns servers.'''

  • Weird issue with Site Template in O365

    Hi,
    I ran into a weird issue while working with Site Template in O365 last night.
    I created a sub-site in a Site Collection with some Site Columns, CT and Lists. Then I saved it as a Site Template so that it can be used for different sites. Then I created 3 different sub-sites using the template. All went good.
    After some time when I looked at the sites, something really irritating happened. I saw the first two sites were missing all the site columns and CT. And the latest third site had 3 copies of each Site Column and CT.  Though for the first two sites,
    all the CT, Site Columns were available at List level, but it wad just the reference. The Actual CT was not seen the site settings.
    This is the first time I saw this kind of issue. Not sure what is the reason for this.
    Any idea around this ?
    Thanks,
    Nutan
    Nutan Sharma

    Hi,
    According to your description, my understanding is that the error occurred when you created a site from the template with no files in the document library.
    I tested the same scenario per your post, and I can create a site from the template with no files in the document library with no errors.
    To solve this issue, I recommend to verify the things below:
    Did you save the site as a template with Include Content checked? If yes, I recommend to test if it works when saving the site as a template with Include Content unchecked.
    Test the same scenario with a new site to narrow the issue scope.
    I also recommend to check the event log and ULS log to see if anything unexpected occurred.
    To check event log, click the Start button and type “Event Viewer” in the Search box.
    For SharePoint 2010, by default, ULS log is at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS.
    You can check the ULS log by the methods here:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    http://msdn.microsoft.com/en-us/library/gg193966(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Problem in Consistent Header and Footer with Sub Templates in BI publisher

    Hi All,
    I have recently started working with OBI and used Sub templates for getting Consistent Header and Footer in all of our reports. I did this in the following way
    1. Created one template called HeaderFooter.rtf with Header and footer templates.
    2. placed the file in web server and called in the main Template with
    <?import: http://myserver.com:9704/xmlpserver/HeaderFooter.rtf?> I mean as static URL and it is working fine.
    3. Now as a part of generalizing the server i have added HTTPSERVER property in xdo.cfg file which is located in
    %BI_REPOSITORY%/Admin/Configuration.
    4. I have checked this property by placing <?xdoxslt:getXDOProperties($_XDOCTX)? in my rtf file and HTTPSERVER property is showing same as that of static.
    5. Now when i place <?import:http://{$HTTPSERVER}/HeaderFooter.rtf?> in my rtf it is ending with an error.
    so can anyone please help me out in this regard?

    Hi User XY,
    you might want to ask this in the [url http://forums.oracle.com/forums/forum.jspa?forumID=245]BI Publisher Forum
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Issues With PDF Template Mapping

    Hi all,
    Oracle BI Publisher for Windows 10.1.3.2.1
    Oracle Publisher Desktop 10.1.3.2.1
    Adobe Acrobat 5.0.5
    Broswer IE 6.0.29
    I have created a report based on a single database table (DEMO.PRODUCTS) but am experiencing problems when I try and map the form fields in PDF Template to my sample XML file.
    I created a PDF Template and uploaded this template to my Layout. This PDF Template has two form fields on it (PRODUCTNAME and UNITPRICE, which incidentally are the names of the database columns I want them to map to).
    I have also uploaded my sample XML data file and therefore have access to the Map Form Fields button on my report definition. However, when I click on the button a new window opens with the Map PDF Form Fields and a dialog to "Click on each highlighted...." and then hangs. When I close the window I receive a message about an Adobe Acrobat error.
    If I try and do the same thing in Firefox then I receive a message in the JavaScript Console:
    Acrobat Database Connectivity Built-in Functions Version 5.0
    Acrobat EScript Built-in Functions Version 5.0
    Acrobat Annotations / Collaboration Built-in Functions Version 5.0
    TypeError: app.execDialog is not a function opened this in Adobe Acrobat
    Any suggestions or comments appreciated.
    Many thanks,
    Gary.

    Hi Aashish,
    I suggest you to check the RTF Template of your report ....as if your xml output file on submit request form--->diagnostic --->view xml ...is generated ... it means that your data defination file is perfectly fine but there is issue with your rtf template....may be some of grouping or tag is not put properly...
    one thing i want to suggest you to pls save that data file as .xml extension and upload in rtf u designed on youe desktop.... check theprview if its coming fine or not.
    let me know if u still facing the same problem.
    regards
    Ratnesh P

  • Issue with Report Template in EHS

    Hi Gurus
    I have an issue wiht report template in EHS. When i go to CG42 i tried to search for a report template no entries found. But if you F4 in template field there are templates getting displayed. If i select template and enter again, it says no object available. Looks like weird. Template is very well available in system. If you have this issue please guide me to correct the situation. Also can you please let us know what is the table to check report templates.
    Regards
    Murali

    Hi Murali,
    with TC code - CG34, u may further try the following path -
    File with path -  Character standard
    <path on application server>:\BP_PH_EHS_MSDS.DAT     MS-NT
    <path on application server>:\BP_PH_EHS_COVERL.DAT     MS-NT
    Choose Check File (F5). The transfer file area is filled with data.
    Choose Start/Transfer time (F6). The symbol match up is displayed.
    On the Import Report Template: Symbol Matchup screen choose again Start/Transfer time. MS Word for Windows is started with the template.
    Choose Check Template. upcoming warning messages may be Ignored.
    hope the issue is solved.
    with regards,
    mahesh

  • Issue with room template before going Live

    We have created a template and all the users get their own room. In couple of months we are planning to add new features to the app. Of course when we update the template, the rooms won't get updated with new nodes. How do we upgrade these existing rooms? Delete and recreate the room using a batch script? I guess we will look the data in the room but is there any other potential issues with this approach. Any better approach?
    One thought came to my mind is to furnish the template with all possible component nodes beforehand even if we do not use it right now. That way in future, we will have all the components we need in existing rooms. Is this feasible , better approach?

    Option 1: delete and recreate the room. If you don't save any state or the state can be recreated there shouldn't be any issues with this approach.
    Option 2: write a flex application that updates the room, or make your updated flex client update the room (but if you are creating new nodes and you don't have a role of 100 that would not work)
    Option 3: create the new nodes and configuration from a server side script.
    Sent from my iPhone

  • Issue with Workflow template versions? Can any one suggest what to do.

    Hello All.
    Actually in quality system there is a workflow instance in error. I identified the error and fixed the issue with a new development and transported to quality. Now when i restart the error instance in quality, its not picking the latest template with additional steps i developed, instead, it is catching the older version.
    For a fresh instance, my newer version of workflow is getting triggered, why not for error workflow.
    I used swu_obuf to synchronize the buffer but no use. What could be the resolution.
    Please suggest.
    Regards
    Prasad.

    Hi Prasad
    Running instances / Waiting / Or in error continue to run in the version in which they were started.
    That is why Version increments in QA / PRD when you move a change... so that any running, waiting, error instance can pick the same version of the workflow.
    It will not pickup your changed version. Logically it would be incorrect - start in Version A and end in Version B..... say start in version which "Auto Approves" a PO of value INR <=100 .... error .... restart in a changed version which now had auto approve limit of INR 1000. The PO will not be auto approved whereas the day it was started, the limit was only 100. So it makes sense to restart a workflow in the same version in which it was started. That is how the architecture has been designed.
    To conclude, if the steps which went in error because of the data from your previous step (which you have changed now) - see if you can change the container data and restart the WI from SWIA so that the work item starts with a new set of data. Else, discuss with business owners to cancel these workflows and restart new ones.
    regards,
    Modak

  • Issues with one template

    Hello
    I'm having issues with Particle Impacts template - when I render video, it has like green lines like letter X all over the screen , like on the picture below
    http://i56.tinypic.com/bjed52.jpg
    How can I remove them? Thanks in advance

    Thanks a lot.
    I installed Video Copilot, Trapcode Particular and Cycore FX.It must be one of those.
    What you think which one it might be?

  • Performance Appraisal-Issue with Restrcited template

    Hello
    I am trying to prepare appraisal document via tcode PHAP_PREPARE_PA. The system proposes three options:
    - Prepare Appraisal Docs with Template, Appraiser, Appraisee
    - Prepare Appraisal Docs with Organizational Units
    - Prepare Appraisal Docs with Restricted Templates
    Questions:
    Q1 What is the difference between 2 and 3 above?
    Q2 Is there any documentation that explains each option in detail?
    Q3 Is there a place where we configure the evaluation path each option takes?
    Q4 When I use the option "Prepare Appraisal Docs with Restricted Templates" and select the org unit/appraisal template, I get the following message:
    Object 01 VA 99912314 not found
    Message no. HRHAP00_TEMPLATE007
    What am I missing? Your timely assistance would be immensely helpful.
    Many thanks in advance,

    Q 1 & Q 2 :
    From SAP Help -
    Prepare appraisal documents using wizard (Template,Appraiser, Appraisee)
    The wizard enables you to prepare appraisal documents for different appraiser/appraisee combinations (such as manager appraises employee).
    1.      Call the Prepare Appraisal Documents transaction.
    2.      Click on the Prepare Appraisal Documents with Template, Apper, Appee link.
    3.      The wizard is started and it guides you through all the steps you need to prepare appraisal documents with the appropriate appraiser/appraisee combinations.
    Prepare appraisal documents using organizational units
    This link enables you to prepare appraisal documents using your organizational units.
    1.      Click on the Prepare Appraisal Documents Using Organizational Units link.
    2.      In the Root Object ID field, choose an organizational unit from input help and transfer it.
    3.      In the Appraisal Template field, choose the appraisal template you want to use from input help.
    4.      Enter a start and end date for the validity period.
    5.      Select the Test Run checkbox if you want to create appraisal documents in test mode. In this case, no appraisal documents are created in the database.
    6.      Choose Execute.
    Prepare appraisal documents with restricted templates
    This link provides you with the following options:
    ¡        You can restrict the selection of appraisal templates to include particular employee groups only
    If it is known for which employees appraisal documents are to be prepared, you can use an employee attribute such as an employee's Job to restrict the number of appraisal templates offered for selection.
    ¡        You can restrict the selection of employees depending on the appraisal template.
    If it is not known for which employee the appraisal document is to be prepared, the appraisal template is offered first. Input help restricts the employees available for selection to include only those employees who, on account of their employee attributes, can be considered for the appraisal template.
           1.      Click on the Prepare Appraisal Documents Using Restricted Templates link.
           2.      Select the required organizational unit from input help for the Root Object field. Transfer this organizational unit.
           3.      Select the appraisal template you require.
           4.      Enter a validity period.
           5.      Select the Test Run checkbox if you want to create appraisal documents in test mode. In this case, no appraisal documents are created in the database.
           6.      Choose Execute.
    http://help.sap.com/saphelp_erp2005vp/helpdata/EN/98/1222d3404e3849912015524dce03e5/frameset.htm
    Reward points if this helps.
    Sanghamitra

  • Issue with nested templates, CS6

    About the same time that I upgraded to CS6 my customer wanted to completely redesign their website and now I am having trouble with nested templates not updating pages.
    I have my main template that has the site wide banner and horizontal menu, then I have other templates based on the original that have different verticle menu bars on the left.  B/C I wanted to be able to make different menu bars I had to put in an editable region.  NOW I am reading that the reason my nested template isn't updating is b/c the info in an editable region.
    In my last version of Dreamweaver I used some kind of code that included "@@" (can't remember the exact code off the top of my head but when I tried putting that in the new site I was told it was "unacceptable" or something like that.
    Can someone give me a clue here?  When I make updates to "subtemplate" it ask me if I want to update files, I say yes, it shows me all the files that are linked to that template but doesn't update them.
    Thanks,
    Carol

    Is this the code you're looking for?:
    @@(<samp class="codeph">"</samp><samp class="codeph">")</samp>@@
    More info can be found here: http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7aa1a.h tml#WScbb6b82af5544594822510a94ae8d65-7a9ea

  • Issue with style templates & sectioned reports in BI Publisher

    Hello everyone,
    while building a report in BIP 11.1.1.6 I've encountered the next problem. I'm using a style template with defined header & footer, and the layout rtf template supposed to contain several sections (e.g., for 'No Data Found' message). The problem is that whenever I add sections to the report, the header & footer are applied only to the last one — no matter how many sections are there.
    I've looked through the xdo debugging logs and I still see no reason for the <region-header> & <region-footer> not to apply to all of the sections.
    Can anyone help me with this issue?

    Hi Kishore,
    I have a similiar request. We do not have LDAP enabled yet. I configured & linked OBIEE with BIP. I put a BIP report in one of our Dashboard pages.
    When logged in as Administrator / or the user who has admin rights, I could see the BIP report in dashboard but any other users can not view the report. Can you please share the doc you have with me and it might be useful.
    My mail id is - [email protected]
    Many Thanks
    Mahesh

  • Issue with site template that contains a document library with a lookup column to another list

    I have a document library called Proposals with a lookup column in the same site called Document Categories (multiple values allowed).  It points to a list called document categories.  I have several sample documents in the Proposal Library that
    contain valid document categories.  When I save the site as a template and instantiate it, everything is fine.  However, when I remove the sample documents from the Proposal library and rebuild the site template, I can't get the  template to
    create another site.  I get an error Unable To Open Lookup List.
    I don't understand why I can instantiate a site from the template when there's sample data, but not when the document library containing the lookup column is empty.
    Does SharePoint 2010 site template support lookup columns?
    Why would it make a difference if the library is empty?
    Thanks

    Hi,
    According to your description, my understanding is that the error occurred when you created a site from the template with no files in the document library.
    I tested the same scenario per your post, and I can create a site from the template with no files in the document library with no errors.
    To solve this issue, I recommend to verify the things below:
    Did you save the site as a template with Include Content checked? If yes, I recommend to test if it works when saving the site as a template with Include Content unchecked.
    Test the same scenario with a new site to narrow the issue scope.
    I also recommend to check the event log and ULS log to see if anything unexpected occurred.
    To check event log, click the Start button and type “Event Viewer” in the Search box.
    For SharePoint 2010, by default, ULS log is at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS.
    You can check the ULS log by the methods here:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    http://msdn.microsoft.com/en-us/library/gg193966(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Web ADI on 11.5.10.2 Issue with migrating templates desktop ADI to WebADI

    Version 11.5.10.2
    Applied patches:
    7375915
    7350414
    3036401
    5853005
    11793768
    12700905
    Migrating FSG templates from desktop ADI to WebADI. When we open an existing template, we put the template name in the file and then upload we have the following issues:
    - The template does not have headers.
    - If we change the template at all, the columns get left justified instead of right justified.
    - numeric value is showing for date and time instead of standard format for date and time.
    - Column widths are not holding.
    - Cannot get column headings to show up.

    Have you applied all pre-req. patches?
    Please see the following docs and make sure you have all the patches applied.
    How To Determine Which FSG Patches Have Been Applied In Release 11i, 12.0 and 12.1 [ID 549289.1
    Unable To Publish Report In Excel After Applying Patches 7375915/7350414 [ID 789725.1]
    UNABLE TO VIEW OUTPUT WHEN PUBLISHING REPORT SET WITH CONTENT SET [ID 827461.1]
    Unable To Publish FSG Reports When Content Sets Are Used [ID 787289.1]
    How To Use Content Sets (Parallel Types) in Report Manager to Display FSGs in Multiple Workbooks [ID 881532.1]
    FSG: Error : Content Set ID Is Not Empty And It Is An FSG Submission When Using Content Set [ID 1294149.1]
    What Are the Patch Numbers for Prerequisites for Patch 5377946? [ID 945032.1]
    Fsg Column Headers Are Offset, Date Format is incorrect after applying FRM patches [ID 834860.1]
    Thanks,
    Hussein

  • Issue with Item Template

    Hi
    I have created an Item template and in that template I added Folders/template documents into the Decision point level.
    Following that I changed the status to active making this template available during item creation.
    While I create an Item using this template, the folders and document structure does not get inherited from the template.
    Dates and other metadata like description gets created from the template.
    Can anyone help me out with this issue?

    Hi Melvi,
    Document templates for different object have to created separately. Select the check box Document template for portfolio templates and create your own structure. In the object you will have to use this create template to copy the same structure.
    Best Regards,
    Priyatham

Maybe you are looking for

  • Field Control settings in SRM 7.0

    Hi Experts , We are configuring SRM7.0 with ECC6 ( Ehp4) having Classic Scenario . We want to make 1. Some fields mandatory for example Refernce Document in Confirmation document..etc --->> I done setting in the sRM Config at   SPRO......-> Configure

  • Cannot connect my phone to PC suite

    I have a Nokia 7373 and I am trying to connect it to the PC suite using bluetooth. The version of PC Suite I have is 6.83. I am also using Windows XP. I have done everything the manual told me to do, and bluetooth is switched on. If anyone can help m

  • Install Project Pro 2013 and Project Pro for Office 365

    Does anyone know if they can be installed side-by-side? From what I can tell it looks like they cannot be installed side-by-side. For example I have a trial version of Project Pro installed, so there's no link in the Start Menu for Project Pro for Of

  • Consignment issue stock problem

    Hi Guys, One consignment issue sales order of 500 qty has been created but only 139 qty got confirmed. When I check in MMBE for the particular customer, consignment stock is there. 503 qty. Still, cant able to confirm full qty in order. What could be

  • "Page" and "Rect" props of the Field prop in Javascript API

    Page property of the Field property in Javascript Acrobat API returns an array of pages that this field exists in. On the other hand, "rect" property returns just one set of coordinates of the field on a page. My questions are: 1. Suppose field's "pa