Dynamic Template report on multiple tab

Hi
I am trying to develop reports using dynamic template .Now I  want  another  template on another Tab ( work sheet ) on same work book .Can any body suggest me how to do it ?
Let me explain in  another way. I want multiple template reports on multiple tab of same work book.When I go to next new blank sheet , I don't get reporting option on action pane.
Thanks
SN

Perhaps you could solve this using existing Excel functionality as follows:
Right click on the worksheet name of the sheet with the existing report (eg. Trend)
Select Move or Copy
Choose the Create a Copy check box
Click OK
if building an EVDRE on the new sheet, you could type =EVDRE() then click on the Refresh Workbook button in the BPC toolbar.

Similar Messages

  • Report with multiple tabs

    Hi,
    I have a report with multiple tabs in selection screen. Say material number is mandatory in the first tab. But we don't need material number in the second tab. But if I want to go to the 2nd tab, i get the error message 'Please enter the material number'. Can this be avoided?
    Thanks in advance.

    Hi Paromita,
    If I understand your problem correctly then, here is the summary of your problem -
    a) There are multiple tabs on selection screen. Out of which the first tab has a mandatory field i.e., Material Number. And then there are other tabs.
    b) So, unless and until you provide the value in first tab for the material number(which is a mandatory field), you cannot navigate to the second tab or any other tab for that matter.
    So, ideally the second and rest of other tabs are mutually dependent on the first tab's information as it has a mandatory field. Unless and until you make the first tab inactive it will not let you enter data in the second tab and so on.
    So, to ideally enable input in second tab, make the first tab inactive. Try this and let me know if it works.
    BR,
    Ravi

  • Dynamic template report zero suppression

    Hi
    I  have a report which  was developed using dynamic template  and it works fine. When I configure the  zero suppression for row ( yes in control ) yes, it suppress the rows with  zero in first column. So it  suppress the row which  has  some values in second column  but zero in first row. It does  not suppress the rows if  the first column has values but second column has zero.What I  want  ? to suppress zero only when all the columns ( 2 in my case ) has zero values. I donu2019t see any other  configuration option in control. Can some one guide me how to suppress  zero  only when all the columns in any row is zero.
    Thanks in advance
    SN

    Hi SN,
    If both columns are part of the EVDRE (included in the column range and pulled from the server) then this is not the correct behavior. What version of BPC are you on (7.0/7.5, and support pack)?
    If the second column is not populated with data from the server, then this could happen, depending on how you have built your EVDRE.
    Can you provide more detail about how the columns are populated?
    Ethan

  • Dynamic template report to evdre

    Hi Gurus
    I have few old reports developed using dynamic template of  BPC. Now client want then to be developed ( converted ) in evdre.Kindly suggest me the various approach to this migration/conversion to evdre.
    Thanks in advance
    SN

    Hi SN,
    As suggested, the dynamic templates are already created using EVDRE function. Just to make sure, expand all the rows and the columns of your template. In the cell A1, you should be able to see the EVDRE function. This means that the template has been designed using the EVDRE function.
    Hope this helps.

  • Scheduling multiple tab BO XI3 report needs to save into multiple text file

    Hi,
    I have BO XI 3 Desktop Intelligence reports, those reports contains multiple tabs. Once after scheduling these reports the output needs to save as different text files (each tab as separate text file). Generally when select output as text file we will get the text file with the data of current tab, but in this scenario I want all the tabs data into different text files. I guess we can do this with macro. But I am not good in macro development, hope somebody can help me.
    Could you please help out for the same!
    Thanks,
    Rama

    Thanks Dan.. I made chenges in code as per your suggestion.. its working fine in DeskI -> local PC
    But this is not working in InfoView level... when i scheduled the same report its not saving into multiple text files... can you please have look...
    macro code as follows:-
    Public Sub SaveAsText()
    Dim StrTxtPath As String
    Dim BusDoc As busobj.Document
    Set BusDoc = ThisDocument
    Dim BusRep As Report
    Dim I As Integer
    On Error GoTo ErrHandler
    'StrTxtPath = "
    xxxx.xxx.xxx.com\common\Reporting\"
    StrTxtPath = "D:\Business Objects\Test_Macro\"
    For I = 1 To BusDoc.Reports.Count
    Set BusRep = BusDoc.Reports.Item(I)
    BusRep.ExportAsText (StrTxtPath & BusRep.Name)
    Next I
    ErrHandler:
    Exit Sub
    End Sub
    When i run this macro through DeskI.. its saving the report as multiple .txt files with respective number of tabs... but the same thing is not working when i tried in scheduling...
    Can you please suggest me what are the changes needs to be done...
    Thanks in Advance
    Thanks,
    Rama

  • Multiple tabbed excel

    Hi,
    I have a requirement where i need to put data in various tabs in excel, is it possible to genrate excel report with multiple tabs through oracle report builder, if yes then please guide me how to go about it.
    Thanks...
    Ashish

    Hello,
    you can use XML-format to generate reports with more than one worksheet using PL/SQL only and there are free packages to do so:
    https://xml-spreadsheet.samplecode.oracle.com/
    or
    https://exceldocumenttype.samplecode.oracle.com/
    Regards
    Marcus

  • Dynamic templates  tab

    Hi ,
    I am in BPC MS 7.0 with SP7 .
    While openning dynamic templates  tab  ...i am getting fallowing message ..
    "the discription information is missing , contact your administarator "
    I have admin access for BPC system and this error appear in only capex application , remanning applications ,  i am able to open dydnmic templalates.
    pls let me know any inputs ..
    Regards,
    PSR

    Hi ,
    I am using generic application and type is reporting .
    Recentely we upgraded SP2 to SP7 .
    But remanning applications are working fine .
    pls let me know any inputs ...
    Regards,
    PSR

  • Inserting titles between multiple dynamic EPM reports

    Hi,
    I am currently working on some templates where there are multiple dynamic EPM reports with shared column dimensions and multiple dimensions in the rows.  I am using EPM Add-in SP21 patch 1.
    We would like to have a section title appearing between the reports, I have tried a number of methods but have not found a solution that produces quality results.
    Methods tried:
    1. A local member on the row inserted at the start of the second report.  The local member text appears in the right most row dimension column which is not the right place for a title.  Also the titles for the dimension rows are not copied.
    2. Insert a dummy member and override the member name.  There are a couple of problems with this method, subsequent dimension ID's are populated and local members are also applied to this member.
    3. EPMInsertCellsBeforeAfterBlock.  I only managed to get this to copy a single cell into the data columns, not the row dimension columns.
    4. Use VBA to add a title.  The API GetDataTopLeftCell will return the starting position of data in a specific report.  This can then be used to insert text into the previous line as a title.  The disadvantage here is that VBA is being used but it can be used to produce the required results though you need to handle formatting and any password protection within the VBA.
    I imagine that this is quite a common requirement.  Ideally I would like to solve this without resorting to VBA or some exotic workaround.
    Any suggestions appreciated.
    Cheers,
    Mark

    Dear Vadim
    I want results similar to what I have achieved using VBA.  Where I have one row for column titles, which I am copying using Excel formulas, these should appear on every column including the dimension columns.  On the row above this should be a subsection title, in this example this is "Bezüger"
    The screen shots contain two reports, one below the other with shared column axis.  The second report has been shifted down by a couple of rows to introduce a break between the reports.
    Using VBA I inserted titles onto two rows, with a section title above a repeat of the original column header.
    The best that I have achieved using local members resulted in a title being on the right most column, and there being no way to put title column header above the dimension columns.
    I have played around with all the options for the local member but find no way to make the title appear in the left most column.
    In this screen shot, the local member is disabled, because I have replaced it with the VBA solution.
    I hope that the updated screen shots make this clearer to you.
    Regards,
    Mark

  • How to create multiple tabs of report in 1 crystal report file

    Hi,
    Is there any feature in Crystal report 2008 on creating multiple tabs of report similar to Web-I?
    If there is, could you give me help on this.
    Thank you in advance.
    Rose

    Hi Rose,
    I think we cant achive the same functionality in Crystal Report designer.
    Regards,
    Shweta

  • Is It Possible to create multiple tab report in OBIEE 11g?

    Is It Possible to create multiple tab report in OBIEE 11g?

    Triple post even! Multiple tabs in a single OBIEE  &  https://forums.oracle.com/thread/2560266
    Stick to one post!

  • With multiple tabs open, crashing with no warning to close tabs and no crash report. Just bye-bye.

    I have the option to warn me before closing multiple tabs selected. I left my desk for an hour with multiple windows open. When I returned, all but 1 window disappeared. I was typing on Facebook with multiple tabs open and instantly all tabs and windows disappeared without warning. No crash report either. I search for the keyboard shortcut to close a window (Alt+Spacebar+C). I tested with multiple tabs open, no warning - just instantly closed. I do not think I hit these keys by accident and I would like an option for a warning with one tab open or multiple tabs.

    Ok I solved the problem if anyone is looking at this.
    Add on "Hide Caption Title bar Plus" was the offender
    Option - define option for close button. Was on recommended not default.
    Choose default, problem eliminated!
    Andy

  • Cannot open a report I just saved via Save a Dynamic Template

    Hi All,
    I am on BPC 5.1 SP9, working in Office 2007.
    The problem is happen sporadically, where I save a report using Save a Dynamic Template.  Then try to open up the report I just saved, and the report does not open.  Sometimes if I resave the report via Save Dynamic Templates, I can reopen up the report.  If that does not work, I go back into Save Dynamic Template, and save it to a new name, and see if I can get the report to open.
    The strange thing is I can save the report to my desktop, then go into BPC.  Every time I open the report from my desktop it always runs.
    Not sure if anyone has seen this before?

    Does your template have an Excel 2007 4 digit extension? 
    There is a known issue with BPC 5.1 sp7 or higher service pack and Excel 2007 format extensions (SAP Note 1347243)
    Files with Excel 2007 Extension such as XLSX and XLTX, (saved and opened repeatedly via eTool -> Save / Open Dynamic Templates menu) may have issues where the template will not open.
    The problem does not exist with BPC 70M sp3 or higher. 
    The note also has a possible workaround; suggesting renaming the template on the File Share Server and then opening the re-named template via Open Dynamic Templates menu.
    Hope this helps.

  • Problem while creating multiple tabs dynamically webdynpro abap

    Hi Experts,
    i am trying to create multiple tabs in tabstrip dynamically but the tabs are hiding behind one other..
    Let me know how to fix this.
    Thanks
    Abdul Hakim

    Are you expecting from expert only?Sorry I am not a expert, 
    About issue:...
    I think number of tabs will display that depends on the width of the container.. As of now how many tabs you have and hw many displaying at a time...
    Please increase width ofyour container and check  and let me know.
    Its just a try not a solution.
    Regards
    `srinivas

  • Multiple Parameter Dynamic Query/Report

    I'm very much a newbie to both APEX and SQL. I want to create a page with two regions, one used to hold parameters (LOV Select Lists), and one to reflect a dynamic SQL report including filtering the results using the values of the items in the select lists.
    I can do this with one Parameter/LOV select list - but am not clear on how to code for multiple parameters.
    Can someone give me an example on how to code the query, to include multiple parameters (P1_Empl, P1_AssetNo, P1_AssetType, etc)? The query with 'null' parameters/filters gives you all records; with any or many parameters acting as filters the query and resulting report would reflect the value of the filters.
    In addition, is there a specific type of region that needs to be used for the report region?
    Implied is the question - how do you handle the initial page view, so no error messages are seen - I'd like to get all records as a default.
    Thanks
    Rich

    sbkenned,
    The referenced sql for that report gives me problems.
    [ P3_Department_ID is the LOV of departments ]
    [ Null allowed and null return value is -1 ]
    <code>
    SELECT e.EMPLOYEE_ID,
    e.FIRST_NAME,
    e.LAST_NAME,
    e.HIRE_DATE,
    e.SALARY,
    e.COMMISSION_PCT,
    calc_remuneration(salary, commission_pct) REMUNERATION,
    e.DEPARTMENT_ID,
    d.DEPARTMENT_NAME
    FROM OEHR_EMPLOYEES e,
    OEHR_DEPARTMENTS d
    WHERE e.DEPARTMENT_ID = d.DEPARTMENT_ID(+) AND
    (e.DEPARTMENT_ID = :P3_DEPARTMENT_ID or
    (e.DEPARTMENT_ID is null and nvl(:P3_DEPARTMENT_ID,'-1') = '-1'))
    </code>
    The where clause: I'm guessing it is checking e.deptno = d.deptno
    but then what is (+)?
    can I use the '(+) and' to add on sections for each select list/parameter?
    In the paran part of the where clause, I get the first part and the use of 'or' - but I'm not sure what the last statement is doing.
    e.deptno is null AND ?? if there is a null value in P3_Department_ID return -1 otherwise return -1 ??
    I'm lost at that point as I clearly don't understand the syntax.
    Would you suggest multiple clauses in a where statement in order to add multiple filter values, and how do I handle nulls so those filters are not used/relfected?
    I am not using a self submitting LOV select list - I am using a button to refresh the query region manually
    I am comfortable with using an interactive report, but that interface is not what I need to present.
    As I indicated - I'm weak in the SQL area and need an example on how to code this type of query.
    Thanks.
    Rich

  • REPORTS folder does not appear when refreshing dynamic templates

    Hi all,
    I got one issue when refreshing dynamic templates. For one application, the REPORTS folder does not appear under Eexcel folder.
    It works well on my quality environment, but it fails on production server.
    It seems there is no differences in security settings, SP version...
    I already tried deleting Outlooksoft folder, clear and refresh local folder in client options...
    I must miss something but I dont know what to check anymore.
    Any suggestion is welcome.
    Thanks
    Antoine

    Hi Neil,
    I do not have issue with what you mention, everything is ok in Webfolder.
    The problem is in the local folder of every user in My Documents folder.
    There is a folder Outlooksoft there that is refreshed automatically after connecting to BPC.
    Every reports under REPORTS\WIZARDS should be there. Users need to access this folder to open a specific report.
    What is strange is that it looks that it works for some users, but does not work for some other users...
    Might be security settings?
    Antoine

Maybe you are looking for

  • Audit not working after upgrade to 7.1.4

    Guys, We upgraded from 6.0 SP1 to 7.1.4 last week. After the upgrade we found that audit was disabled. We enabled it back but looks like it is still not auditing. Is there any other settings where we need to look at for enabling auditing or is it a b

  • Arabic in XML Reports

    Hi, I have created a template of RTF format with which contains Arabic. It looks fine in the template but when I run the report through concurrent program it shows junk characters in the PDF output format. Please let me know what are the pre-requisit

  • Did the 12-inch PB get a new sceen?

    I know the resolution hasn't changed on the just-updated 12-inch PowerBook (unlike the 15- and 17-inch models), but has the screen been updated at all? It's not clear to me from marketing speak in the description.

  • Table to find the company code's Local currency

    Can anyone tell me which table contains data for finding a company code's local currency thanks

  • Load balancing - what happens if a server goes down?

    Hi, Just an academic question. Assume I have 2 DA servers behind a BIG-IP load balancer, named DA1 and DA2. If I enable Load Balancing (BIG-IP in my case), what happens to the clients already Connected to DA1 when IP-HTTPS is used? For example: Clien