Heirarchical Grouping

Post Author: rikencpatel
CA Forum: Crystal Reports
Hi all,I am new to Crystal Report. I am using it in my .Net Window Application. I create report which has hierarchical structure. Now my problem is that i specify indentation for hierarchical reporting, that indentation is applied on all the fields of report. but i want to apply it only on the field on which i have grouped my report. is it possible? thanks in advance for any help. 

Post Author: kcheeb
CA Forum: Crystal Reports
How did you specify the indent for your report? Using the left indent property in the properties window?

Similar Messages

  • Is it possible to number within groups to achieve heirarchal export?

    Hi there!
    I have created a multi-group crystal report using summary totals in the Group Footer.  And, have concatenated some of the fields to create my groups.
    Studies are assigned to one MDC
    Studies can be conducted in many regions, countries and have many centers.
    Group 1 - MDC
    Group 2 - Study ID
    Group 3 - Study ID & Region (concatenated field)
    Group 4 - Study ID & Country (concatenated field)
    Group 3 - Study ID & Center (concatenated field)
    My drill down in crystal preview mode is exactly how it should be ie.:
    Example for one study:
    NEURO
    ABC123456
    ABC123456, North America
    ABC123456, Canada
    ABC123456, 033465
    I would like to achieve the same heirarchal look when exported to excel.  Can anyone provide guidance here?

    Hi,
    Group 1 - MDC
    Group 2 - Study ID
    Create 3 formulas for the below fields and place each one in details section
    Details section 1 - Study ID & Region (concatenated field)
    Details section 2 - Study ID & Country (concatenated field)
    Details section 3 - Study ID & Center (concatenated field)
    Hope this helps,
    Jyothi
    Edited by: Jyothi Yepuri on Sep 1, 2009 4:51 AM

  • Grouping of Individual groups of Data Template in the RTF

    Hi All,
    We have a scenario where we may require the grouping of Individual groups of Data Template in the RTF.
    Lets say
    1. I have group of Invoices with the Group Name G_INV
    2. I have a list of Payments done for the Invoices under G_PAY
    3. I also have a list of Prepayment Applications that are happened on the Invoices G_PRE
    All the three groups G_INV, G_PAY, and G_PRE are independent and they are at same level
    G_INV (Main Header)
    G_PAY (Main Header)
    G_PRE (Main Header)
    Extract
    <ROOT>
    <G_INV>
    <INV>I1</INV>
    </G_INV>
    <G_INV>
    <INV>I2</INV>
    </G_INV>
    <G_INV>
    <INV>I3</INV>
    </G_INV>
    <G_PAY>
    <PAY>P1</PAY>
    <INV>I1</INV>
    </G_PAY>
    <G_PAY>
    <PAY>P2</PAY>
    <PAYINV>I2</PAYINV>
    </G_PAY>
    <G_PRE>
    <PRE>PRE1</PRE>
    <PREINV>I1</PREINV>
    </G_PRE>
    </ROOT>
    But in the Report output,
    we need the data to be displayed as follows
    G_INV (Main Header)
    G_PAY (Sub Group of Payments)
    G_PRE (Sub Group of Prepayments)
    Output
    I1
    P1
    PRE1
    I2
    P2
    I3
    So, Can you please suggest us,
    Whether we can get these Individual groups into the above required hierarchical manner. If so, please let us know how to achieve the same.
    Also, it will be great if you advice us regarding the Performance, how best will be if we group the queries in this heirarchical manner in the RTF rather than getting the hardcoded dependency through linking of the Data Queries in the Data Template file.
    Thanks,
    Praveen G

    Hi
    I dont think you can stop the table growing using Word controls. The easiest way to do it would be to limit the amount of data coming in.
    <?for-each:LOOPELEMENT[position()<5]?>
    This is take only the first 5 rows
    Tim

  • Heirarchical Drill Down Reports

    I went to a contract interview yesterday where the client asked if I could reproduce the heirarchical drill down features they currently have in MS SQL Reporting Services.  The design they showed me was where there was a plus sign by each row and when you clicked it, it opened a subsection with additinoal detail.  If you then clicked on the minus , it closed the subsection.
    I told the interviewers that I could use a dynamic subreport with a link from the main report page, but they did not seem impressed, wanting all the detail on the same page and my sample report created a second preview page for the subreport.  Any ideas or suggestions would be appreciated.
    Fuskie
    Who adds that he was just offered the contract, so any suggestions you might have would make his new masters very happy...

    Fuskie,
    I can't see this really happening in CR. You could create a + symbol in the GH for a visual effect but if the user clicks anywhere in the GH it will drill down with a new page. Closing that page by clicking on anything other than the x will prove very difficult.
    You could however export (or schedule) a repot to PDF and select the create Create bookmarks from grouptree option. Then in adobe they can browse via the group tree + or - icons
    or
    Export to Excel Data only and enable the Show Group Outlines option

  • Heirarchical ArrayCollection Syntax

    I am attempting to create a list based on heirarchical data, but I am struggling with the syntax to determine if there are children and how to reference and display them under a parent. I can do this with XML data(thanks to example from Alex Hauri), but I need to use an ArrayCollection.
        ArrayCollection:
       private var dpHierarchy:ArrayCollection = new ArrayCollection([
        {Region:"Southwest", children: [
         {Region:"Arizona", children: [
          {Territory_Rep:"Barbara Jennings", Actual:38865, Estimate:40000},
          {Territory_Rep:"Dana Binn", Actual:29885, Estimate:30000}]}, 
         {Region:"Central California", children: [
          {Territory_Rep:"Joe Smith", Actual:29134, Estimate:30000}]}, 
         {Region:"Nevada", children: [
          {Territory_Rep:"Bethany Pittman", Actual:52888, Estimate:45000}]}, 
         {Region:"Northern California", children: [
          {Territory_Rep:"Lauren Ipsum", Actual:38805, Estimate:40000},
          {Territory_Rep:"T.R. Smith", Actual:55498, Estimate:40000}]}, 
         {Region:"Southern California", children: [
          {Territory_Rep:"Alice Treu", Actual:44985, Estimate:45000},
          {Territory_Rep:"Jane Grove", Actual:44913, Estimate:45000}]}
        {Region:"Northwest", children: [
         {Region:"Washington", children: [
          {Territory_Rep:"Barbara Jennings", Actual:38865, Estimate:40000},
          {Territory_Rep:"Dana Binn", Actual:29885, Estimate:30000}]}, 
         {Region:"Oregon", children: [
          {Territory_Rep:"Joe Smith", Actual:29134, Estimate:30000}]}, 
         {Region:"Idaho", children: [
          {Territory_Rep:"Bethany Pittman", Actual:52888, Estimate:45000}]}, 
    List:
    <s:List width="400" top="53" left="0" bottom="84" id="lstChartList" dataProvider="{dpHierarchy}" labelField="Region">
      <s:itemRenderer>
       <fx:Component>
        <s:ItemRenderer dataChange="update()">
          <fx:Script>
          import spark.components.List;
          private function update():void
           trace (List(owner).dataProvider[0].children);
         </fx:Script>
         <s:layout>
          <s:HorizontalLayout />
         </s:layout>
         <s:Group id="spacer" />
         <s:Label id="labelDisplay" />
        </s:ItemRenderer>
       </fx:Component>
      </s:itemRenderer>
    </s:List>

    Hi,
    XML way is very complex.
    Do this,
    Create a simple Plain Class
    public class DynamicHVO
                        public var id:Number;
                        public var name:String;
                        public var children:ArrayCollection = new ArrayCollection();
    Where Children is again collection of objects having name field.(Children is basically for storing heirarchical elements)
    Assign collection of this object as data provider to your list.

  • Group by Grouping sets in obiee11g query

    Hi Experts
    I have few unbalanced heirarchies in the rpd. I have created level beased heirarchy for those ragged and skipped hierarchy but while generating the report using those hierarchy generates a huge SQL involving 20-30 UNION ALLs . Instead it should have generated comparatively smaller query using Group by Grouping Sets but it is not.
    I have also tried enabling this parameter in DB properties in OBIEE11g ( changed the default DB from 9i to 11g in obiapps 7.9.6.3 rpd) but still no use .
    As a result of huge query geenration the performance is badly impacted.
    Any thought on this pls.

    I have run into the same problem. Any hints about what might be the reason or, even better, how to address it, will be more than welcome.
    thanks in advance

  • Authentication and Groups

    Hi
    I have several security roles defined within weblogic.xml. It is heirarchical in
    nature, ie root/admin/user, such that root can see all, admin can see admin and user
    and user can see only user. If I log into a root only page as an admin user with
    the correct name/password, ServletAuthentication.weak() passes and then Group memebership
    is checked. Obviously this fails. My problem is that the user is redirected back
    to the login page with no errors. Is there anyway I can catch the group membership
    failure event or perform this check manually.
    Any help, much appreciated.
    Cheers
    Matt

    Hi
    I have several security roles defined within weblogic.xml. It is heirarchical in
    nature, ie root/admin/user, such that root can see all, admin can see admin and user
    and user can see only user. If I log into a root only page as an admin user with
    the correct name/password, ServletAuthentication.weak() passes and then Group memebership
    is checked. Obviously this fails. My problem is that the user is redirected back
    to the login page with no errors. Is there anyway I can catch the group membership
    failure event or perform this check manually.
    Any help, much appreciated.
    Cheers
    Matt

  • JAAS: How to create Group of Resources to define permissions hierarchically

    Hi,
    Is there a way to create a group of resources in JAAS ? What I mean is to create a group of pages, a group of bank Accounts ( say loan accounts ), a group of business rules, etc. I have observed that Group extends Principal, and a subject can have several Groups, apart from the User Principal. Similar example implementations for a Role can also be found on the net. But Group in this sense is a group of Users or a group of Roles,or may even be a group of groups.
    Instead, what I want is to group some protected resources by a name so that I can grant permissions to a group of users over a group of resources (say pages). Infact JAAS does not mention the concept of resource in a concrete way. Every Permission implementation class has defined the protected resource in its own way, so I'm wondering if it is possible to define a group of resources when resource it self is abstract concept in JAAS.
    Let me explain my problem a little more clearly. Let's say I have Accounts, Pages, and Business Rules as resources. There can be several types of accounts , several categories of pages, and several categories of rules. I want to create Loan Accounts Group, Savings Account Group, Administration pages Group,support request pages group, end-user pages Group, etc so that i can define a "view,edit,suspend" actions over this Group to a user or another user group.
    here is an example of what i want to do :
    grant Principal com.example.product.GroupPrincipal "AdvacnedUsers" {
    permission com.example.product.GroupPermission "CurrentAccounts" "view,edit,suspend";
    That would save me the effort of granting permission on every Current Account in the database.
    Heirarchical permission assignement is being done in FilePemission, but that is based on recursiveness or wildcard criteria, which is not possible in the above mentioned scenario. Could some one help me understand how this works in JAAS ?
    Thanks and Regards,
    Samba
    Edited by: MasterJ on Feb 26, 2009 12:34 AM

    You're defining the Permission classes. It is completely up to you what the name and the actions actually mean.

  • Loading Cost Center Groups

    Has any one loaded cost center groups with heirarchies using LSMW ? I have an excel spreadsheet listing cost center groups with heirarchy levels. This sheet is to be used as input file for LSMW. What is teh best way to handle this project ?
    Thanks in advance

    Thanks Ravi for your prompt response.
    Does this BAPI create the lower heirarchies also ?
    I will need to create all the nodes in the heirarchy and I have more than 3 heirarchy levels for every group listed in the spreadsheet.
    Manoj

  • Cannot send email from an iPhone to a Outlook group.

    Hi,
    My question is simple and I'd like an exactly same answer : Can iPhone users send emails from their iPhone's to one or more groups created in Outlook?
    This is my situation: our organization is using iPhone to provide email, calendar, contact, task etc. to some of their employees. We are using Airwatch MDM Agent on user's iPhone because we have an Airwatch server in place. I have an user and she has an iPhone 5 and she has created some groups in Outlook but these groups are not reflected in her Contacts in the iPhone. I have update her phone with the latest update, although I was almost sure that this was not the issue, then I've found some interesting posts on internet saying that this was a known problem for the users with the previous iOS but I thought this might has been corrected with the iOS, apparently not.
    Also I've tried ''the trick'' that is posted on several forums with the iCloud but neither so it's working. I am looking for a straight answer, if this works or not on iPhone's?
    Thanks,
    Sebastian.

    There indeed ARE apps in the app store that will do what you want.  Just search and find the one that best fits your needs.

  • Grouping and Decimal characters in rtf templates.

    Hi guys and girls,
    I’m really struggling with a problem here regarding the decimal characters for the prices in my output.
    I'm using XML Publisher 5.6.3.
    My goal is to control the grouping and decimal character from my template.
    The numbers in the XML data file can either be 10.000,00 or 10,000.00. The format is handled by the users nls_numeric_characters profile option.
    The output of the template shall be based on the locale and not the data generated by Oracle Reports. For example: Reports to US customers shall show the numbers in the following format 10,000.00. Reports to our European customers shall show the numbers in this format 10.000,00.
    How can I achieve this in my templates? Can it be achieved at all?
    Thank you in advance.
    Kenneth Kristoffersen
    Edited by: Kenneth_ on May 19, 2009 1:30 AM

    Hi,
    Thank you for your reply.
    The problem is that the report is generating the output based on the users profile option nls_numeric_characters.
    I have tried to override the users profile option in the before report trigger without any luck. I can alter selects so the query gets the numbers in the right format but then I would have to go through all queryes and reports which seem a bit wrong? Especially for the standard Oracle reports.
    BR Kenneth

  • How do I use Panorama / Tab Groups with the keyboard?

    Yes I know that CTRL-SHIFT-E opens the panorama window, and then I can use the mouse to organize my tabs into groups.
    But how do I do this with the keyboard?
    I've [http://lifehacker.com/#!5719596/switch-between-tab-groups-in-firefox-with-a-keyboard-shortcut read] [http://ubuntuforums.org/showthread.php?t=1705714 that] Ctrl-`should move me through tab groups. That doesn't work for me on my Danish keyboard. (Where the ' and ` chars are weird. But is how they are on a valid standard Danish keyboard) I've tried changing the keyboard to USA and then moving through tab groups works fine.
    In short: Pretend I don't have a mouse. How do I use Panorama / Tab Groups?

    Sorry. These are both known bugs:
    [https://bugzilla.mozilla.org/show_bug.cgi?id=587010 Bug 587010] - Add keyboard UI for manipulated groups and tabs in Tab Candy
    and
    [https://bugzilla.mozilla.org/show_bug.cgi?id=626594 Bug 626594] - shortcut for switching tab groups is badly accessible on many non-US keyboard layouts

  • Issue With Page Break When Sorting is also applied on group

    Hi
    I am facing an issue with Page break only when I have sorting applied on the grouping that I have in the template.
    The following is the sample XML
    <ROWSET>
    <ROW>
    <GRE>org1</GRE>
    <ORGANIZATION>Accounts</ORGANIZATION>
    <FULL_NAME>test1,</FULL_NAME>
    <ELEMENT_NAME>TEST BONUS</ELEMENT_NAME>
    <CLASSIFICATION>Supplemental Earnings</CLASSIFICATION>
    <RUN_VALUE>250</RUN_VALUE>
    <MONTH_VALUE>500</MONTH_VALUE>
    <QUARTER_VALUE>500</QUARTER_VALUE>
    <YEAR_VALUE>500</YEAR_VALUE>
    </ROW>
    <ROW>
    <GRE>org1</GRE>
    <ORGANIZATION>Finance</ORGANIZATION>
    <FULL_NAME>test2</FULL_NAME>
    <ELEMENT_NAME>VOLUNTARY AD AND D</ELEMENT_NAME>
    <CLASSIFICATION>Voluntary Deductions</CLASSIFICATION>
    <RUN_VALUE>5.19</RUN_VALUE>
    <MONTH_VALUE>10.38</MONTH_VALUE>
    <QUARTER_VALUE>10.38</QUARTER_VALUE>
    <YEAR_VALUE>10.38</YEAR_VALUE>
    </ROW>
    <ROW>
    <GRE>org1</GRE>
    <ORGANIZATION>Finance</ORGANIZATION>
    <FULL_NAME>test3</FULL_NAME>
    <ELEMENT_NAME>HMO MEDICAL</ELEMENT_NAME>
    <CLASSIFICATION>Pre-Tax Deductions</CLASSIFICATION>
    <RUN_VALUE>19.67</RUN_VALUE>
    <MONTH_VALUE>39.34</MONTH_VALUE>
    <QUARTER_VALUE>39.34</QUARTER_VALUE>
    <YEAR_VALUE>39.34</YEAR_VALUE>
    </ROW>
    <ROW>
    <GRE>org1</GRE>
    <ORGANIZATION>Finance</ORGANIZATION>
    <FULL_NAME>test4</FULL_NAME>
    <ELEMENT_NAME>PENSION NR DC</ELEMENT_NAME>
    <CLASSIFICATION>Pre-Tax Deductions</CLASSIFICATION>
    <RUN_VALUE>0</RUN_VALUE>
    <MONTH_VALUE>360</MONTH_VALUE>
    <QUARTER_VALUE>360</QUARTER_VALUE>
    <YEAR_VALUE>360</YEAR_VALUE>
    </ROW>
    </ROWSET>
    In the template I group the data based on CLASSIFICATION and then sort on the same column CLASSIFICATION. I have a page-break applied for every group.
    When I generate the PDF, I am not getting the page-breaks for every group. Instead some of them are displayed in the same page.
    But when I remove the sorting that I had in the template on the column CLASSIFICATION, I am getting the output in the desired way but not in a sorted order.
    kumar

    Hi All,
    I am using MS-WORD 2007 and BI Publisher desktop 10.1.3.3.3.
    When I use split-by-page-break, splitting is performed for every line .. but not for group of lines.
    Can anybody throw some light on this?
    FYI...
    I am using this code:
    ?if: position() mod 6= 0?
    ?split-by-page-break:?
    ?end if?
    (Of course with in tags)
    in G_LINES loop.
    Can anybody help me out :-(
    --Saritha                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Repeating a group element on each page of a report.

    I have a report where I need to repeat a group element on each page. The element is from the first group in the data. It is in the center group. Currently, the values from this group only print when the group changes. Everything I try does not work. Does anyone have any ideas. I am attaching a sample of the data. Along with the rtf document. I am using the BI Publisher plug in in Word to create the template.
    Data
    <?xml version="1.0" encoding="UTF-8"?>
    <POLLEDTICKETRPT>
    <USERCD>klockhar</USERCD><POLLDATE>03/24/2009</POLLDATE>
    <LIST_CENTER>
    <CENTER>
    <CENTER_CD>0039</CENTER_CD>
    <CENTER_NAME>CROSS PLAINS QUARRY</CENTER_NAME>
    <LIST_TRANSDATE>
    <TRANSDATE>
    <TRANS_DATE>03/11/2009</TRANS_DATE>
    <LIST_CUSTOMER>
    <CUSTOMER>
    <CUSTOMER_NBR>33221477</CUSTOMER_NBR>
    <CUST_NAME>TDOT DISTRICT 32-GALLATIN</CUST_NAME>
    <LIST_JOB>
    <JOB>
    <JOB_CUST>33221477</JOB_CUST>
    <JOB_CUST_NAME>TDOT DISTRICT 32-GALLATIN</JOB_CUST_NAME>
    <RGI_JOB_NBR>2008</RGI_JOB_NBR>
    <QUOTE_ID>0</QUOTE_ID>
    <LIST_COSTCODE>
    <COSTCODE>
    <COSTCODING/>
    <COST_CNTR/>
    <COST_ACCT/>
    <PROJECT_NBR/>
    <PROJECT_TASK/>
    <LIST_TICKET>
    <TICKET>
    <TICKET_NBR>5000021</TICKET_NBR>
    <ORIGIN_CD>TSCC</ORIGIN_CD>
    <REFERENCE_NBR>254510</REFERENCE_NBR>
    <VOID_IND>N</VOID_IND>
    <STATE_CD>TN</STATE_CD>
    <MEASURE_SYSTEM>S</MEASURE_SYSTEM>
    <LOCATION>THANK YOU</LOCATION>
    <PO_NBR>POS-254510-C</PO_NBR>
    <TAX_CODE>4</TAX_CODE>
    <PRODUCT_CD>000003</PRODUCT_CD>
    <HAUL_ZONE_CD/>
    <INVENTORY_STATUS>PR</INVENTORY_STATUS>
    <HAULER_NBR/>
    <RGI_TRANSPORT_CD>FU96</RGI_TRANSPORT_CD>
    <HAUL_RATE> .00</HAUL_RATE>
    <MAT_RATE> 8.50</MAT_RATE>
    <NET_TONS> -7.96</NET_TONS>
    <MAT_SALES_AMT> -67.66</MAT_SALES_AMT>
    <HAUL_AMT>0</HAUL_AMT>
    <TAX_AMT>0</TAX_AMT>
    <SEV_TAX_AMT>0</SEV_TAX_AMT>
    <SEV_TAX_IND>N</SEV_TAX_IND>
    <VALID_NET_TONS> -7.96</VALID_NET_TONS>
    <VALID_SALES_AMT> -67.66</VALID_SALES_AMT>
    <VALID_HAUL_AMT> .00</VALID_HAUL_AMT>
    <VALID_TAX_AMT> .00</VALID_TAX_AMT>
    <VALID_SEV_TAX_AMT> .00</VALID_SEV_TAX_AMT>
    <CASH_TONS> .00</CASH_TONS>
    <CASH_SALES_AMT> .00</CASH_SALES_AMT>
    <CASH_TAX_AMT> .00</CASH_TAX_AMT>
    <CASH_SEVTAX_AMT> .00</CASH_SEVTAX_AMT>
    <CASH_HAUL_AMT> .00</CASH_HAUL_AMT>
    <TRADE_TONS> -7.96</TRADE_TONS>
    <TRADE_SALES_AMT> -67.66</TRADE_SALES_AMT>
    <TRADE_TAX_AMT> .00</TRADE_TAX_AMT>
    <TRADE_SEVTAX_AMT> .00</TRADE_SEVTAX_AMT>
    <TRADE_HAUL_AMT> .00</TRADE_HAUL_AMT>
    <INTRA_TONS> .00</INTRA_TONS>
    <INTRA_SALES_AMT> .00</INTRA_SALES_AMT>
    <INTRA_TAX_AMT> .00</INTRA_TAX_AMT>
    <INTRA_SEVTAX_AMT> .00</INTRA_SEVTAX_AMT>
    <INTRA_HAUL_AMT> .00</INTRA_HAUL_AMT>
    <INTER_TONS> .00</INTER_TONS>
    <INTER_SALES_AMT> .00</INTER_SALES_AMT>
    <INTER_TAX_AMT> .00</INTER_TAX_AMT>
    <INTER_SEVTAX_AMT> .00</INTER_SEVTAX_AMT>
    <INTER_HAUL_AMT> .00</INTER_HAUL_AMT>
    <CASH_PR_TONS> .00</CASH_PR_TONS>
    <CASH_NP_TONS> .00</CASH_NP_TONS>
    <CASH_MI_TONS> .00</CASH_MI_TONS>
    <TRADE_PR_TONS> -7.96</TRADE_PR_TONS>
    <TRADE_NP_TONS> .00</TRADE_NP_TONS>
    <TRADE_MI_TONS> .00</TRADE_MI_TONS>
    <INTER_PR_TONS> .00</INTER_PR_TONS>
    <INTER_NP_TONS> .00</INTER_NP_TONS>
    <INTER_MI_TONS> .00</INTER_MI_TONS>
    <INTRA_PR_TONS> .00</INTRA_PR_TONS>
    <INTRA_NP_TONS> .00</INTRA_NP_TONS>
    <INTRA_MI_TONS> .00</INTRA_MI_TONS>
    </TICKET>
    </LIST_TICKET>
    </COSTCODE>
    </LIST_COSTCODE>
    </JOB>
    </LIST_JOB>
    </CUSTOMER>
    </LIST_CUSTOMER>
    </TRANSDATE>
    RTF Template
    DISPLAY CENTER
    S M
    FOR EACH CENTER
    SET CENTER
    CENTER: CENTER_CD CENTER_NAME
    FOR EACH TRANSDATE
    TRANSACTION DATE: TRANS_DATE
    FOR EACH CUSTOMER
    FOR EACH JOB
    Customer: JOB_CUST JOB_CUST_NAME
    Job: RGI_JOB_NBR Quote Id: QUOTE_ID
    FCC
    group COSTCODE by COSTCODING
    Cost Center: COST_CNTR Cost Acct: COST_ACCT Project: PROJECT_NBR Task: PROJECT_TASK
    Ticket Nbr     ORGCD     OrigTck     V     ST     Location     Po Nbr     Tax Cd     Prod Code     ZN     Hauler      Truck     Haul Rate     UnitPrice     Tons     SalesAmount
    F TCK#M     CODE     OTCK#     V     ST     LOCATION     PO_NBR      TC     PROD     HZ     HAULER     TRUCK     0.00     0.00     0.00 *      0.00 E

    Post Author: Guy
    CA Forum: General
    Hi,
    You should add a first level of grouping in your subreport on a fake formula field with a constant value.  Put your header and footer information in this group header and footer.  In the group option make sure to check the "repeat group header on each page option".
    This group will act as a page header + footer within your subreport.
    good luck!
    Guy

  • Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount 28

    Post Author: tadj188#
    CA Forum: Formula
    Needed: Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount > 28
    Background:
    1) Report SQL is created with unions to have detail lines continue on a page, until it reaches page footer or report footer, rather than using  subreports.    A subreport report is now essentially a group1a, group1b, etc. (containing column headers and other data within the the report    with their respective detail lines).  I had multiple subreports and each subreport became one union.
    Created and tested, already:
    1) I have calculated @TotalLineForEachOfTheSameGroup, now I need to sum of the individual same group totals to get the total line count on a page.
    Issue:
    1) I need this to create break on a certain line before, it dribbles in to a pre-printed area.
    Other Ideas Appreciated:
    1) Groups/detail lines break inconveniently(dribble) into the pre-printed area, looking for alternatives for above situation.
    Thank you.
    Tadj

    export all image of each page try like this
    var myDoc = app.activeDocument;
    var myFolder = myDoc.filePath;
    var myImage = myDoc.allGraphics;
    for (var i=0; myImage.length>i; i++){
        app.select(myImage[i]);
        var MyImageNmae  = myImage[i].itemLink.name;
        app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.high;
        app.jpegExportPreferences.exportResolution = 300;
           app.selection[0].exportFile(ExportFormat.JPG, File(myFolder+"/"+MyImageNmae+".JPEG"), false);
        alert(myImage[i].itemLink.name)

Maybe you are looking for

  • Error while activating the Business Content

    Hi BI gurus, I am installing the business content for the sales overview infocube with the grouping option data flow before and install in back ground option. The back ground job is cancelled with the error msg"STDO: Log could not be written on outpu

  • Does the gps still work iphone if not connected to internet

    so some kid took my iphone5 out off my hand and passed it around at lunch and now i dont know what to do i put it in lost mode then it went offline can i still find it even when its offline

  • How to generate a waveform data table for my data acquisition (GPIB)?

    Hi everyone, I'm new to labview. I have a question, how to obtain waveform data(an I/O file so I can plot it in graphic software), rather than just plot a waveform graph which is pretty easy, but I want a waveform data table, how can I do that? Thank

  • Airport Base station (g) and Express (g) - Which is better?

    I have both from an older wireless system in the house. Both were replaced by a new Time Capsule, which is an (n) system, of course. I currently use the older base station for my printer so all computers can use it wirelessly. The Express is at the o

  • Error enabling SSL

    Hi, I have Sun JES Directory Server Enterprise Edition 6.0 on a Win2003 machine. While enabling SSL, when I try to use the server certificate (which is CA signed and listed in server certificates), and save the settings, I get an error message someth