RTF model. body with two loops and custimized footer

Hello.
I have a rtf model with a body and a custom footer. The body has two loops. The first loop x cheques and the second for loop for x elements of each control.
The footer must be individually for each control. Is there a possibility of variable access from the first loop of the body in the foot?

the structure of my rtf file:_
header: vacuum
body:
<? for-each: Scheck? >
An asfdfadsfasdf: <? One? >



Article price
<?-foreach: point? > <? name? > <? price? >
<? end foreach? >

Summe: <? sum (price)? >

<? model: footer? >
<? One? > does not work*.
<? end model? >


<? split-of-page-break:? > <? end foreach? >



footer:
empty space
empty space
empty space
empty space
empty space
empty space
empty space
empty space
empty space
<? Call: Footer? >






an excerpt from my xml file:_
< root >
< Scheck >
< item > < name > Kunststoffe < / name > < price > 22000 < / price > < / item >
< item > < name > Metalle < / name > < price > 100000 < / price > < / item >
< item > < name > Holz < / name > < price > 6000 < / price > < / item >
< item > < name > paper < / name > < price > 100 < / price > < / item >
< item > < name > Kunststoffe < / name > < price > 22000 < / price > < / item >
< item > < name > Metalle < / name > < price > 100000 < / price > < / item >
< item > < name > Holz < / name > < price > 6000 < / price > < / item >
< item > < name > paper < / name > < price > 100 < / price > < / item >
< item > < name > Kunststoffe < / name > < price > 22000 < / price > < / item >
< item > < name > Metalle < / name > < price > 100000 < / price > < / item >
< item > < name > Holz < / name > < price > 6000 < / price > < / item >
< item > < name > paper < / name > < price > 100 < / price > < / item >
< item > < name > Kunststoffe < / name > < price > 22000 < / price > < / item >
< item > < name > Metalle < / name > < price > 100000 < / price > < / item >
< item > < name > Holz < / name > < price > 6000 < / price > < / item >
< item > < name > paper < / name > < price > 100 < / price > < / item >
< item > < name > Kunststoffe < / name > < price > 22000 < / price > < / item >
< item > < name > Metalle < / name > < price > 100000 < / price > < / item >
< item > < name > Holz < / name > < price > 6000 < / price > < / item >
< item > < name > paper < / name > < price > 100 < / price > < / item >
< item > < name > Kunststoffe < / name > < price > 22000 < / price > < / item >
< item > < name > Metalle < / name > < price > 100000 < / price > < / item >
< item > < name > Holz < / name > < price > 6000 < / price > < / item >
< item > < name > paper < / name > < price > 100 < / price > < / item >
< item > < name > Kunststoffe < / name > < price > 22000 < / price > < / item >
< item > < name > Metalle < / name > < price > 100000 < / price > < / item >
< item > < name > Holz < / name > < price > 6000 < / price > < / item >
< item > < name > paper < / name > < price > 100 < / price > < / item >
< Payment > HUNDERTACHTUNDZWANZIGTAUSENDEINHUNDERT < / payment >
< a > Firma1 < year >
< / Scheck >
< Scheck >
< element > < name > end < / name > < price > 2000 < / price > < / item >
< item > < name > Metalle < / name > < price > 10000 < / price > < / item >
< item > < name > Holz < / name > < price > 600 < / price > < / item >
< item > < name > paper < / name > < price > 10 < / price > < / item >
< element > < name > end < / name > < price > 2000 < / price > < / item >


Thank you for helping me!

Edited by: user12052573 the 19.05.2010 02:00

Hello

change your main loop shape

This will create a new page with a section break for each change in 'Scheck. You can remove your split sentence of page break.

-Karine

Tags: Business Intelligence

Similar Questions

  • I have a HARD disk with two partitions and two copies of Win7 but at the start, I have the black and white screen asking me only one to choose. How do I rename them.

    I have a HARD disk with two partitions and two copies of Win7 but at the start, I have the black and white screen asking me only one to choose. How can I rename the Windows 7 and Windows 7 Test to start in one I want right here?

    I have a HARD disk with two partitions and two copies of Win7 but at the start, I have the black and white screen asking me only one to choose. How can I rename the Windows 7 and Windows 7 Test to start in one I want right here?

    Use BCDEDIT to SET the description that you are wanting to "Rename" and also to choose the displayorder, timeout and that you load by default...

    Maybe this old conversation will help you:
     http://www.SevenForums.com/general-discussion/20191-renaming-earlier-version-Windows-dual-boot.html

  • RTF model: are with nested groups

    Hi all

    I have a certain pickle of a problem that apparently...

    my data structure looks like this:

    <>COMPANY
    -< STORE >
    -Department < AND >
    -< ITEM > < / ITEM >
    -< / DEPARTMENT >
    -< / STORE >
    < / COMPANY >

    several companies may have several banks, which in turn have several departments, which, in turn, may also have several elements.

    my select statement looks like this:

    Select company_id,
    store,
    Department,
    agenda,
    Sum (Qty) as my_sum
    Of
    table_1, table_2, table_n
    where the...
    Group of...
    company_id order;

    my xml data model gathering looks something like this:

    < name of the group = "G_company"...
    -< element name = "E_company"...
    -name of the group = "G_store"...
    -< element name = "E_store"...
    -name of the group = "G_department"...
    -< element name = "E_department"...
    -name of the group = "G_item"...
    -< element name = "E_item"...
    -< element name = "E_item_total" value = "my_sum"...
    -< / Group >
    -< element name = "E_department_total" value = "G_item. E_item_total"function =" SUM () "/ >"
    -< / Group >
    -< element name = "E_store_total" value = "G_department. E_department_total"function =" SUM () "/ >"
    -< / Group >
    < / Group >

    my report currently looks like this:

    -< /B > < b > store-Dept of < b > < /b > - Dept of < b > < /b > - < b > point < /b > - < b > < /b > - point store < b > < /b > - Dept of < b > < /b > - < b > < /b > - < b > < /b >
    ---Townsville---TDept_1---TDept_2---TDItm1---TDItm2---Newcastle---NDept1---NDItm1---NDItm2 company < /b > < b >
    ---CompanyA------2----------------4------------3---------------2---------------1------------------1-------------------3----------------2-------------------4
    ---CompanyB------1----------------2------------4---------------5---------------2------------------1-------------------6----------------3-------------------1


    If I focus just on the Store-> Department-> order of the day, I realized that in my RTF using the template as follows:

    < table >
    -< tr >
    -< td > <? for-each-group@column:G_store; E_store? > shop < table > < td > <? for-each-group@column:G_department; E_department? > Department < table > < td > <? for-each-group@column:G_item; E_item? > element <? end for each group -? > <? end for each group -? > <? end for each group -? > < table >
    -< /tr >
    -< tr >
    -< td > <? for-each-group@column:G_store; E_store? > <? E_store_total? > < table > < td > <? for-each-group@column:G_department; E_department? > <? E_department_total? > < table > < td > <? for-each-group@column:G_item; E_item? > <? E_item_total? > <? end for each group -? > <? end for each group -? > <? end for each group -? > < table >
    -< /tr >
    < /table >


    as you can see, the store-> Department-> point go through the report horizontally.
    My problem is I want to have the totals for each column, such as:

    -< /B > < b > store-Dept of < b > < /b > - Dept of < b > < /b > - < b > point < /b > - < b > < /b > - point store < b > < /b > - Dept of < b > < /b > - < b > < /b > - < b > < /b >
    ---Townsville---TDept_1---TDept_2---TDItm1---TDItm2---Newcastle---NDept1---NDItm1---NDItm2 company < /b > < b >
    ---CompanyA------2----------------4------------3---------------2---------------1------------------1-------------------3----------------2-------------------4
    ---CompanyB------1----------------2------------4---------------5---------------2------------------1-------------------6----------------3-------------------1
    ---<b>Total</b>------------3----------------6------------6---------------7---------------3------------------2-------------------9----------------5-------------------5

    so I did a SUM on each of the Department/E_store/item_totals as:

    <? sum (current - group () / E_store_total)? >

    who now works for E_store_total... but not for E_department_total and E_item_total!
    It seems that BI Publisher does not like used money with inner loops.
    because if I extract only the column for E_department, the total value down is correct!
    but once I put the outside loop store, it breaks.

    what I get now with is:

    -< /B > < b > store-Dept of < b > < /b > - Dept of < b > < /b > - < b > point < /b > - < b > < /b > - point store < b > < /b > - Dept of < b > < /b > - < b > < /b > - < b > < /b >
    ---Townsville---TDept_1---TDept_2---TDItm1---TDItm2---Newcastle---NDept1---NDItm1---NDItm2 company < /b > < b >
    ---CompanyA------2----------------4------------3---------------2---------------1------------------1-------------------3----------------2-------------------4
    ---CompanyB------1----------------2------------4---------------5---------------2------------------1-------------------6----------------3-------------------1
    ---<b>Total</b>------------3----------------4------------3---------------2---------------1------------------1-------------------3----------------2-------------------4

    It makes the total general store correctly, but it gives me just the first line for the other totals.

    I tried:

    1 using the CUBE function in my SQL query, which gives me the results I want with all the totals I want, but I can't translate it into XML.
    2. try to use the pivot table option, but I can't always make it work as I want.
    3. using a separate sql query to retrieve the grandtotals but cela does not either because the required multiple looping.

    I am at a complete impasse, any help would be really appreciated!
    PS. I'm a very cool beginner

    Sent the hotfix.

    You must use the current group.

  • VISA series Loopback speed and precision with double loops and a queue

    I'm working on a test of communication between 2 PCs. I test communication series RS-422 ports by using a simple loop. PC2 wrote continuous data at 38400 baud to PC1 (LabVIEW test code is here). PC1 reads the data and writes the data to the same port as soon as possible. PC2, reads the data and compares to what should be returned. I can get the highest speed is a speed of about 37300. Because it is continuous, finally that I get an error because the buffer overruns (read and write buffers are 65KO).

    It seems that VISA writing takes a lot longer than the VISA read. I do read/write asynchronous operations. I've read a fixed amount of data (1024 bytes) and then queued data to write in another loop. My timeout is set to 0.5 seconds, which is much time opf at 38400 baud (4800 bytes/second). I played a bit with these numbers, and they are the best I can get. If I increase the data read to 2 KB, the queue members increase. If I'm going too low, I start getting the data in the input buffer overrun.

    Anyone had experience with this type of test? The code is attached. Please take a look and see if I'm doing things correctly.

    Michael

    I do not know if this explains a gap between what you expect and what you found in 0.8 seconds, but you have added another level of complication in using the digiboard.  You don't have a real serial port, but a simulated serial port which is hung at the end of a USB bus.  The digiboard software creates a virtual experiences, and so its driver software and firmware on the side of the Board of Directors of the USB bus must manage some translations to go a number of compote, transfer on the bus and decode the Compote number so that it knows which 8 physical ports that it must send the message to.  You can see delays in translation at each end so something in the USB itself Protocol where it needs group information.

    If you have another, a different brand of the serial ports, you can use, you might want to try one of these to see if you get similar or different results.  But I don't think it's a good idea to try to test the limits of a serial communication device using hardware that adds the other layers of the communication protocol and therefore complicated results.

  • Is it possible to put a picture in a dialog box with two buttons and a legend?

    I wish I had a pop-up dialog box that shows a picture with a caption and allow an operator to click 'OK' or 'Cancel '.

    This was done before or are at - there alternatives? I thought to have two separate pop ups, but this would not also be treated for a definitive solution.

    Thank you.

    Hello jmc.

    See the links below. This will be useful for you.

    http://forums.NI.com/T5/LabVIEW/A-picture-as-a-dialog-box/TD-p/236851

    http://forums.NI.com/T5/LabVIEW/dialogbox-with-user-input-and-image/TD-p/1601214

  • Script that export two separate PDF files of paper with two pages AND change the name of the file, the number two of the PDF

    OBS: Script InDesign CS3:

    I have a document with two pages but a file name!

    I need a script which

    1 export the two pages in format PDF separated two - so NOT a single PDF file with two pages but two PDF files

    2. the first PDF file must have the same name as the document - for example .indd13ESW110020216TC0-> ESW110020216TC013.pdf

    3. the second PDF file will be added to the last number - so .indd14ESW110020216TC0-> ESW110020216TC014.pdf

    Is it possible to integrate this script:

    var doc = app.activeDocument;  
    var _PDFfile = new File('\\\\testserver\\' + app.activeDocument.name.replace (/\.indd$/, '.pdf'));  
      
    var _PDFExportPreset = app.pdfExportPresets.item('MyPdfSetting');   
    if (_PDFExportPreset == null){  
       alert('PDF Export Presets not found');  
       exit();  
        }    
        app.pdfExportPreferences.pageRange = PageRange.ALL_PAGES;                      
        doc.exportFile(ExportFormat.pdfType, _PDFfile, false,_PDFExportPreset);  
    

    Hello

    Try this...

  • Help please with two extremes and DNS

    Hello

    I hope someone can help.

    My setup

    Modem-router ADSL with WiFi turned off >

    Airport extreme connected by ethernet to the Modem/Router - create a wireless network, a static IP - Bridge Mode - >

    Airport extreme connected by ethernet to the Airport extreme - create a wireless - Mode Bridge >-static IP address

    Both now have the status message - "no DNS - this Airport base station does´t server have a DNS server address and could have problems connecting to the Internet."  If the airport is in Bridge Mode is necessary enter the DNS server (no shows at what time the DHCP value)? I should give him the address of the modem/router or real DNS I see in my modem/router settings?

    Also the WiFi mode extend a wireless network is only fair for multiple extremes that extend wireless (No ethernet cable)?

    Thank you

    Turning off the modem/router

    Power off each AirPort Extreme

    Wait a minute

    Turn on the modem/router and let it run for a minute

    Put on single AirPort Extreme and check its status

    If the first AirPort Extreme looks good, the second turns on and check its status

    Report on the results

    If you're still having problems...

    The two extremes of the airport are working properly in the past... and this problem appeared just... or... is that what you are having trouble with a new configuration?

    When you say that every AirPort Extreme has a static IP address, this means that each AirPort Extreme has been configured to request a specific IP address... or... does that mean that you have configured your modem/router to provide a specific IP address for each AirPort Extreme?

    If you check the settings for each AirPort Extreme... each of them receives the static IP address that the router/modem is the assignment?

  • Need help with while loop and shift registers

    I have a broad set of data and required to read data at maybe 200 samples at a time to process these samples through my VI and have add and concatenate a file separate lvm.  The part where I am confused is the shift registers. How can I limit the number of samples read in an iteration? How do the while loop to stop when all data are read in?

    I have attached my diagram, there may be something wrong with my technique?

    This will give you an idea.  There are a lot of other (probably more effective) methods.  It is a basic solution, quick and dirty to help you grasp the overall concept.

  • DHCP fails with two subnets and RV325 and SG300 - 28 p

    DHCP fails to issue addresses in double subnet environment.  Please see attached.

    Hello

    Mr. Ezzell, after reviewing all the screenshots and have a look at your configuration and you are not able to change the arrangement for VIRTUAL LANs, you can try this:

    As a work-around to use the router as DHCP VLAN 2 server, you can enable the DHCP server on the router for the VLAN 1, leave 2 IP addresses available, lets say 192.168.1.253 to 192.168.1.254 then go to static DHCP under network and the local network and hire two false addresses to these two IP addresses, so they will not be assigned to all devices. This way you will always be able to use your DHCP server without having to disable the DHCP server on the router

    Thank you for pointing out the firmware version very low on your switch, you actually run the firmware that came out of the unit.

    Here is a link to the firmware download page:

    https://software.Cisco.com/download/release.html?mdfid=283019669&flowid=...

    Please upgrade to the following firmware versions:

    1.2.9.44
    1.3.0.62
    1.3.5.58
    1.4.0.88

    Keep in mind that on the 1.3.5.58 version, you must also upgrade the bootcode using TFTP software.

    Once you are done with the upgrade of the connection check and see if it works.

  • How to manage the structure of the event with two loops

    I have a question about the structure of the user event with 2 buttons?

    key 1: START LOGGING DATA

    key 2: STOP LOGGING DATA

    How do I control my

    structure of the event so that it will work? because now that the loop is save data... I can't stop the loop, when I clicked on buttons.

    super_saiyans wrote:

    the problem with moving it is that I don't have control of the DATA RECORD STARTING?

    Of course, you do.  When you get your press conference button, you say your state machine to move to the State of logging.  You must also make sure that you return to visit the State to wait for the event to check out the events of the stop button.

  • BlackBerry Smartphones 2 BBs with two numbers and even e-mail address

    Hello

    I have a BB with a number of Vodafone in Portugal. I want to buy now
    Another BB to use with another number to Vodafone, this case of
    Ireland.

    My question is if I can have two phones with the same
    at the same time Gmail address? When an e-mail is received, it will go
    two phones at the same time?

    Thanks for your help

    Manual

    Jameskemp is correct.

    When you configure an e-mail address on your BlackBerry, you are associating the delivery of this email address to your phone PIN code.  You can have an e-mail address goes to two different pins at the same time.

    Now, you know.

  • complete the loop and get data

    I need to acquire the acquisition values of data every x seconds. Waiting in the loop of data acquisition is defined so that the next N samples are acquired after x seconds. Pressing stop the loop of consumer DAQ stops after the sec x which is connected to the wait function.

    1. how to stop the inner loop immediately when you press a stop?

    I also write acquired samples after doing some calculations on the samples.

    1. plan of sample of the queue to file consumer loop. Is there any other recommendations such as drop loop is not without samples? How many data can an expectation of the queue?

    Thank you.

    sonotk,

    You've missed the point. Rather than having a 5000 milliseconds of wait, use an expectation of 100 ms and count the number of times that you have been waiting for 100 ms.  When the count reaches 50, sample and start the count again.

    The counter is just in the shift register containing an integer. Inside the while loop you have a box structure. Test the shift count register to see if it is 50. If set to True, use the real case of the structure of the case. Inside, it's all in your loop except waiting and the logic of the judgment. In the case of false, you add 1 to the shift register and wait 100 ms.

    Looking at your picture code once again, it seems that the shift with TempData and VoltData regsiters are not necessary because you never use the data previous iteration on the left side.

    Ranjeet,

    Make a simple VI with two loops and some expectations.  Run with execution highlighting market to see what is happening.  It is a good learning tool.

    Lynn

  • Channel calculation with if loop

    Hello!

    I had a syntax problem concerning the calculation of channel (I must confess that I'm not an expert at all...).

    Here's the problem: I got a measurement with two groups and multiple channels. I need to create a new channel that goes to 1 when the right conditions are given and will scratch if they are not met. My problem is that I do not know how to run a calculation and how to address the channels within an if loop.

    Somehow, it should look like this:

    Call BadExample

    Function BadExample (NewCreatedChannel)

    If

    ("Ch('[2]/Example') > = 1000") and ("Ch('[2]/Example2') < 1600)="" and ("ch('[2]/example3')=""> 10") and ("Ch('[2]/Example4')< 0.025*("ch('[2]/example5')+="" 10)="" and ("ch('[2]/example6')=""> 210")

    or

    ("Ch('[2]/Example') > = 1200") and ("Ch('[2]/Example2') < 1800)="" and ("ch('[2]/example3')=""> 10") and ("Ch('[2]/Example4')< 0.025*("ch('[2]/example5')+="" 10)="" and ("ch('[2]/example6')=""> 240")

    then

    NewCreatedChannel = 1

    On the other

    NewCreatedChannel = 0

    End if

    End Function

    I know that this won't work... but I hope you get the idea!

    It would help even if someone could tell me how to implement a channel calculated in this loop.

    Thank you!!!

    Hey Melihson,

    There are many possibilities to do so.

    An example is to use the calculator IIF function that works with both channels.

    Simply declare the condition and choose the values true and false, which can be 0 and 1.

    Here's a simple example using the Example.TDM file:

    Call Data.Root.Clear)
    Call DataFileLoad "(par EXEMPLE.)" CT","CT","load")

    Call Calculate ("Ch(""Results/Res1"") = IIF (Ch(""[2]/Schall_1"") > 0.1, 1, 0) '")
    Call Calculate ("Ch(""Results/Res2"") = IIF (Ch(""[2]/Schall_2"") > 0.4, 1, 0) '")
    Call Calculate ("Ch(""Results/ResAnd"") = AndB (Ch(""Results/Res1""), Ch(""Results/Res2""))")

    If you use the English version just change channel names.

    This code snipped evaluates two channels and combines logically with ETB function.

    You can also use this approach for more than two channels.

    Best regards

    Christian

  • Question of the RTF model

    Hi all..
    I have the SQL query that has outside put the two following lines. :

    http://i55.Tinypic.com/xli1yp.jpg


    I need to show in the report in this way:

    http://I52.Tinypic.com/8wcvb7.jpg



    Is this doable... ? If so, can you let mw know how to start...

    My question is: lets take the first table in the report... we can enumerate amount 1, quantity 2 in two columns side by side... but I don't think in any case to display as in above figure

    Thanks for the help...

    Can you provide an xml file? Send me the file at [email protected]. I tried with a sample of data and it works.

    To display two tables side by side for a given date, create a table with two columns and each column by inserting the 'table of two columns"which will show your purchase data and Total.

    If you know that there will be only 4 columns amount you will have to deal with, then two individual tables can contain the data that you have entered in your image. First table includes quantity 1 and 2 of the amount, the second table amount 3 and 4 (in the largest table of two columns).

    Hope that helps.

    Thank you
    Bipuser

    Published by: BIPuser on June 10, 2011 09:35

  • RTF model for XML with two lines

    Hello

    I have an XML where the data comes from two sets of lines. The XML example is given below:
    <? XML version = "1.0" encoding = "UTF-8"? >
    -< ListBillingAccounts >
    -< CutInvoiceSubAccounts >
    < BillingNumber > 23232 < / BillingNumber >
    Dinesh < name > < / name >
    -< ListPaymentProfile >
    -< PaymentProfile >
    < AccountNumber2 > 4444555566667777 < / AccountNumber2 >
    < / PaymentProfile >
    -< PaymentProfile >
    < AccountNumber2 > 4444555566668888 < / AccountNumber2 >
    < / PaymentProfile >
    < / ListPaymentProfile >
    < / CutInvoiceSubAccounts >
    -< CutInvoiceSubAccounts >
    < BillingNumber > 12345 < / BillingNumber >
    Jayesh < name > < / name >
    -< ListPaymentProfile >
    -< PaymentProfile >
    < AccountNumber2 > 44445555222255555 < / AccountNumber2 >
    < / PaymentProfile >
    -< PaymentProfile >
    < AccountNumber2 > 44445555666699999 < / AccountNumber2 >
    < / PaymentProfile >
    < / ListPaymentProfile >
    < / CutInvoiceSubAccounts >
    < / ListBillingAccounts >

    I want to show data from two sets of lines into a single line in a table. for example: Dinesh has two AccountNumber2, 4444555566667777 and 4444555566668888.I want to show in the table with two lines. Something like this:
    Dinesh 44445555666677777
    Dinesh 4444555566668888
    Jayesh 44445555222255555
    Jayesh 44445555666699999

    How can I achieve this with an RTF?

    Please notify.

    Thank you!!

    Put a loop on the paymentprofile

    
      - 
    
    

Maybe you are looking for

  • Why did I GET DUPLICATE COLUMNS on THE SIDE LEFT, INBOX SENT JUNK ETC etc.

    The left column of choices, ie.local folders Inbox, together, drafts, archives and onI so have all duplicated below, how can I get rid of the second batch... your Richard

  • After a service provider crash, Firefox does not start.

    When you try to start Firefox, I get a message error that creashed of Firefox. I have two options, restart Firefox or quit Firefox. Neither option works, keep me kicking back to the error message

  • How to open a file attached to my email?

    I can't open all the files attached to my email because it requires a password that I do not have! How do I change this?

  • Problem with opening a Notepad.

    Hello! When I went to open my online bank statement, it's in a PDF file, so I clicked top and open Notepad and it was filled with numbers and symbols on the page, what happened? Thank you alienmom

  • Acrobat and LiveCycle compatibility

    I can change a LiveCycle ES2 form (move the data from the forms in a spreadsheet) using Acrobat X Pro, but cannot change the same form using Acrobat DC (I get the message that the file can be changed only with LiveCycle). If I upgrade to Livecycle to