Is it possible to create hierarchical tree report (not group tree) CR2008?

Hi,
Is it possible to create hierarchical tree kind report using CR 2008(no group tree in the report)?  The report somewhat look like below and a node can have multiple Child and so and so. Is there any magical way either as a chart or any object which supports the below structure.
                                                      Parent1
                                       Child1              Child2             Child3             Child4          Child5
                 Child1A     Child1B      Child1C
    Child1Aa  Child1Ab
its hierarchical tree  structure and it should be in detail section of the report so that print in paper is possible.
Please help first of all, can we able to create a report in above structure(each item needs to be surronuded with box and the each last child will contain a table valued data.
(if I post this thread, it may look like plain text, please consider the above data as a hierarchical tree  structure with child having N number of children)
Thanks

Moved from .NET Development - Crystal Reports forum to Crystal Reports Design forum.
Ludek

Similar Messages

  • Is it possible to create a generic report that accepts the SQL as a param

    Is it possible to create a generic report that accepts the FULL sql statement as a paramater and returns variable results based on this?
    We have a requirement to have a generic export routine to spit out csv's from clicking on a web page hyperlink, which would need to accept a "new" sql statement for every run, each containing different columsn etc that would be needed in the output.
    I was hoping could have a generic Oracle report, exporting delimited data format (and as such not using a layout) and somehow pass in the "new" sql statement as a parameter at run time - each sql statement would be different with different columns etc.
    Is this possible with oracle reports ?
    thanks

    If you need a simple dump of data you could try writing a report with a simple query such as
    select 'Report title or column headers'
    from dual
    &data_query
    then your &data_query parameter could be
    union select col1||','||col2 from data_table
    If you are outputing a comma separated data dump the you can concatenate together your data into a single text field.
    This would allow you to have a simple heading followed by the actual data. I guess you could extend this so that the 'Report title or column headers' from the first query was also a parameter to output your row headings i.e.
    select :column_headings_text
    from dual
    &data_query
    Give it a go and good luck

  • 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!

  • Is it possible  to create a PDF report without using BI Publisher?

    Hi,
    I need to create a report in pdf using APEX, but I don't have BI publisher and I am not interested in to buy it . Which is it the best way to solve my problem?
    Thanks
    Edited by: user13486053 on Jan 7, 2011 6:48 AM

    Have your DBA install FOP and then find a good xml style sheet editor. Or have them install jasperreports and then use ireports to format them...
    Thank you,
    Tony Miller
    Webster, TX
    On the road of life...There are 'windshields', and there are 'bugs'
    (splat!)
    "Squeegees Wanted"
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Is it possible to create a time restriction for groups to use printers across a domain?

    We are using Windows Server 2008 R1. Thanks

    This would be the solution, however the client would like groups to be able to use the printer at different times(i.e.- Group1 has access from 9-5 and Group2 has access from 8-3). Would three printers pointed at the same IP be pooled together and work
    properly with different permissions?
    Thank You!

  • Report not grouping by year

    Hi
    I have a report that is grouping by month but not year and I can't see why.
    I run the below query:
    select count(case when report_base = 2 then 1 end) as 'Base 1',
    count(case when report_base = 4 then 1 end) as 'Base 2',
    count(case when report_base = 5 then 1 end) as 'Base 3',
    month(Report_Date) as Month,
    year(Report_Date) as Year
    from [dbo].[SRF_Data]
    where Report_Date >= dateadd(month, datediff(month, 0, getDate()) -12, 0)
    group by year(Report_Date),month(Report_Date)
    And get the results below:
    When I put this into a report and run it the report shows broken down by month (it shows a 13 as well?) but not year. It is grouping the results for 2015 in with 2014. The X axis is set to Scalar as I want to show empty months. My category groups are set
    to Year and then month.
    Can someone let me know what I'm doing wrong?
    Thanks.

    Hi rjp1977,
    I tested the issue in my local machine, when we set Axis type to category, since there is no data for October, it will not be displayed. If we set Axis type to Scalar, October will be displayed in the chart, but the data of 2014 and 2015 will be displayed
    together by design.
    If you care about the function, i recommend you that submit the requirement at
    https://connect.microsoft.com/SQLServer/ . If the requirement mentioned by customers for many times, the product team may consider to add this feature in the next SQL Server version. Your feedback is valuable
    for us to improve our products and increase the level of service provided.
    In addition, the screenshot you provided has value of February 2015.
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • Creating balance sheet report without using hierarchies

    Hi all,
    Is it possible to create balance sheet report with a fixed layout, without using hierarchies? If yes, how?
    Thanks
    Nitika

    I see....  I guess in that case you shoul use also Cell Definition.  Let me explain you step by step.
    You´ve already created a structure at ROW level.
    1) Create another structure at COLUMN level and name it, for instance, "Balance KF".
    2) Within the new structure, create 1 selection field filtering the apropiate key figure.  Give it an auxiliar name "auxiliar", cause it´s going to be used just for calculations (not visible in queries).
    3) Set properties of this selection as Hidden.
    4) Create 2 new selection filds within the same structure.  Name them but don´t make any selection of characteristics, cause we´re going to assign values with cell option (these are col 1 and col 2 in my previous example).
    5) In the tool bar you will find a "Cells" button.
    6) You have to write formulas en col 1 and col 2 (as you were working in an workbook), making reference to the values in hidden column.  In column 1 make reference to account level values; in column 2 make reference to total level values.
    If you have problems defining reference cells, let me know, but this will solve your issue.
    Regards, Leticia

  • Is it possible to create a hyperlink in ERP report output

    Is it possible to create a hyperlink in ERP report output connecting it to an outside application?
    Regards
    Sridhar

    user11996389 wrote:
    Is it possible to create a hyperlink in ERP report output connecting it to an outside application?It is possible for certain types of reports (not text):
    http://docs.oracle.com/cd/B25516_18/current/acrobat/115xdoug.zip (Page 2-50, Hyperlinks)
    http://docs.oracle.com/cd/E10415_01/doc/bi.1013/e12187/T421739T481157.htm#hperlinks
    Thanks,
    Hussein

  • Creating a Webi report from R/3 Data

    Hi Gurus,
    We are running SAP ECC6 with EHP5. Is it possible to create a Webi report directly from the R/3 (without BW system). I read some where that it can be achieved with Data Federator.
    Any one has an idea ?
    Appreciate your help.
    Regards,
    Munir

    pls see this post:
    WebI and SAP R/3
    Re: Accessing sap tables data and display in webi
    rgs,
    Parth.
    Edited by: Partho Mukherjee on Nov 14, 2011 4:01 PM

  • Create a Crystal report to display the sum of G/L account code within a specific period

    Hi,
    Just wonder is it possible to create a crystal report to display the total of a G/L account code within a specific period?
    How to write the query to get the sum within a specific period?
    For example:
    Period: 2014-06-01-2014-06-10
    Account code A: USD "TOTAL"
    Account code B: USD "TOTAL"
    Thanks

    Hi Olga,
    Please check below Query.
    SELECT T1.[Account], T1.[ShortName], SUM (T1.[Debit]) as Debit, SUM (T1.[Credit]) As Credit, SUM (T1.[FCDebit]) As FCDebit, SUM (T1.[FCCredit]) As FCCredit, SUM (T1.[SYSDeb]) As SysDebit , SUM (T1.[SYSCred]) As SysCredit  FROM OJDT T0  INNER JOIN JDT1 T1 ON T0.[TransId] = T1.[TransId] WHERE T1.[RefDate] >=[%3]  AND   T1.[RefDate] <=[%4]
    Hope this Help
    Regards::::
    Atul Chakraborty

  • Creating a PDF report from a Form

    Hi all,
    Is it possible to create a PDF REPORT from a table based Form?
    Thanks,
    Maurice Niezen

    You can NOT use FOP and the BI Publisher RTF editor to make templates for PDF output.. You need an XML style sheet editor to format the report layouts..: http://www.java4less.com/fopdesigner/fodesigner.php
    Thank you,
    Tony Miller
    Webster, TX
    Never Surrender Dreams!
    JMS
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Crystal Report Export to PDF with Group Tree Bookmarks

    Dear Forum
    I have created a Crystal Report aspx page with an export function of the report to pdf. So far all has been successful, except form one little annoying this. The report does export to a pdf file and it does create bookmarks based on the group tree, BUT when opening the pdf file the bookmarks hiest point which should be the file name is the really long temp file name with .rpt as an extension. I have looked every where to try to get it to write the filename to the bookmark hierarchy without success.
    I come you you all for any form of help to solve this issue.
    My code is below
    CrystalDecisions.Shared.ExportOptions export_options = new ExportOptions();
                export_options.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat;
                string ext = ".pdf";
                string reportName = "Filename";
                CrystalDecisions.Shared.PdfFormatOptions pdfOptions = new PdfFormatOptions();
                pdfOptions.CreateBookmarksFromGroupTree = true;
                export_options.ExportFormatOptions = pdfOptions;
                report.ExportToHttpResponse(export_options, Response, true, reportName);
                Response.Clear();
                Response.Buffer= true;
                Response.End();
    Below is an image of the output
    Any and all help is greatly appreciated

    Using the search box in the top right corner and entering the search string 'bookmark pdf crystal', the very 1st KBA is:
    1331152 - Report exported to PDF format with bookmarks displays the bookmarks as report name plus a GUID
    Please see if this resolves the issue for you.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Remove show/hide group tree at inforview for cystal report

    Hi there!
    I have 2 copies of Inforview install on 2 computers.
    The first one, is my local comp. The display of cyrstal report at dynamic viewer is ok.
    However on my second comp. The viewer will default to show the group tree stucture. I have tried to set the configuration at web.config. But it is still displaying the group tree structure.
    Anyone could assist me?
    Thanks and Regards,
    Joni

    I have tried disabling the option "Show Preview Panel" (according to a screenshot I found, this option replaced the old "Create Group Tree" option) in Report Options, and that effectively eliminates the content of the group tree, however, the group tree panel still comes up and shows empty until it is hidden using the toolbar.
    This is really annoying and I can't find any solution for it on the web. Any ideas anyone?
    Thanks,
    Joerg.

  • Show Group Tree always enabled when a report opens in CrystalReportsViewer

    <p>I&#39;m not sure if this is a "feature" of the crystalreportsviewer11 stuff, or if I did something wrong in my jsp/report, but whenever I open a report the Group Tree is open, and it&#39;s rather annoying that I have to close it every time I open a report. Is there any way to turn this off or maybe just let me know what I did wrong in my jsp/report. Thanks.</p><p>-Sam Morehouse </p><p>HBF Group, Inc </p>

    Hi,
    We are using openDocument.jsp to view a report, how can we modify the properties for CrystalReportViewer in this case.
    We have put in a seperate topic too:
    http://diamond.businessobjects.com/node/4259
    Thank you.
    KS

  • Hide Group tree

    When I run the report I could see the Group tree window as well as parameter window. By default it is selecting the Group tree window. Is there any option in crystal reports 2008 to make the parameter window as default instead of Group tree window ? Also, Is there any option to just hide the Group tree window ?  I appreciate your help.
    Thanks,
    Sukumar Reddy

    If you want the "Parameters" section to show up by default in the preview panel then you will have to make at least one parameter visible and editable in the "Viewer".  The setting is the first setting on each parameter "Show on (Viewer) Panel" which is by default Do not Show when creating new parameters.  The Group tree section will still be available though.
    In Crystal 2008 you can hide the preview panel by unchecking the "Show Preview Panel" under File - Report Options.  I don't know how to turn off individual sections in the preview panel.

Maybe you are looking for

  • Having trouble opening Crystal Report files from a document library

    I am trying to open Crystal Report .rpt files from a document library in either the native, client Crystal Reports software or in Crystal Reports Viewer. When I add the Crystal Report files to a document library and attempt to open them SharePoint di

  • Moving average price and COPA

    Hi We have direct ship process and the material master is set with Price control V. Our objective is not to do standard cost estimate as it is a trading org. However the values from Sales module at the time of billing is to reach COPA value fields. 

  • Map in midlet

    Hello Currently we are writing a midlet and there's a requirement that the midlet should integrate a map. The map should work in offline mode, so yahoo map and google map is useless here. I should install the map with my app and draw it. I couldn't f

  • Displaying Favicons on Safari

    There are one reason left for me to not to use Safari. Safari getting faster and faster. I do not use names for my favorites especially the ones in bookmark bar. Because favicons tell me what really are. Do we really need to read the name of the book

  • Can ACR4 curve display current adjustments?

    I suspect this is not currently possible, but perhaps it might be a future ACR feature to consider. (According to my understanding:) Adjusting Exposure and Black point is similar to moving the end points of a curve or level adjustment. Brightness and