RTF file Template Builder Clarification

I have a custom report which uses XML publisher. The RTF file has constraint with page break. i.e. If total records exceeds 30 then print another page. The problem is 30 records are embedding in single page, but going into another page. so lot of pages are required to print the whole report. I updated the page count from 30 to 20 so that it will fit properly. But still it is not updating.
here is the procedure I used to update the filed.
Template Builder->Tools->Field Browser
selected the Field, then in the edit box, I updated, I clicked UPDATE button, then REFRESH button and then CLOSE button.
It is not saving the field rather I lost all XML end tags. I am not sure why it is happening. Is there any other place which we have edit/modify the logic.
Since it is not saving, I am editing some column and trying to save it. But I am getting warning message after the execution of report. The reason is xml end tags are not present.
appreciate your help.
Thanks!!

Sounds weird. How are you testing the modified RTF?
--Shiv                                                                                                                                                                                                   

Similar Messages

  • How to generate XLIFF File from RTF file

    Hi,
    I have my rtf file template. I need this report in English as well as in Russian. Ho to generate the xliff file for Russian translation.
    Thanks in advance!
    Arvind

    You can basically upload your rtf file to the oracle apps templates repository. There you can export the xliff file, and bring it back to your desktop. Edit the file ( the xml field target ), and upload it back to oracle apps.
    Let me know if you have questions

  • Import template defined in rtf file to another rtf file in BI Publisher

    I have two RTF files:
    (1) summary.RTF
    (2) detail.RTF
    detail.RTF has template named “subreport” with following syntax:
    <?template:subreport?>
    <?end subreport?>
    I am importing and calling this template in summary.RTF.
    <?import:file:///C:/Hitesh/Work/detail.rtf?>
    & <?call-template:subreport?>
    The report is working fine with template builder (like in Word “Load XML” and then preview and two RTF files are at my local machine).
    Now,
    I have created one report in BI Publisher(10.1.3.2) named “Summary” in folder named “Test” to deploy my report.
    I have uploaded these two RTF to BI Publisher with name (1) summary & (2) detail.
    But it’s not showing the report because of invalid import syntax.
    I have tried following syntaxes for import,
    <?import:http://bipapp:7777/xmlpserver/~development/Test/Summary/Summary.xdo?_xt=Detail?>
    <?import:xdo:Detail.rtf?>
    <?import:http://bipapp:7777/xmlpserver/~development/Test/Summary/Detail.RTF?>
    But it’s not working.
    Clearly the problem is in the import syntax.
    Can anyone please help me to correct the import syntax?

    Hi Tim,
    Below is the URL when I enter in browser, it is asking for download "Detail.rtf".
    <?import:http://10.253.80.59:15101/xmlpserver/servlet/res?t=bin&f=/TestReport/StatementSummary/Detail.rtf?>
    so, i have placed this URL in Summary.RTF.
    Still it's giving error--> "Caused by: java.util.EmptyStackException"
    If I remove the import and call to "subreport" template, then summary is displaying wihout detail part. Further if I run Detail.RTF then it is also running individually.
    Now, I am thinking that the problem is with "?" (question mark symbol) in URL, so, I have tried another like below:
    <xsl:import href="http://10.253.80.59:15101/xmlpserver/TestReport/StatementSummary/StatementSummary.xdo?_xt=Detail"/>
    Here the url:
    http://10.253.80.59:15101/xmlpserver/TestReport/StatementSummary/StatementSummary.xdo?_xt=Detail
    If i execute this url in browser then it is rendering the Detail.rtf.
    This is also not working, it's giving following exception:
    "Caused by: oracle.xdo.parser.v2.XMLParseException: End tag does not match start tag 'SCRIPT'."
    Thank you,
    Hitesh
    Message was edited by:
    htshekhada
    Message was edited by:
    htshekhada

  • Getting while attaching .rtf file in data template

    Hi All,
    When i am attaching a .RTF file to a data template , i am getting the following erro :
    The referring page may have come from a previous session. Please select Close Window to proceed
    i tried by login again but same error coming every time, please help me on thsi.
    Thanks

    <?xml version = "1.0" encoding="UTF-8" ?>
    <dataTemplate name="XMLTEST" description = "testing the" Version = "1.0">
    <properties>
    <property name="xml_tag_case" value="upper" />
    <property name="include_parameters" value="true"/>
    <property name="include_null_Element" value="true"/>
    </properties>
    <parameters>
    <parameter name="P1" dataType = "CHARACTER"></parameter>
    </parameters>
    <dataQuery>
    <sqlStatement name="Q1">
    <![CDATA[
    SELECT CASH_RECEIPT_ID , AMOUNT , SET_OF_BOOKS_ID
    FROM AR_CASH_RECEIPTS_ALL
    WHERE STATUS = :P1
    ]]>
    </sqlStatement>
    </dataQuery>
    <datastructure>
    <group name = "G1" SOURCE = "Q1" groupFilter="">
    <element name="CASH_RECEIPT" value ="CASH_RECEIPT"/>
    <element name="AMOUNT" value="AMOUNT"/>
    <element name="SET_OF_BOOKS_ID" value="SET_OF_BOOKS_ID"/>
    </group>
    </datastructure>
    </dataTemplate>
    i have modified the date datatype. im still seeing the same output. how do i change the element to be derived value? can you help me with the syntax.
    Thanks!

  • Could not overwrite rtf file on report template in BI Publisher

    Hi All,
    I want to upload the rtf file for Bi publisher report. There is already an rtf file and I have edited the file and want to overwrite it . It shows that the only way is to delete the template and again
    create the template by uploading the rtf file. I tried to overwrite the existing template with edited rtf but it shows the error. Is there any other options rather than deleting the template and uploading again for edited rtf file.
    Thanks,
    Virat

    Hi,
    it seems, sometimes everyone would like to draw a vertical reference line at the data date of a line chart, so I would like to bring this thread up again.
    I assume, that there is no vertical reference line on line, bar or area charts, because of the following reason: The vertical reference line is made for X1Axis; that's why it's called X1ReferenceLine. Line, bar and area charts don't have any X1Axis, but a O1Axis (ordinal axis):
    from Graph.dtd: "
    <!-- Ordinal axis on bar, line, area graphs-->
    <!ELEMENT O1Axis EMPTY >
    <!-- Horizontal data axis on bubble and scatter graphs; center point in
         polar graph-->
    <!ELEMENT X1Axis (ViewFormat?) >
    There is no such thing as <!ELEMENT O1ReferenceLine EMPTY > in Graph.dtd.
    Is there any other solution, why it seems not to be possible, to draw a vertical reference line on line charts?
    Kind regards,
    Tobias
    ps: Regarding the difference between X-Axis and ordinal axis, I take the explanation from http://goorman.free.fr/ZedGraph/zedgraph.org/wiki/index1240.html?title=What_does_%27Ordinal%27_mean%3F .

  • XML publisher(template builder menu for rtf)

    Hi,
    i am trying to do XML publisher report...
    To develop Rtf template by using Microsoft word.i need one menu name called Template Builder over microsoft word .
    i think to get this menu we have to apply some software or patch over the machine which we r using for rtf development .
    anybody can give me the software name and also where i can get this ...
    regards,
    kumar

    The XML Publisher 5.0 Template Builder for Word is available on Metalink as a Patch:
    Patch 4239263
    Description XDO/ORACLE XML PUBLISHER TEMPLATE BUILDER PATCH 1.0.0
    Product XML Publisher
    Release Applications 11i
    Platform or Language -------- Platforms --------Microsoft Windows (32-bit)
    If you don't have access to Metalink, you can download a trial version of the standalone release of XML Publisher 5.5 from Oracle eDelivery:
    http://edelivery.oracle.com/EPD/Download/get_form?egroup_part_number=B23145-01
    Product Pack Oracle Application Server Products
    Platform: Any (e.g. Window 32 Bit)
    The part number is B23145-01: "Oracle® XML Publisher CD/Media Pack".
    The Template Builder for Word is part of the "XML Publisher Desktop".
    HR Madrid

  • Unable to upload the updated/modified Report template (rtf file) in siebel

    Hi,
    I am unable to upload the updated/modified Report template (rtf file) if already exists in the local database.
    Initially I have uploaded a rtf template, generated xliff, registered it and can view the report from the registered view. Later I have made few changes to the rtf template, in the reports template view, I have uploaded this. When i run the report in the registered view, I am able to see the earlier version and it doesnt show me the updated changes.
    I am using 8.1.1.3 siebel and BIP 10.1.3.3.1 on local.
    Looking at the metalink found "How To Upload Modified RTF Template Files In The Siebel Application For BI Publisher Reporting [ID 1136418.1]" which is related to server but I am working on local database
    Please find attached the template, xml file. can you please look into this and update me ASAP
    Thanks,
    RV

    Hi,
    Not able to find Report - Standard templates or Report - Custom templates view in Administration - BIP reports in Siebel 8.1.1.3?
    We have applied 8.1.1.3 patch on 8.1.1.0
    below are the steps followed
    Reports are not generated after 8.1.1.3 patch installtion.
    we have also followed to below steps mentioned for this issue in oracle support.
    "In order to resolve this behavior it is necessary to ensure that the 8.1.1.3 FixPack has been applied to the Siebel Tools installation. This will provide an additional .zip file in the REPPATCH folder of the Siebel Tools installation. Once this has been done please then follow the configuration steps as documented :
    change sysprefix to X_ before sif import and chage back to SBL_ after sif import.
    1) Import the sif files from Siebel\8.1\Tools_1\REPPATCH\12-1VMBCSV.zip
    2) Import the 4 SIF files in the following order:
    S_XMLP_REP_TMPL_02112010.sif
    SBL_XMLP_REPORT_SELECTION_FLG.sif
    Report Template BC.sif
    Report Template Registration Applet.sif
    3)Apply the DDL for table S_XMLP_REP_TMPL and compile repository
    Once the above steps have been completed the Selected Record flag will appear in the Report Template Registration views."
    we still not able to generated able to generate reports even after following above steps.
    Thanks
    Sean

  • How to sort Data in XML template (rtf) file?

    Hi, I have an oracle 11i custom report (rdf) with an xml output to a PDF. There is a formula column in the report. Now I need the data to be sorted on this formula column. As we cannot sort on formula column, i have decided to find a way to sort it in the data in the XML template. But I don't really know how to sort and also where to specify the sort tag in the rtf file. I appreciate your response.
    Databse version : 9.2.0.8.0
    E-Biz Version : 11.5.10.2
    Oracle Reports Version : 6.0.8.27.0
    Oracle BI version : 10.1.3.2.1
    Note : I posted this question under : XML General forum also. But did not get any response. I assumed that may be thats not the right place to post it as my report is in e-Biz environment.

    Hi
    As long as you don't have your ^field commands grouped inside a ^group the order in the .dat file is not important. Your last command
    ^field BG_DOC_LN__LN_AM
    246624.12
    should populate field BG_DOC_LN_AM wherever you place it on your form. Obviously you need to name the fields according to your ^field commands and not just use tab (move to next field).
    Shout if this was not what you are asking.
    Stale Sodal

  • Change the default file (template file in RTF) for a seeded R12 AP report

    I have a requirement to change the layout of the a seeded AP report "Selected Payment Schedules report". I logged in as XML Publisher responsibility, queried the seeded template APINVSEL and tried to update "Default file" field to use my own RTF file instead of the seeded APINVSEL.rtf. The field is not changeable. I tried 1) putting end date to the template, 2) disabled the concurrent program or changed the program output format to text instead of XML. I still cannot update the default RTF file after doing any of the above.
    Please help. Thanks!
    Mike

    Garech,
    I have the same issue. I copy the data definition with updated rtf. When the user select a template in Payment Manager and submit payment process request, the report is one of the four concurrent programs run automatically. User told me there is no option for her to select the xml template. Any suggestions? Thanks.
    Lisa

  • RTF file with Template Buider

    Hi
    I have the XML data for 100 columns,I want to create the RTF file to include all 100 columns in one table.
    My questions are
    1.Is there any best way to setup the more columns in one table .
    Can you please point me some examples where i can see the RTF which have more columns.
    Thanks

    Hi Scott
    Welcome to the forum.
    As you may know Apple does not announce anything it does before release, and we know as much as you do on the issue. Which is nothing.
    We are all hoping that Apple will release Pages 11 quickly and address all our issues. Based on long experience, I am not holding my breath. Eventually we will see some features which will look good in marketing and most of the real problems will likely be ignored.
    You are free to let Apple know of your issue:
    +Menu > Pages > Provide Pages Feedback+
    Peter

  • Error when exporting RTF to XSL-FO with the template builder for word

    I am currently trying to export an RTF file from word 2007 to the xsl-fo format. I am using the latest version of BI Publisher desktop as well since I wanted to see if that solved my problem as well. I currently get the following error when trying to convert the file and I know it is an error generated by windows but I am not sure how to fix it.
    The error I receive is: This file does not have a program associated with it for performing this action. Create an association in the Folder Options control panel.
    Any help with how to fix this error would be appreciated.

    Hi
    I dont think this is a BI Publisher issue per se. It looks like Word does not know what to spawn to get the document to open.
    You need to create the association - you do that in the Folder Options control panel. Open the Windows Explorer app (I think in Vista they protect you from yourself - you need to dbl click the Computer icon) - I think you can then set file options somewhere in there. Just google it for the specifics
    Regards
    Tim
    http://blogs.oracle.com/xmlpublisher

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi,
    Platform: OBIEE 10g in NT XPsp2
    View the .rtf file not display the data in BI Publisher Enterprise.
    Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with data, Upload this template to Answers, View Template from Answer is working fine with data.
    Step 2, Answers – More Products > BI Publisher > My Folders > Create a new report > Edit > Data Model > New > Type: SQL Query > Data Source: Oracle BI EE > Query Builder > from SupplierSales assign Customer, Periods, Sales Facts (select Region, state, Year, Units Shipped) > Results > Save > Save
    Click Layouts > New > enter Name ….. > Click Layouts > borrows .rtf file in Manage T file > Upload > Save > Click View
    It is showing only the .rtf file without data. Why there is no data?
    Please guide me to solve this issue.
    Thanks,
    Jo

    Thanks for you reply,
    Our scenario is this report is basically a dissconnected mode report... we are developing these reports for mobile clients.
    We dint face this kind of issue while developing other reports.
    So please let us know if you have any idea on why we are facing this issue.
    Regards,
    Maneesh

  • Grouping and Sub total Problem in Template Builder

    Hi,
    Please help me out to sort the problem am getting in template builder.
    am here by attaching the xml and RTF which i have done. please go through the files and help me sort the problem.
    <LIST_G_REQ>
    <G_REQ>
    <BUYER_ID>DENIECE</BUYER_ID>
    <BUYER_GROUP>1</BUYER_GROUP>
    <BUYER_SUBGROUP>ADMIN</BUYER_SUBGROUP>
    <REQ_TOT>1</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>THUGHES1</BUYER_ID>
    <BUYER_GROUP>1</BUYER_GROUP>
    <BUYER_SUBGROUP>ADMIN</BUYER_SUBGROUP>
    <REQ_TOT>12</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>VACHAVEZ</BUYER_ID>
    <BUYER_GROUP>1</BUYER_GROUP>
    <BUYER_SUBGROUP>ADMIN</BUYER_SUBGROUP>
    <REQ_TOT>19</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>KAJIKAWA</BUYER_ID>
    <BUYER_GROUP>2</BUYER_GROUP>
    <BUYER_SUBGROUP>AP</BUYER_SUBGROUP>
    <REQ_TOT>25</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>MSVIC</BUYER_ID>
    <BUYER_GROUP>2</BUYER_GROUP>
    <BUYER_SUBGROUP>AP</BUYER_SUBGROUP>
    <REQ_TOT>171</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>FESPINOZ</BUYER_ID>
    <BUYER_GROUP>3</BUYER_GROUP>
    <BUYER_SUBGROUP>C&amp;R</BUYER_SUBGROUP>
    <REQ_TOT>19</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>ASEJH</BUYER_ID>
    <BUYER_GROUP>3</BUYER_GROUP>
    <BUYER_SUBGROUP>COMPUTER</BUYER_SUBGROUP>
    <REQ_TOT>16</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>BFINLEY</BUYER_ID>
    <BUYER_GROUP>3</BUYER_GROUP>
    <BUYER_SUBGROUP>COMPUTER</BUYER_SUBGROUP>
    <REQ_TOT>23</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>JSMETANA</BUYER_ID>
    <BUYER_GROUP>3</BUYER_GROUP>
    <BUYER_SUBGROUP>COMPUTER</BUYER_SUBGROUP>
    <REQ_TOT>21</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>SAVANCIL</BUYER_ID>
    <BUYER_GROUP>3</BUYER_GROUP>
    <BUYER_SUBGROUP>COMPUTER</BUYER_SUBGROUP>
    <REQ_TOT>84</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>CALANE</BUYER_ID>
    <BUYER_GROUP>3</BUYER_GROUP>
    <BUYER_SUBGROUP>CWA</BUYER_SUBGROUP>
    <REQ_TOT>28</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>KATHYR</BUYER_ID>
    <BUYER_GROUP>3</BUYER_GROUP>
    <BUYER_SUBGROUP>CWA</BUYER_SUBGROUP>
    <REQ_TOT>13</REQ_TOT>
    </G_REQ>
    <G_REQ>
    <BUYER_ID>STEFANIF</BUYER_ID>
    <BUYER_GROUP>3</BUYER_GROUP>
    <BUYER_SUBGROUP>CWA</BUYER_SUBGROUP>
    <REQ_TOT>1</REQ_TOT>
    </G_REQ>
    </LIST_G_REQ>
    This is my xml file please let me know how to do the groupingbased on "BUYER_SUBGROUP" and also "BUYER_GROUP_TOTAL" and "BUYER_SUBGROUP_TOTAL" in RTF.
    Thanks in advance

    Hi,
    I see that your data is having this format
    <LIST_G_REQ>
    <G_REQ>
    <BUYER_ID>DENIECE</BUYER_ID>
    <BUYER_GROUP>1</BUYER_GROUP>
    <BUYER_SUBGROUP>ADMIN</BUYER_SUBGROUP>
    <REQ_TOT>1</REQ_TOT>
    </G_REQ>
    </LIST_G_REQ>
    So to group by BUYER_SUBGROUP, your code will be
    <?for-each-group:G_REC;BUYER_SUBGROUP?>
    <?end for-each?>
    I dont know what you mean by BUYER_GROUP_TOTAL and BUYER_SUBGROUP_TOTAL here.

  • Dynamic image in the template builder plug-in does not work

    Hi all,
    The documentation says:
    Direct Insertion
    Insert the jpg, gif, or png image directly in your template.
    +...This works obviously+
    URL Reference
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{'http://image location'}
    For example, enter: url:{'http://www.oracle.com/images/ora_log.gif'}
    +...This works too when I hardcode an url as url:{'http://www.google.com.tr/images/firefox/mobiledownload.png'}+
    Element Reference from XML File
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{IMAGE_LOCATION}
    where IMAGE_LOCATION is an element from your XML file that holds the full URL to the image.
    +...This, however, does not work.+
    I use Apex' report query tool and My query is like
    select 'http://www.google.com.tr/images/firefox/mobiledownload.png' IMAGE_LOCATION from ... (a single result set for my template)
    the xml data is generated with an IMAGE_LOCATION tag. I load it to word template plug-in. The Url successfully displays in the report if I make it a plain-simple field.
    But when it's in the image format->web->alt text as url:{IMAGE_LOCATION} no image displayed.
    I need to keep this design procedure simple so a simple word user could design a report via using just template builder plug-in. I don't wish to explore the xsl-fo area...yet.
    Could you tell me why I can't get this url:{IMAGE_LOCATION} to work?
    Regards
    PS: My BI version: 10.1.3.4.1
    Edited by: oeren on Jun 8, 2011 12:28 AM

    Oeren,
    I stumbled across this little tidbit buried in the BI Publisher forum: Dynamic Images in rtf
    Glad you are up and running!
    Joshua

  • Unable to preview rtf file in any format

    Hi,
    I have created a rtf file and I also have the xml for the same.I loaded xml file with rtf successfully.but when I am trying to see the preview then I am getting error. below is error:
    ConfFile: C:\Users\sye59968\AppData\Local\Oracle\BIPublisher\TemplateBuilderforWord\config\xdo.cfg
    Font Dir: C:\Program Files (x86)\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts
    Out File: C:\Users\sye59968\AppData\Local\Oracle\BIPublisher\TemplateBuilderforWord\tmp\tmp\151380515796672out.pdf
    Run XDO Start
    Template: C:\Users\sye59968\AppData\Local\Oracle\BIPublisher\TemplateBuilderforWord\tmp\tmp\tmp.rtf
    RTFProcessor setLocale: en-us
    FOProcessor setData: C:\Users\sye59968\Desktop\rex files\test.xml
    FOProcessor setLocale: en-us
    oracle.xdo.XDOException: java.lang.reflect.InvocationTargetException
      at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1207)
      at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:278)
      at oracle.xdo.template.FOProcessor.createFO(FOProcessor.java:2007)
      at oracle.xdo.template.FOProcessor.generate(FOProcessor.java:1142)
      at RTF2PDF2.runRTFto(RTF2PDF2.java:473)
      at RTF2PDF2.runXDO(RTF2PDF2.java:337)
      at RTF2PDF2.main(RTF2PDF2.java:230)
    Caused by: java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at oracle.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:835)
      at oracle.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:572)
      at oracle.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:327)
      at oracle.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:187)
      at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1183)
      ... 6 more
    Caused by: java.util.EmptyStackException
      at oracle.xdo11g.xslt.XSLProcessor.reportException(XSLProcessor.java:965)
      at oracle.xdo11g.xslt.XSLProcessor.newXSLStylesheet(XSLProcessor.java:725)
      at oracle.xdo11g.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:391)
      ... 15 more
    Kindly suggest me how to resolve and root cause for the same

    what is in rtf template ?
    looks like you have some errors in rtf / incorrect using of smth
    try to remove all in rtf and add code by code or field by field

Maybe you are looking for

  • Creating a new Lov in std oracle screen - iproc

    Hi, I want to create a new LOV in std oracle screen. I will create the item using personalize option. I will create the LOV Region with scope as public and VO etc in jdeveloper and deploy in instance Now will this region be available in personalize s

  • How can i buy an app if this app isn't en my country

    I need buy the app radio, but in my country Ecuador there isn't? How ca I do?

  • Using screen from another program?

    Can I use a screen created in one module pool program for another report/module pool program? Is that possible? Thanks.

  • Throughput on Android handset

    Hi All, I have been testing various programs through my HTC Desire HD android handset for stability etc with my infinity connection. When running the speedtest.net app on my handset it tops out at about 5meg down. It will quite happily give the full

  • Incorrectly defined Logical table source

    Hi all, I have two facts(F1& F2) and two  confirmed dimensions(D1,D2) for the facts F1 and F2. F1 F2:LTS1,LTS2 D1 D2 When I query columns from D1,D2,F1,F2 LTS1 result is coming But, when I query from D1,D2,F1,F2 LTS2 it is throwing incorrectly define