Data Concatenation - Looking to have result in the Group header

Dear all,
Few months ago, I try to concatenate cells under a Group,
I succeed using the formula gave by Raghavendra 
Initialize:
whileprintingrecords;
stringvar i:="";
Place the above formula in group header and suppress group header section.
evaluate:
whileprintingrecords;
stringvar i;
i:=i", "name field;
Place the above formula in detail section and suppress the details section.
display:
whileprintingrecords;
stringvar i;
country field" - "i;
Place the above formula in group footer and right click go to format field and check the option "can grow" in common tab.
My today issues is that I'm still looking for concatenation but I need it in the Header of the Group, not in the footer
As far as I understood
  - Crystal Report is reading line by Line, so I can't retrieve the value in the Header before the value are calculate.
  - Moreover I've issue on initialize the value
I thougth an GlobalVar Array can work, but I can't find the way to do it
My request is, I've have this DataSet
Paris | Louvre
Paris | Eiffel
Sydney | Opéra
I'm looking Group on City to have in the Header, the value concatened
Paris | Louvre, Eiffel
Sydney | Opéra
Thanks in advance
Edited by: Alexandre VANNIER on Dec 2, 2008 2:09 PM

if i have manual running totals that need to display in the header i do the following
i create the group - ie- jobid
i either insert a sub group below or create a 2nd group with the same field
then i create a 3rd group with the same field
i place my reset in the 1st group
calc in 2nd
display in 3rd

Similar Messages

  • My Apple TV will not update to the latest software, dose anyone know what the problem is, I've reset, tried to do it wirelessly as well as while connected via Ethernet cable.. Both have resulted in the same message!!

    My Apple TV will not update to the latest software, dose anyone know what the problem is, I've reset, tried to do it wirelessly as well as while connected via Ethernet cable.. Both have resulted in the same message!! Update unsuccessful, current software version is 5.1 (5201) . I've rented a movie recently and does not appear in my movie list, but I have been charged for this movie, can someone help me out with these issues.

    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
    Connect the micro USB cable to the Apple TV and to your computer.
    Reconnect the power cable (only for Apple TV 3)
    Open iTunes.
    Select your Apple TV in the Source list, and then click Restore.
    If when you choose restore you get a message that the device cannot be found, download the file below
    Apple TV Software Restore 5.1.1 (2nd generation)
    Apple TV Software Restore 5.1.1 (3rd generation)
    Then hold down the option key while choosing restore and select the downloaded file when prompted.

  • How to display the results of the grouping horizontally

    Hello,
    I still cannot understand what am I doing wrong when trying to display the results of the grouping horizontally. Here is the original thread: How to group report vertically
    In the Section expert, for Detail section, I check the box Format with Multiple columns. Under the Layout tab, I check Format groups with multiple columns and set the width of the column at 3.3 in. This should give me 3 columns for Landscape orientation.
    Now if I select Printing direction Down then Across, I just have the regular vertical grouping.
    If I check Across then Down, then I do get 3 columns, but all the records in the Detail section are also spread across first instead of staying in the column.
    There should be something else that I should do to get the display like this:
    Header1    Header2    Header3
    record11   record21   record31
    record12   record22   record32
    record13   record23   record33
    etc.            etc.            etc.
    Thank you.

    I'm not at all sure columns are gonna help here, as there is no way that I am aware of to tell Crystal to start a new column.
    The only way that I can think of to achieve what you are trying to accomplish is to do something like this:
    In your group header's Suppress formula, keep track of the first (/ next) three groups that you want to print, using something like (basic syntax):
    global grouplist(3) as string
    global groupcount as number
    groupcount = groupcount + 1
    grouplist(groupcount) = {db.GroupingField}
    ' The NextIsNull below implies End-of-Data...
    if groupcount = 3 or NextIsNull({db.GroupField}) then
      formula = false  ' print the group header
    else
      formula = true  ' suppress the group header
    end if
    Then, create three formula fields to get each value in grouplist().  The group header format will then show the three formula fields.  Underneath these three formula fields, add subreports, which will show the details for one specific group.  The subreports should have a parameter for which group's details to show.  Use the three formula fields as the link to the three subreports.
    In the group footer, clear out the grouplist() array, and set groupcount to zero.
    This report will take a while to run, because having three subreports next to each other makes it difficult for Crystal to determine page formatting.
    HTH,
    Carl

  • SSRS Not Repeating the Group Header

    Hi folks,
            I have one situation, that need to repeat the group header on new page.
            I have the table that has grouping, and I have group header and details, each group will have one detail row only but the detail row will grows multiple page in that situation I need to repeat the header of that
    group but couldn't do it I have referred the following and tried its not working for me,
    http://blogs.msdn.com/b/robertbruckner/archive/2008/10/13/repeat-header-and-visible-fixed-header-table.aspx
    Thanks Vijay.K(விஜய்.க)

    Katherine Xiong,
               Thank you for you reply, i have done the report as like in you mentioned link but it doesn't works for me, i have done the one simple sample with my case, can you please look this and test this with export to PDF.
    <?xml version="1.0" encoding="utf-8"?>
    <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
    <Body>
    <ReportItems>
    <Tablix Name="Tablix1">
    <TablixBody>
    <TablixColumns>
    <TablixColumn>
    <Width>5in</Width>
    </TablixColumn>
    </TablixColumns>
    <TablixRows>
    <TablixRow>
    <Height>0.58333in</Height>
    <TablixCells>
    <TablixCell>
    <CellContents>
    <Textbox Name="CommunityID">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>=Fields!CommunityID.Value</Value>
    <Style />
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>CommunityID</rd:DefaultName>
    <RepeatWith>Tablix1</RepeatWith>
    <Style>
    <Border>
    <Color>Brown</Color>
    <Style>Solid</Style>
    </Border>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    </TablixCells>
    </TablixRow>
    <TablixRow>
    <Height>3.16667in</Height>
    <TablixCells>
    <TablixCell>
    <CellContents>
    <Textbox Name="Textbox2">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>=Fields!CommunityID.Value &amp; " : " &amp; Fields!CommunityName.Value</Value>
    <Style />
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>Textbox2</rd:DefaultName>
    <Style>
    <Border>
    <Color>Brown</Color>
    <Style>Solid</Style>
    </Border>
    <BackgroundColor>LightGreen</BackgroundColor>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    </TablixCells>
    </TablixRow>
    </TablixRows>
    </TablixBody>
    <TablixColumnHierarchy>
    <TablixMembers>
    <TablixMember />
    </TablixMembers>
    </TablixColumnHierarchy>
    <TablixRowHierarchy>
    <TablixMembers>
    <TablixMember>
    <Group Name="CommunityID">
    <GroupExpressions>
    <GroupExpression>=Fields!CommunityID.Value</GroupExpression>
    </GroupExpressions>
    <PageBreak>
    <BreakLocation>Between</BreakLocation>
    </PageBreak>
    </Group>
    <SortExpressions>
    <SortExpression>
    <Value>=Fields!CommunityID.Value</Value>
    </SortExpression>
    </SortExpressions>
    <TablixMembers>
    <TablixMember>
    <FixedData>true</FixedData>
    <KeepWithGroup>After</KeepWithGroup>
    <RepeatOnNewPage>true</RepeatOnNewPage>
    </TablixMember>
    <TablixMember>
    <Group Name="Details" />
    </TablixMember>
    </TablixMembers>
    </TablixMember>
    </TablixMembers>
    </TablixRowHierarchy>
    <RepeatColumnHeaders>true</RepeatColumnHeaders>
    <RepeatRowHeaders>true</RepeatRowHeaders>
    <DataSetName>DataSet1</DataSetName>
    <Top>0.00917in</Top>
    <Height>3.75in</Height>
    <Width>5in</Width>
    <Style>
    <Border>
    <Style>None</Style>
    </Border>
    </Style>
    </Tablix>
    </ReportItems>
    <Height>3.75917in</Height>
    <Style />
    </Body>
    <Width>5in</Width>
    <Page>
    <PageHeight>5in</PageHeight>
    <PageWidth>8in</PageWidth>
    <LeftMargin>1in</LeftMargin>
    <RightMargin>1in</RightMargin>
    <TopMargin>1in</TopMargin>
    <BottomMargin>1in</BottomMargin>
    <Style />
    </Page>
    <AutoRefresh>0</AutoRefresh>
    <DataSources>
    <DataSource Name="DataSource1">
    <Transaction>true</Transaction>
    <ConnectionProperties>
    <DataProvider>SQL</DataProvider>
    <ConnectString>Data Source=SOLAR\SQLEXPRESS;Initial Catalog=master</ConnectString>
    <IntegratedSecurity>true</IntegratedSecurity>
    </ConnectionProperties>
    <rd:SecurityType>Integrated</rd:SecurityType>
    <rd:DataSourceID>2a33b9ca-0bda-4a13-b841-310d98327fc1</rd:DataSourceID>
    </DataSource>
    </DataSources>
    <DataSets>
    <DataSet Name="DataSet1">
    <Query>
    <DataSourceName>DataSource1</DataSourceName>
    <CommandText>SELECT 1 AS CommunityID, 'Coimbatore North' AS CommunityName
    UNION ALL
    SELECT 2 AS CommunityID, 'Coimbatore South' AS CommunityName
    UNION ALL
    SELECT 3 AS CommunityID, 'Coimbatore Central' AS CommunityName</CommandText>
    </Query>
    <Fields>
    <Field Name="CommunityID">
    <DataField>CommunityID</DataField>
    <rd:TypeName>System.Int32</rd:TypeName>
    </Field>
    <Field Name="CommunityName">
    <DataField>CommunityName</DataField>
    <rd:TypeName>System.String</rd:TypeName>
    </Field>
    </Fields>
    </DataSet>
    </DataSets>
    <rd:ReportUnitType>Inch</rd:ReportUnitType>
    <rd:ReportID>c105648b-74f9-49e8-b56c-3e9d1a31416c</rd:ReportID>
    </Report>
    Thanks Vijay.K(விஜய்.க)

  • How to display the last value of a field in a group in the group header

    I need to display the last quiz score from a group of quiz scores as part of the header of a group of units (the quiz score values are in the detail record).  I can not use the group footer, which would be the natural place to find the last value.  It must be in the group header because there will be a subsequent group within the unit group.  In other words, the grouping is as follows:
    Unit Group Header (Display last quiz score in unit)
    SubUnit Group Header (Display other detail summaries)
    Detail Record (including quiz score)
    SubUnit Group Footer
    Unit Group Footer
    While there is a minimum/maximum summary function, there is not a first/last function.
    Fuskie
    Who is constantly amazed at the ability of users to request report features that are not easily implented through Crystal Reports...

    Hi Fuskie,
    One suggestion to display the last quiz score in the Group Header, other than what had already been suggested, will be to use a linked subreport in the Group Header. It is not an efficient way to display the information, but it could do the trick.
    Another suggestion will be to insert a subreport in the report header, then store the last quiz score in an array for each group, then share it with the main report and display the  values in the appropriate group. In this way it will only connect twice to the data source, one for the main report and once for the subreport, instead of multiple connection for each group.
    Finally, the most efficient way will be to have this value calculated on the database side using a command object or a stored procedure.
    Patrick

  • Repeat the Group Header on a new page

    Crystal Reports will only repeat the Group Header on a new page if there is at least one Detail on that page. If the last page of a group has only the Group Footer, then the Group Header will not repeat onto that page.
    Is this correct?
    I have this problem and have struggled to find which switch setting that I had used was overriding the "Repeat the Group Header on a new page" setting.

    Hi Renju,
    Conditionally suppressed sections are Not suppressed when exporting to .txt, unfortunately.
    -Abhilash

  • How can i save the data's which  i have entered into the table (webdynpro)

    Hi,
    I have created one view in that username , password fields and one button are there .
    While clicking on the button how can i save that data's into the table which i have created??
    Where i want to write the code??
    please help me...
    Thanks
    Shyja

    hi,
         in component controller create a method save, on that read the node that containing the user name and password into itab using the code wizard.now write code to insert itab to the dbtable of ur choice. save the method and activate .
    now go to ur view, create  a button.. on action of that call the method in the comp_controller.
    Regards
    Sarath
    Message was edited by:
            sarath satheesan

  • Every time i change though media or from i-product back to library I have to research the group that is playing, is there a way to fix this?

    Hi guys,
    The new itunes changed totally and this mostly brings some changes what is more than normal.
    But the thing i liked with the previous versions was:
    - You choose a group out the sidecolum and an album and then the song
    - You change from media type or go to your i-product and then back to your library and the just selected band would come back up
    Now it isn't like that anymore, you everytime have to go through your list of artists to come to the artist you just previously selected.
    Is this normal or a setting you have to change somewhere(what i think is unlikely).
    That's the only problem I have with the new iTunes, the other things will get time to get used to but not overcomming
    Greetz, Alex

    Thanx for fixing this in the latest update of iTunes.
    Greetz Alex

  • My mac mail is not sending certain groups when I drag the list over from address book. It is also sending to addresses in older groups I have deleted frm the group!

    Thoughts?

    One thing to try would be to clean up the previous recipients list in Mail > Window > Previous Recipients

  • My IPhone4 is secretly using alot of data even though I have double tapped Home button and closed all the apps running in the background.

    My Iphone4 is secretly using alot of data even after I have double tapped the home button and closed all the apps running in the background.
    This just started happening 3 days ago.
    When im out of home, the phone drains battery REALLY FAST, I lose 6% battery in 5 minutes.
    The phone also heats up and feels very warm after a few minutes.
    When I turn the data plan off, it becomes normal again, like I lose 1% every 30minutes even while listening to mp3.
    I can conclude that its secretly using the 3G at an alarming rate which causes the battery to die so quickly
    I have uploaded 2 pictures showing what happens before and after I turn on my WIFI.
    Notice that the ping spikes like crazy on my home network once I turn on my WIFI on my IP4
    WIFI OFF:
    WIFI ON:
    I hope someone can assist me with this!
    Thanks!!

    chuuburg wrote:
    My Iphone4 is secretly using alot of data even after I have double tapped the home button and closed all the apps running in the background.
    This just started happening 3 days ago.
    There is a common misconception that closing an app on the Quick Launch screen (it's real name) also kills the app's background process. This is not the case. First, all built in apps (mail, contacts, calendar, game center, notes, reminders, Genius, Photo Stream, etc) continue running their background processes even if killed in the Quick Launch screen. For apps from the App Store killing the foreground process also gives the app the option of killing its background process, but it doesn't have to. In addition, any app that has Notifications enabled can restart its background process if it receives a Notification.
    iOS 7 gives the user more control over background processes; you can selectively allow or deny any app to run in background. As you apparently have not upgraded this option is not available to you.
    As Chris has already told you, there's an app on your phone that is stuck in a loop. As you discovered killing foreground processes did not resolve the problem. One trick that sometimes resolves this is to let the battery run down until the phone shuts off and will not restart. Then charge to 100%.

  • When starting firefox, compatability checker always runs and then the "hooray, your firefox is up to date" page always displays have tried various suggestions but no luck yet

    firefox compatibility checker runs on each start of FF and Hooray, your FF is up to date always displayed too, have tried all the obvious like resetting homepage, but no joy

    see '''Matt_G''' reply in : https://support.mozilla.org/en-US/questions/916778
    thank you

  • How do you save a PDF fillable form with a Samsung Tablet and still continue to have access to the original document?

    We are using the Samsung Note and have uploaded a PDF form for fieldwork crews to enter vegetation data. When we have filled in the form there is no option to save the form under a different name but rather the form simply saves itself with the most recent information placed in it. We understand that you can send it through Acrobat.com to your account but the tablet will not access this site while in the PDF app. Does anyone know of an app or a way that we can create individually saved files and still have access to the original on the tablet?

    It can also work if you certify the document and each user chooses to trust it to execute privileged JavaScript, which may be feasible in this setting. The method you'd use is doc.saveAs: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.524.html
    Also, read the following tutorial: http://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript

  • Hi, I have a new iPhone 4 and i am having difficulty joining my wifi at home, at work it connects straight away but at home airport says could not access cellular data network. I have tried resetting network connections etc, any suggestions please?

    Hi, I have a new iPhone 4 and i am having difficulty joining my wifi at home, at work it connects straight away but at home it won't recognise the airport connection and states could not access cellular data network. I have tried all the usual resetting network connections etc, any suggestions please?
    Cheers Greg

    Also when I try to connect to my Wi-Fi itsays it can't find the network, but my mac air & my wifes ipad are connected! Cheers Greg

  • Unable to remove the redundant group header from the bottom of page

    Hi,
    In one of my projects in I am facing a problem.
    I need to display the details of all available products of the company. While displaying the details, I need to group the products based on some criteria (like type of product, release date) and the grouping is upto 4 level grouping. Grouping criteria can se said as, I need to firstly group all the products based on the type, then on the Release Date and then on two of the client specific values on the Product.
    Along with this, the view of product details is a thumbnail view (Image on top with all details below that line after line) due to which I need to display multiple (5) products in one row.
    The problem which I am facing is:
    The most important criterion for the customer is that there should not be any wastage of space.
    Secondly, they also donu2019t want to see partial data like only the header data in one page and the Product related Data (Image and Info) on the next page.
    In my case, when first page has insufficient space for the next grouped products, it simply displays the group header on the first page. On the second page, it again displays the group header along with the data.
    For reference, images are available at:
    Image1: http://farm4.static.flickr.com/3454/3224626688_aa3cfb8236_m.jpg
    Image2: http://farm4.static.flickr.com/3373/3224626782_0501cf566f_m.jpg
    My requirement is to remove the redundant group header from the first page as it does not make sense without having any data below it.
    I have tried the following options:
    1. I tried to apply setting "Keep Group Together" on the group and "Repeat Group Header On Each Page". But when I apply this, when my second group has more than 5 products (two rows of data) and space on first page can accommodate only 1 row of data, it moves the data on to the second page instead of keeping the 1st row on first page and 2nd on second page. This solution is not acceptable to the customer as it wastes space.
    2. If I remove setting "Keep Group Together" on all the groups, but keep the "Repeat Group Header On Each Page" and remove the "Keep Object Together" in the details section, I can save space. But this is not acceptable to the user as it leaves dangling headers (Orphaned Header Information).
    Need some pointers to overcome this issue as it is very critical for me.
    Thanks in advance,
    Vibhav Agrawal

    Thanks Raghavendra for your reply.
    These solutions provided on the link are not useful for me because of the peculiar layout of my report.
    In my report I am supposed to show details of multiple items (upto 5/6) in a single row.
    All solutions suggest about adding additional header (below group header) and use the formula to use that header to put the data for initial first object and details section for the subsequent objects.
    But, since i need to display multiple items in same row...and data cannot be set as 'format with multiple columns' in the header, hence this solution does not work for me
    Thanks,
    Vibhav Agrawal

  • Need to change the sortable header's prompt value in the Run Time

    All
    I have an advancedTableBean with 11 columns. Out of these 11 for around 3 columns i have to change the column header's(sortableHeader) Prompt at run time. I would like to know how can i get an handle to the column header. I tried 'getColumnHeaderFormat' and 'getColumnHeaderData' but was not sure how to proceed further.
    Kindly suggest me the solution.
    Thanks,
    Praveen

    Hi,
    There is no std user-exit for this (at least we haven't found it as well).
    We have created implicit enhancement point implementation athe the end of form AUFRUF_USER_EXIT in include MF02DFEX.
    The code should be similiar to following:
    ENHANCEMENT 1  YEDSD_EO_ADD_DOC_PREFIX.    "active version
        DATA:
          ltp_doc_prefix TYPE y_dt_docpref.
    *--only in creation and change mode
        IF T020-AKTYP = 'H' OR
           T020-AKTYP = 'V'.
          CONCATENATE kna1-ktgrd kna1-kunnr INTO ltp_doc_prefix.
          kna1-yydocpre = ltp_doc_prefix.
        ENDIF.
    ENDENHANCEMENT.
    Regards,
    Marcin

Maybe you are looking for

  • Help! How can I delete mail on my iPhone without it deleting on my Mac?

    hey everybody! so, i used to be able to delete e-mails on my iphone (through my gmail account) without having them get deleted from my inbox on my mac's mail app. however, lately, this is not the case. i would like to be able to delete certain messag

  • HDV 1080i50 - urgent guidance and help required.

    Hi guys, I need to send a 129 minutes HDV feature (with a few DVD Pro and Targa frames) project that i have just finished editing to: 1) SD DVD 2) HD DVD 3) Master Digital(Hard Disk) 4) Master Digital to Tape. The project is as follows; Captured foot

  • Anyone know good transcribing software?

    This probably isn't the place to post this, but I really didn't see a good category on the discussion board, so if there's a better place, just direct me. I lot of my job involves transcribing interview off my digital tape recorder. I know there are

  • HT4623 I am unable to update my ipad to is07 and later, it keeps failing on on download right at the end.

    Hi I am currently on operating system is06.1.3 and trying to update to is07.0.2 (or whatever is the latest), each time I try (after backing up to cloud) it gets almost to the end of the load and I get an error message, download failed. Help please.

  • External Monitors w. MacBook Air 2010

    I bought my new MacBook Air to use often with external monitors up to my 30 inch Dell. Problem is: The combination does not return the maximum 2560x1600 pixel resolution of the monitor. I was assured by multiple people at the Apple Store that all Mac